Results 7 comments of Kevin

I deployed to compute engine instead, but leaving this open if it's important to others to get working in app engine

👍 on this - i'm getting those same info messages until finally it culminates into `ERRO[1420] Cannot request stream : Post https://stream.twitter.com/1.1/statuses/filter.json: net/http: request canceled (Client.Timeout exceeded while awaiting headers)`...

Looks like it's related to this commit: https://github.com/ChimeraCoder/anaconda/commit/c0624fed14f17cab6525039cc4a9a0a4e5b48c13 I wonder if the timeout and reconnecting is too aggressive? According to twitter docs: > The Streaming API will send a keep-alive...

i just got the same error when trying to update from 0.7.2 to 0.7.4. Went back to 0.7.2 and the error went away

@ale316 you were correct in your skepticism. Nounce is not the same across websocket connections making it all but useless as unique but consistent ID. 😡

Is this dead? I'm running into so many mps problems with so many different models - all running on pytorch. But here with CLIP, [detectron2](https://github.com/facebookresearch/detectron2/issues/4342) - all seem to be...

Hacked a solution to this, posting shortly to github and/or stack. I'll provide a link