Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

CRITICAL plugin Exception while loading plugin flexget.plugins.cli.web

$
0
0

@coruscant wrote:

Hi, I get this error when I run flexget execute --test

CRITICAL plugin Exception while loading plugin flexget.plugins.cli.web

The system is a Debian Jessie 32 bits. I had installed Flexget before in this host but now I can't make it run. I followed the guide from https://flexget.com/InstallWizard/Linux/Environment/FlexGet

I uninstalled python and I removed all the directories from in /usr/local/lib/python*. I also tried with and without system python-pip and python-pkg-resources.

I tried to install --upgrade some packages like cherrypy and functools32 that seem to cause the problem but I can't find a way.

Any hints ? Thank you very much.

This is the complete output of the error:

CRITICAL plugin                        Exception while loading plugin flexget.plugins.cli.web
Traceback (most recent call last):
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/plugin.py", line 395, in _load_plugins_from_dirs
    __import__(module_name)
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/plugins/cli/web.py", line 8, in <module>
    from flexget.webserver import change_password, generate_token, WeakPassword, get_user
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/webserver.py", line 10, in <module>
    import cherrypy
  File "/root/flexget/local/lib/python2.7/site-packages/cherrypy/__init__.py", line 304, in <module>
    import pydoc as _pydoc
EOFError: EOF read where object expected
Traceback (most recent call last):
  File "./bin/flexget", line 11, in <module>
    sys.exit(main())
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/manager.py", line 326, in start
    self.initialize()
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/manager.py", line 189, in initialize
    plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, 'plugins')])
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/plugin.py", line 457, in load_plugins
    _load_plugins_from_dirs(extra_dirs)
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/plugin.py", line 395, in _load_plugins_from_dirs
    __import__(module_name)
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/plugins/cli/web.py", line 8, in <module>
    from flexget.webserver import change_password, generate_token, WeakPassword, get_user
  File "/root/flexget/local/lib/python2.7/site-packages/flexget/webserver.py", line 10, in <module>
    import cherrypy
  File "/root/flexget/local/lib/python2.7/site-packages/cherrypy/__init__.py", line 304, in <module>
    import pydoc as _pydoc
EOFError: EOF read where object expected

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles