Stumblor

Results 6 comments of Stumblor

I get this too - when connecting for the second time (during a setInterval loop).

Bit of a PHP noob, but what about using a 3rd party non-blocking library, such as: https://github.com/stil/curl-easy ?

Yup, same here: err.stack "SyntaxError: Unexpected token I in JSON at position 0 at Object.parse (native) at Request.handlePremailerResponse [as _callback] (z:\xxxx\node_modules\premailer-api\premailer.js:103:23) at Request.self.callback (z:\xxxx\node_modules\request\request.js:200:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7)...

For me this was a stylesheet include that couldn't be resolved. Once I had corrected that, it was fine.

Just worked it out, at least for me. 1. Run in terminal tab `npx expo start` 2. In terminal tab start android debugging (or another) by pressing `a` 3. In...