Encountered an Invalid block size error while using client.download() #539
Unanswered
M1chaelWang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
download_data = bytearray(40) err_code = client.download(download_data, 3)
When running this line of code, the program threw an "Invalid block size" error and I can't figure why.
Please I need help. THX!!! :)
Beta Was this translation helpful? Give feedback.
All reactions