@anonimoaveces wrote:
Hi, I'm not a newbie at all but unfortunately I feel like it 'cause I don't get start flexget properly.
I follow a tutorial to install flexget, executing the following:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
sudo pip install flexgetSo after copy a config.yml to .flexget folder, execute "flexget execute" and I got this message:
2017-08-15 01:22 INFO manager Database upgrade is required. Attempting now.
2017-08-15 01:22 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
2017-08-15 01:33 INFO manager Database upgrade is required. Attempting now.
2017-08-15 01:33 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: valueI tried several things, like reinstall from zero flexget, reset the database, reset the plugin simple_persistence but no-one solution worked
My HW is a raspberry pi 2, and previous versions worked well but with this last version I couldn't execute it.
P.S. Python is 2.7 and Flexget 2.10.79
Posts: 2
Participants: 1