-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
ErrorFrameHeader.__init__() got an unexpected keyword argument 't' #430
Comments
Interesting. That's a super rare case when firehose returns error frames. Maybe started happened because of some server changes or new load challenges. Probably just a simple deserialization bug around |
Not as rare an error as you might hope. Happening multiple times since the first issue raise. This is from a few minutes ago.
|
Today evening they have maintenance xDD |
I will look at this closer since we need to fix it first before touching, for example, jet streams |
I am happy to help but I know nothing about this stack. IOW, if you need me to instrument my stack, I'm happy to do so. We capture the firehose as the beginning of a research project at the University with which I volunteer. No one is depending upon 24x7 operation. |
I checked the code. It looks legit... Super strange that this happens. Maybe another server side bug... So from the docs:
And we are getting atproto/packages/atproto_firehose/models.py Lines 52 to 59 in d030829
but somehow, header with upd. it will be awesome if you could log the value of "raw_header"! |
been experiencing this a lot when I print raw_header right before the exception, it's simply:
|
so backend started to send empty string with op=-1... but empty string is not true optional field? |
This has been happening every few days, 10/25-11/12. Now happening every several hours.
The code that calls the
atproto
library is straightforward:Happy to dig deeper.
Anon,
Andrew
The text was updated successfully, but these errors were encountered: