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

Trakt.tv conig not working

$
0
0

@Jocke173 wrote:

I have Flexget 2.3.44 and Python 2.7 and have set up my config file as in the link and it is not working at all:
Pastebin Link

I wanted to auth my Trakt account but i get the following errors all the time:

INFO     manager                       Database upgrade is required. Attempting now.
2016-10-16 02:04 ERROR    schema                        Failed to upgrade database for plugin simple_persistence: value
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/db_schema.py", line 150, in upgrade_wrapper
    new_ver = upgrade_func(current_ver, session)
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/simple_persistence.py", line 42, in upgrade
    for row in session.execute(select([table.c.id, table.c.plugin, table.c.key, table.c.value])):
  File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_collections.py", line 212, in __getattr__
    raise AttributeError(key)
AttributeError: value
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 313, in start
    self.initialize()
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 210, in initialize
    fire_event('manager.upgrade', self)
  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/db_schema.py", line 158, in upgrade_wrapper
    manager.shutdown(finish_queue=False)
  File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 877, in shutdown
    raise RuntimeError('Cannot shutdown manager that was never initialized.')

What is the issue?
I´ve looked at the intent but it looks fine.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles