Alexandru Branza
Alexandru Branza
There is `resp.json()` in your error thread, this means that the request to the SmartThings API (to update data) is made, but the response is not in JSON format. This...
I guess, if the SmartThings API servers went down temporarily.
Happy it's working.
Maybe it is related to that, but if it's a HA issue I can't fix it. Also, no, I'm using HA 0.105.2, I can't update HA frequently, it would be...
I would of expected more people to announce this problem if it was a HA issue though.
~~I'm not entirely sure if it's related to my changes (it shouldn't be), but I'm only getting an object with 1 error (to be precise: "Did not manage to download...
lol, you created a conflict with this commit: https://github.com/Ivshti/multipass-torrent/commit/4b3a0160f58bf5f71c7c767530e05e0702fd96cb :)) I removed both YTS and Torrage as their both offline and I don't think they are ever coming back again....
> I swear torrage was alive recently. http://torrage.com/ (which was the one in the code) seems dead for a while, i hope your not confusing it with http://torrage.info/ though, we...
There's one more torrent cache server i've found, but it requires a bit more complex logic then the others so I skipped it for now. ``` 'http://bt.box.n0808.com/' + hash.slice(0, 2)...
Maybe even an `.init(settings)`, so we can do `.init({ dbPath: "..." })` for example?