-
-
Notifications
You must be signed in to change notification settings - Fork 57
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Question about exceptions.InvokeTimeoutError
#513
Comments
Hey @tmr232! My pleasure! To understand that posting is successful you need to:
|
Thanks for the quick reply! That's what I thought, so my problem is - the posts get posted even when I get the exception. The exception is visible here - https://github.com/tmr232/cfgbot/actions/runs/12615124139/job/35154824578 |
Oh I see it now. So the request is processed by the server, but client doesn't wait for response anymore. In that case I recommend to increase default timeout for reading. Here is how to do it: #501. And back to the previously described strategy |
Thanks, will do! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
First, just wanted to thank you for this library. It is awesome!
As for the issue - I sometimes get an
atproto.exceptions.InvokeTimeoutError
when posting, despite the post actually being posted successfully.As a result, I am currently ignoring this exception. But that might not always work, and I don't know if it always succeeds.
How can I tell whether posting actually succeeded?
Thanks!
The text was updated successfully, but these errors were encountered: