You are not logged in.
I can use griffith with sqlite3 database, but I can't use mysql. As a matter of fact if I try to change the database in preference to use mysql
database, I get "cannot connect to database. Falling back to SQLite" (I am sure I put in the correct login/password), and in the console, I get
the message
Traceback (most recent call last):
File "/usr/bin/griffith", line 279, in source_changed
add.source_changed(self)
File "/usr/share/griffith/lib/add.py", line 329, in source_changed
plugin_name = 'PluginMovie' + option
TypeError: can only concatenate str (not "NoneType") to strLast edited by kde35 (2019-12-27 07:54:25)
Offline
I installed python-mysql-connector and python-mysqlclient, and now it works.
Offline