Skip to content

Getting help

We aim to provide comprehensive support for TimeCopilot users. Whether you need technical assistance, want to report a bug, or just want to connect with other users, we have several channels available to help you.

GitHub

Issues

If you encounter any bugs or have feature requests, please report them on our issue tracker.

Discussions

For general questions, ideas, and community discussions, join our discussions forum.

Discord Server

For real-time chat and community support, join our Discord server.

Note

When using Windows, ensure to use the if __name__ == "__main__": guard to ensure that the code which starts new processes only runs when the script is executed directly, preventing child processes from re-importing the main module and causing a RuntimeError related to Python’s multiprocessing bootstrapping phase.