-
Notifications
You must be signed in to change notification settings - Fork 167
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
Could not decompress, Error -3 while decompressing data: invalid stored block lengths #565
Comments
i have the same issues Traceback (most recent call last): |
Btw, after i get this error, although the program is still running it looks like I am not receiving any more discord messages. |
This is a completely different error; upgrade |
#564 |
@TheKidThatCodes I cannot reproduce this. Can you send a complete traceback so I can look into this further? |
? |
Sorry, mentioned the wrong person :) |
Sorry I posted the stack above but I don't know how to get a complete traceback if that is not complete. I hit another one here where it showed a different exception beforehand (I have seen this "ConnectionClosedOk" exception only a couple times. Not sure if it is related. ` Process finished with exit code 0 |
This is not discord.py-self's renamed branch. You have probably accidentally installed a different selfcord library. |
So sorry you are right, my mistake. |
Summary
Getting could not decompress error from selfcord randomly
Reproduction Steps
Every once in awhile after selfcord has been connected for awhile, I will get this error. I am running the selfcord named version of discord.py-self
Code
Expected Results
I do not see this error.
Actual Results
Every once in awhile after selfcord has been connected for awhile, I will get this error.
Could not decompress. With exception "Error -3 while decompressing data: invalid stored block lengths"
stack:
recv_msg, gateway.py:339
start, gateway.py:580
runner, bot.py:93
_run, events.py:80
_run_once, base_events.py:1881
run_forever, base_events.py:595
run_forever, windows_events.py:316
run_until_complete, base_events.py:628
run, runners.py:44
run, bot.py:102
System Information
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: