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

"Error listening the socket" when trying to run wallet.py #66

Open
FilipeMarch opened this issue May 12, 2019 · 1 comment
Open

"Error listening the socket" when trying to run wallet.py #66

FilipeMarch opened this issue May 12, 2019 · 1 comment

Comments

@FilipeMarch
Copy link

FilipeMarch commented May 12, 2019

After installing all requirements, I opened the SumoGUIWallet folder on terminal an ran:
python wallet.py

[07:56:49] [INFO] Starting [Sumo GUI Wallet v0.2.0]...
Error listening the socket. Try to restart application...
Starting app...
Traceback (most recent call last):
File "/home/filipemarch/Downloads/SumoGUIWallet-master/app/QSingleApplication.py", line 62, in
QTimer.singleShot(250, lambda : self.startApplication(first_start=False))
File "/home/filipemarch/Downloads/SumoGUIWallet-master/app/QSingleApplication.py", line 47, in startApplication
self.appMain.run()
File "/home/filipemarch/Downloads/SumoGUIWallet-master/webui/init.py", line 285, in run
self.start_deamon()
File "/home/filipemarch/Downloads/SumoGUIWallet-master/webui/init.py", line 302, in start_deamon
self.app_settings.settings['daemon']['limit_rate_down'])
File "/home/filipemarch/Downloads/SumoGUIWallet-master/manager/ProcessManager.py", line 62, in init
super(SumokoindManager, self).init(exec_path, proc_args, "sumokoind")
File "/home/filipemarch/Downloads/SumoGUIWallet-master/manager/ProcessManager.py", line 33, in init
stdout=PIPE, stderr=STDOUT, stdin=PIPE)
File "/home/filipemarch/anaconda3/envs/SumoGUI/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/home/filipemarch/anaconda3/envs/SumoGUI/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] Arquivo ou diretório inexistente

How could I overcome this and run the wallet?

@ossii79
Copy link

ossii79 commented May 12, 2019

Have you tried to run the "release" directly?
https://github.com/sumoprojects/SumoGUIWallet/releases

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