Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem compiling the QT client #12

Open
cormier opened this issue Jan 22, 2015 · 1 comment
Open

Problem compiling the QT client #12

cormier opened this issue Jan 22, 2015 · 1 comment

Comments

@cormier
Copy link
Contributor

cormier commented Jan 22, 2015

@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
@cormier cormier mentioned this issue Jan 24, 2015
@Apteryks
Copy link

With the recent port of the client code to Python 3, it appears the Qt client is no longer working. Will track these issues together here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants