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

ValueError: invalid literal for int() with base 10: b'halt' #665

Open
hoh opened this issue Aug 13, 2024 · 0 comments
Open

ValueError: invalid literal for int() with base 10: b'halt' #665

hoh opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hoh
Copy link
Member

hoh commented Aug 13, 2024

Describe the bug

On server7, running Ubuntu 24.04, open vm/63faf8b5db1cf8d965e6a464a0cb8062af8e7df131729e48738342d956f29ace/ip/6

vm-63...-stdout[162225]: Traceback (most recent call last):
vm-63...-stdout[162225]:   File "/root/init1.py", line 609, in <module>
vm-63...-stdout[162225]:     asyncio.run(main())
vm-63...-stdout[162225]:   File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
vm-63...-stdout[162225]:     return runner.run(main)
vm-63...-stdout[162225]:            ^^^^^^^^^^^^^^^^
vm-63...-stdout[162225]:   File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
vm-63...-stdout[162225]:     return self._loop.run_until_complete(task)
vm-63...-stdout[162225]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
vm-63...-stdout[162225]:   File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
vm-63...-stdout[162225]:     return future.result()
vm-63...-stdout[162225]:            ^^^^^^^^^^^^^^^
vm-63...-stdout[162225]:   File "/root/init1.py", line 537, in main
vm-63...-stdout[162225]:     config = receive_config(client)
vm-63...-stdout[162225]:              ^^^^^^^^^^^^^^^^^^^^^^
vm-63...-stdout[162225]:   File "/root/init1.py", line 496, in receive_config
vm-63...-stdout[162225]:     length = receive_data_length(client)
vm-63...-stdout[162225]:              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
vm-63...-stdout[162225]:   File "/root/init1.py", line 486, in receive_data_length
vm-63...-stdout[162225]:     return int(buffer)
vm-63...-stdout[162225]:            ^^^^^^^^^^^
vm-63...-stdout[162225]: ValueError: invalid literal for int() with base 10: b'halt'

@hoh hoh added the bug Something isn't working label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant