× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Flexget on ReadyNas Duo/NV+

soehest
Aspirant

Flexget on ReadyNas Duo/NV+

There is a guide on how getting http://flexget.com to run on a ReadyNas Duo/NV+ machine here: http://flexget.com/wiki/InstallWizard/ReadyNAS

Please direct any feedback to this thread.
Message 1 of 5
sgirard
Aspirant

Re: Flexget on ReadyNas Duo/NV+

Soehest;

Thank-you so much for the help and your updated instruction for the Readynas installation. After performing a Factory Reset with the ReadyNas, I was able to get FlexGet installed and kind of working, configuration file setup. The only hiccup that I experienced during the installation process was when easy_install tried to install BeautifulSoup. It couldn't find the page. Here is the snap the error that got.

Processing dependencies for flexget
Searching for BeautifulSoup
Reading http://pypi.python.org/simple/BeautifulSoup/
Reading http://www.crummy.com/software/BeautifulSoup/
Reading http://www.crummy.com/software/BeautifulSoup/download/
Reading https://launchpad.net/beautifulsoup/+download
Best match: BeautifulSoup 3.2.0
Downloading http://launchpad.net/beautifulsoup/3.2/3.2.0/+download/BeautifulSoup-3.2.0.tar.gz
error: Unexpected HTML page found at http://launchpad.net/beautifulsoup/3.2/3.2.0/+download/BeautifulSoup-3.2.0.tar.gz

I was able to get around the error by performing a manual installed once I downloaded Beautiful Soup from the site.

Thanks again
Shawn
Message 2 of 5
paranoidi
Aspirant

Re: Flexget on ReadyNas Duo/NV+

The problem with BeautifulSoup library is that it seems to be hosted with incorrect mime-type (html/text) again, notified the developers about it. Hopefully this time the fix will last a bit longer 🙂
Message 3 of 5
ntduonub
Aspirant

Re: Flexget on ReadyNas Duo/NV+

Old thread but I'm trying to get prowl to work on the duo with flexget. But i get this error in flexget:

Error with request: [Errno 1] _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Any idea why? The only thing I can think of is that the api urls are old on flexget and there's no way for me to change that 😕
Message 4 of 5
gman591
Aspirant

Re: Flexget on ReadyNas Duo/NV+

First, many thanks for taking the time to post this guide - I ran into a problem after installing flexget, at the verification point:

# flexget -V
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 5, in <module>
    from pkg_resources import load_entry_point
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 3080, in <module>
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 3066, in _call_aside
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 3093, in _initialize_master_working_set
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 651, in _build_master
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 952, in require
  File "build/bdist.linux-padre/egg/pkg_resources/__init__.py", line 839, in resolve
pkg_resources.DistributionNotFound: The 'functools32' distribution was not found and is required by jsonschema

 

For anyone else getting this error, I got around this by sourcing the functools32 package here:

  https://pypi.python.org/pypi/functools32

 

Downloaded it and sftp'd it to my ReadyNAS into /c/src/ then issued the following commands:

 

#  cd /c/src/

#  tar xzf functools32-3.2.3-2.tar.gz

#  cd functools32-3.2.3-2

#  python ./setup.py build

#  python ./setup.py install

 

Assuming everything went okay, you should be able to run your flexget -V without any error now.

Best regards,

 

George.

Message 5 of 5
Top Contributors
Discussion stats
  • 4 replies
  • 4495 views
  • 0 kudos
  • 5 in conversation
Announcements