linuxserver / docker-nzbget

GNU General Public License v3.0
144 stars 84 forks source link

please include xmlrpclib_to python package #139

Closed kbirger closed 2 years ago

kbirger commented 2 years ago

linuxserver.io


Desired Behavior

I would like to be able to run the FakeDetector (python-3 port) script from nzbget

Current Behavior

INFO Fri Oct 01 2021 06:52:17 FakeDetector: ModuleNotFoundError: No module named 'xmlrpclib_to'
INFO Fri Oct 01 2021 06:52:17 FakeDetector: from xmlrpclib_to import ServerProxy
INFO Fri Oct 01 2021 06:52:17 FakeDetector: File "/config/scripts/FakeDetector.py", line 74, in
INFO Fri Oct 01 2021 06:52:17 FakeDetector: Traceback (most recent call last):

The xmlrpclib_to is not present on the image

Alternatives Considered

I could write my own script, but this functionality is used by python to make calls to nzbget

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

kbirger commented 2 years ago

Actually I did some more research and I may have found an alternate library that comes out of the box in python 3. Will do some more investigation. import xmlrpc.client as xc