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

IndexError: list index out of range #47

Open
schniggie opened this issue Jun 18, 2024 · 0 comments
Open

IndexError: list index out of range #47

schniggie opened this issue Jun 18, 2024 · 0 comments

Comments

@schniggie
Copy link

python3 prog.py --host=192.168.178.15 dump
Error processing response message M:
Traceback (most recent call last):
  File "/home/cd/.local/lib/python3.11/site-packages/maxcube/cube.py", line 126, in __parse_responses
    self.parse_m_message(msg.arg)
  File "/home/cd/.local/lib/python3.11/site-packages/maxcube/cube.py", line 167, in parse_m_message
    data = bytearray(base64.b64decode(message.split(",")[2]))
                                      ~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
[]

any idea?

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

1 participant