You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/test_streamspot.py >>>node_num = int(p.stdout.readline())
error:
Traceback (most recent call last):
File "test_streamspot.py", line 246, in
main()
File "test_streamspot.py", line 208, in main
node_num = int(p.stdout.readline())
ValueError: invalid literal for int() with base 10: b''
Why does this error occur and how to solve this problem?
The text was updated successfully, but these errors were encountered:
scripts/test_streamspot.py >>>node_num = int(p.stdout.readline())
error:
Traceback (most recent call last):
File "test_streamspot.py", line 246, in
main()
File "test_streamspot.py", line 208, in main
node_num = int(p.stdout.readline())
ValueError: invalid literal for int() with base 10: b''
Why does this error occur and how to solve this problem?
The text was updated successfully, but these errors were encountered: