I'm developing a watch face. I was able to make requests and get responses as expected yesterday. However, using the same code today, I'm no longer able to make requests or get responses (not sure which). "View HTTP Traffic" doesn't show anything, but that could be because it's badly broken on Linux (lots of GTK warnings in stderr..). The callback for the response (last argument passed to `Communications.makeWebRequest`) is called with "-104" as the error code.. not sure what that means.
Any ideas on what could be going wrong, or how to debug this? I suspect "View HTTP Traffic" screen is broken on Linux, so cannot rely on it.
Thanks!