Skip to content

Problem compiling the QT client #12

Open
@cormier

Description

@cormier

@asmikhailov has written in #11 :

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions