You are not logged in.

#1 2019-12-26 19:22:12

kde35
Member
Registered: 2015-04-13
Posts: 71

Griffith[aur] can't connect to mysql [Solved]

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 str

Last edited by kde35 (2019-12-27 07:54:25)

Offline

#2 2019-12-27 07:55:56

kde35
Member
Registered: 2015-04-13
Posts: 71

Re: Griffith[aur] can't connect to mysql [Solved]

I installed python-mysql-connector and python-mysqlclient, and now it works.

Offline

Board footer

Powered by FluxBB