docker-flexget icon indicating copy to clipboard operation
docker-flexget copied to clipboard

Irc broken since 3.13

Open richardsimko opened this issue 1 year ago • 3 comments

I have irc bot configured which works on 3.12 but if I upgrade to 3.13 the server refuses to start and prints the following:

2025-02-14 11:41:49 ERROR    irc                           ImportError: irc_bot module not found or version is too old. Shutting down daemon.

Newer versions have the same issue as well

Container logs

2025-02-14 11:41:39 INFO     web_server_daemon                 Running web server at IP 0.0.0.0:5050
2025-02-14 11:41:39 INFO     web_server_daemon                 Initiating API
2025-02-14 11:41:39 INFO     web_server_daemon                 Registering WebUI v2
2025-02-14 11:41:39 ERROR    irc                           ImportError: irc_bot module not found or version is too old. Shutting down daemon.
2025-02-14 11:41:39 INFO     web_server                    Web server started at http://172.18.0.2:5050
2025-02-14 11:41:39 INFO     scheduler                     Starting scheduler
2025-02-14 11:41:39 INFO     web_server                    API available at http://172.18.0.2:5050/api
2025-02-14 11:41:39 INFO     web_server                    WebUI (v2) available at http://172.18.0.2:5050/
2025-02-14 11:41:39 INFO     manager                       Config change detected. Reloading.
2025-02-14 11:41:39 INFO     web_server                    Shutting down web server
2025-02-14 11:41:41 INFO     web_server_daemon                 Running web server at IP 0.0.0.0:5050
2025-02-14 11:41:41 INFO     web_server_daemon                 Initiating API
2025-02-14 11:41:41 INFO     web_server_daemon                 Registering WebUI v2
2025-02-14 11:41:41 ERROR    irc                           ImportError: irc_bot module not found or version is too old. Shutting down daemon.

richardsimko avatar Feb 14 '25 14:02 richardsimko

I'm not entirely sure, but this might be related.

wiserain avatar Feb 15 '25 02:02 wiserain

Thanks I experienced the same and reverted to 3.12 to fix as suggested. I'll watch the linked issue.

turb0chrg avatar Feb 17 '25 18:02 turb0chrg

Yeah, that does seem to be the root cause, irc_bot isn't compatible with Python 3.12+

richardsimko avatar Feb 17 '25 22:02 richardsimko