-
Notifications
You must be signed in to change notification settings - Fork 13
Script no longer working with NZBget Docker image #11
Comments
As a short term fix you have 2 options: Copy the script into here and use the converted version: https://www.pythonconverter.com/ I used the first option and the script is at least running successfully |
Thanks man |
Converting the scripts sounds like the easiest option, I did this via the pythonconverter site but still get a load of errors, is there anything else that needs to be done as well as the script conversion? If I cant get it working I will go down the route of the second option. |
@rosarch I updated the script to be Python3 compliant here, everything seems good on my side: https://github.com/skaro13/FakeDetector/blob/feature/python3-support/FakeDetector.py |
@skaro13 - Thanks, worked a treat! |
@skaro13 have you thought about trying to pull request that against this repo, so we all could benefit from it? |
@rosarch if you click here https://github.com/nzbget/FakeDetector/compare/nzbget:master...skaro13:feature/python3-support?expand=1 you can then just click the green button to |
Also to anyone who has cloned this repo for now you can pretty easily run:
and then if that ever gets merged into this repo you can get switched back with:
|
The linuxserver nzbget docker image (https://hub.docker.com/r/linuxserver/nzbget/) has been updated, they have dropped support for python 2.
The result of this is a broken script which no longer works with nzbget.
It will be great if someone with Python skills can update the script to be python 3 compatible.
The text was updated successfully, but these errors were encountered: