2 years ago
mod = importlib.importmodule(module) File "/root/.nix-profile/lib/python3.8/importlib/init.py", line 127, in importmodule
return bootstrap.gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _findandload
File "", line 961, in findandloadunlocked
File "", line 219, in callwithframesremoved
File "", line 1014, in gcdimport
File "", line 991, in findand_load
File "", line 973, in _findandload_unlocked
ModuleNotFoundError: No module named 'project'
[2024-04-04 01:40:42 +0000] [11] [INFO] Worker exiting (pid: 11)
[2024-04-04 01:40:42 +0000] [7] [ERROR] Worker (pid:11) exited with code 3
[2024-04-04 01:40:42 +0000] [7] [ERROR] Shutting down: Master
[2024-04-04 01:40:42 +0000] [7] [ERROR] Reason: Worker failed to boot.
> ⓘ Deployment information is only viewable by Project members and Railway admins.
1 Replies
2 years ago
This alone does not provide enough information for us to be of any assistance, are you able to share your GitHub repo?