You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Discovery and got every time the errormessage mentioned in the title when I tried to configure the plugin.
I changed line 75 in dbutils.py to
if len(str((username))) > 0:
and now it works as it should.
Regards,
The text was updated successfully, but these errors were encountered:
I installed Discovery and got every time the errormessage mentioned in the title when I tried to configure the plugin.
I changed line 75 in dbutils.py to
if len(str((username))) > 0:
and now it works as it should.
Regards,
The text was updated successfully, but these errors were encountered: