Hi there,
Over the past week, I’ve been noticing some API errors when using pixlet push
, and I’m wondering if this is related to an issue I started noticing at the same time of my Tidbyt becoming “stuck” and failing to receive/render new updates without me restarting my looping Pixlet push script. This isn’t an authentication issue, as my API token and device ID are correct and work when I restart my script (only to then fail again sometime in the next day, typically).
Here’s the precise error I’m seeing on the command line that occasionally crops up: pushing to API: Post "https://api.tidbyt.com/v0/devices/[my-device-id-here]/push": net/http: TLS handshake timeout
One thought I had is that perhaps there’s some new rate limiting going on on the Tidbyt API? I’m currently pushing an update every 10 seconds, FWIW.