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

DEXBot GUI fails on start (Linux) #686

Closed
svdev opened this issue Sep 11, 2019 · 3 comments
Closed

DEXBot GUI fails on start (Linux) #686

svdev opened this issue Sep 11, 2019 · 3 comments

Comments

@svdev
Copy link

svdev commented Sep 11, 2019

Expected Behavior

Correct DEXBot GUI Initialization (Linux)

Actual Behavior

DEXBot GUI initialization fails (see error below):

Traceback (most recent call last):
File "dexbot/gui.py", line 33, in
File "dexbot/gui.py", line 28, in main
File "dexbot/gui.py", line 15, in init
File "dexbot/config.py", line 43, in init
TypeError: get_sorted_nodelist() missing 1 required positional argument: 'timeout'
[25506] Failed to execute script gui

Steps to Reproduce the Problem

  1. Download https://github.com/Codaone/DEXBot/releases/download/0.15.5/DEXBot-gui-linux-0.15.5.tar.gz
  2. tar -xzvf DEXBot*.gz
  3. ./DEXBot-gui

Specifications

  • Version: 0.15.5
  • OS: Arch Linux
@PermieBTS
Copy link
Collaborator

PermieBTS commented Sep 11, 2019

I think perhaps this to do with some nodes still being offline after the bug in the blockchain that was fixed a few days ago.

Have you tried installing on linux using the terminal with this guide?
https://github.com/Codaone/DEXBot/wiki/Setup-Guide-for-Ubuntu-Linux

@svdev
Copy link
Author

svdev commented Sep 11, 2019

@PermieBTS

The issue is that the 'timeout' argument is missing when calling get_sorted_nodelist() from config.py (line 43). See line reference:

sorted_nodes = get_sorted_nodelist(self.node_list)

@PermieBTS
Copy link
Collaborator

Are you able to assist in the next few days @thehapax ?
They developed the node sorting

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

No branches or pull requests

3 participants