Closed PJUllrich closed 3 years ago
This seems to be related to: https://github.com/parroty/extwitter/pull/104
I forked this repo, added the fix from #104 and successfully tested the example code above again. So, this issue will be fixed by #104
This can be closed finally since the aforementioned PR has been merged :>
πβ€οΈππ§‘π
When I run the example code from the docs, I receive
Jason.DecodeError
whenever a deleted tweet is received. I tried bothJason
andPoison
and with both libraries, I receive this error. This error causes the stream to stop unfortunately, so thestream_sample/0
function is not usable anymore because of this.I run this code for example:
And receive this error for example:
It seems that the incoming data is not separated properly.