Sam Jones

Results 11 comments of Sam Jones

+1. I'm getting "Error parsing Changelog data. Retry later." [app.log](https://github.com/remyroy/CDDA-Game-Launcher/files/5612339/app.log) Edit: I can access the files hosted here - http://gorgon.narc.ro:8080/job/Cataclysm-Matrix/ ![CDDALauncher](https://user-images.githubusercontent.com/26685825/100544947-1e7a3f80-3251-11eb-839d-2c8f07bf9c56.png)

Thanks for getting back so fast man, I'll take a look around see if I can figure out what is going on.

It does not appear to be a network issue. I built from source and was able to install the experimental version. Perhaps something to do with DDL hell you mentioned...

I imagine it's possible to recognise a podcast's intro music or perhaps some unique and exclusive sound effect. Although as per the readme, this tool is not suitable for voice...

> rahulmodi8812 You didn't read the post did you? I am also having this issue. Thankfully I have a rp3 to try the hack suggested by MrSprawl

Thanks for getting back so quickly, yeah its odd. We've tried EmberClient and http4s-netty, same thing. Here are a few more logs leading up to the issue occuring ``` 2024-10-16...

Its quite a small subscription, low traffic. Maybe 1-2 TPS. The double refreshing is interesting and I'm looking into that now. Perhaps I've somehow doubled up the stream and the...

The bug appears when Pubsub sends a GoAway(max_age) after 1 hour. ### Successful restarting of Stream on 1st failure This consistently occurs at T+1h ``` Created Connection - RequestKey: [REDACTED]...

Read concurrency is set to 1. Subscriber is created like this ```scala PubSubSubscriber .http[F] .projectId(config.subscriber.projectId) .subscription(Subscription(subscription)) .uri(config.subscriber.uri) .httpClient(client) .noRetry .errorHandler { case (_, t) => t.raiseError } .batchSize(config.subscriber.batchSize) // 100...

Switching to http1 seems to have resolved the issue by the way 🎉 When I get some time I'll try and code up a reproducer for the http2 bug