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
@hydroxideee, downgrading to protobuf 4.25.0 solved the issue form me. You could try to do the same, I did it in a venv, but didn't try protobuf version 4.25.4.
Summary
When changing presence to idle TypeError is raised
Reproduction Steps
Call Client.change_presence with status set to idle and afk=True
Code
Expected Results
Presence should change with no error and push notifications should start to be received.
Actual Results
Presence appears to change to idle even with the error being raised, but no push notifications are received this way.
System Information
Checklist
Additional Information
Might be similar to #729 but downgrading the protobuf library to the 4.25.4 or lower did not fix the issue
The text was updated successfully, but these errors were encountered: