Conor Gould

Results 13 comments of Conor Gould

I know this is dead, but i'm experiencing the same issues.

Same issue. I'll try to fork the repo and apply changes and see if that helps. ``` [WyzeBridge]` 172.17.0.1 - - [12/Nov/2023 03:40:04] "GET /snapshot/cam-v3.jpg?1699760387126 HTTP/1.1" 307 - [WyzeBridge] 172.17.0.1...

Having same issue after (maybe) forced update. Just came back from a very long trip and the camera is not being picked up by my Homebridge plugin.

I do think I found the error. It's an enum length problem. When I comment out every line until the error goes away it compiles just fine. When I uncomment...

> You can return a Token from your callback. There's also utilities like Filter, Skip, FilterResult, etc. See https://logos.maciej.codes/callbacks.html Thank you, that worked wonderfully! Just one more thing - can...

+1 still happening (Windows).

I have found the issue! It is with this line in print_something: `write!(writer, "The numbers are {} and {}", 42, 1.0 / 3.0).unwrap();` I don't know what is happening, but...

```js // core/Axios.js:136:5 while (i < len) { const onFulfilled = requestInterceptorChain[i++]; const onRejected = requestInterceptorChain[i++]; try { newConfig = onFulfilled(newConfig); } catch (error) { onRejected.call(this, error); break; } }...

I fixed the synchronous requests (I think), cba to figure out more ChatGPT code. https://github.com/axios/axios/compare/v1.x...SkyzerDev:axios:v1.x

Same issue here. This also causes a `borrowed data escapes outside of function` with an `Arc` for some reason. Will try to fix real quick and open a PR.