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

Blocking error running flexget

$
0
0

@effemmeffe wrote:

I just did an update, restarted the daemon and, BOOM:

fmf@kodi:~$ flexget -V
2.3.24
You are on the latest release.
fmf@kodi:~$ flexget check
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 311, in start
    self.initialize()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 183, in initialize
    plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, 'plugins')])
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 461, in load_plugins
    fire_event('plugin.register')
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 106, in fire_event
    result = event(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/modify/convert_magnet.py", line 103, in register_plugin
    plugin.register(ConvertMagnet, 'convert_magnet', api_ver=2)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 271, in __init__
    raise Exception('already %s' % self.name)
Exception: already convert_magnet
fmf@kodi:~$

Any help?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles