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 did some attepmts to compile and install Qt Client
excluding, by the way, from client/client.py test for keyring checks (it doesn't work at all for me)
Client successful installed and run but every time i try add something like a machine, service etc i got error message like this:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/SFLvault_client_qt-0.7.8.2-py2.7.egg/sflvault/clientqt/gui/mainWindow.py", line 690, in addService
self.addservice.exec_()
File "/usr/local/lib/python2.7/dist-packages/SFLvault_client_qt-0.7.8.2-py2.7.egg/sflvault/clientqt/gui/config/service.py", line 485, in exec_
self.fillServicesList()
File "/usr/local/lib/python2.7/dist-packages/SFLvault_client_qt-0.7.8.2-py2.7.egg/sflvault/clientqt/gui/config/service.py", line 382, in fillServicesList
services = listService()
File "/usr/local/lib/python2.7/dist-packages/SFLvault_client_qt-0.7.8.2-py2.7.egg/sflvault/clientqt/lib/auth.py", line 146, in try_func
status = func(k, *a)
File "/usr/local/lib/python2.7/dist-packages/SFLvault_client_qt-0.7.8.2-py2.7.egg/sflvault/clientqt/lib/auth.py", line 158, in reauth_func
if'error'in status and status["error"]:
TypeError: argument of type'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
@asmikhailov has written in #11 :
The text was updated successfully, but these errors were encountered: