Complete
over 4 years ago

WERETECH-7625

Future 3.1.1 Release

Started getting a lot of BLE_REQUEST_TOO_LARGE - outgoing makeWebRequest doesn't even pass to server

Hello, recently (after some firmware or Connect app update?) I started getting BLE_REQUEST_TOO_LARGE (code -102) as a response to my makeWebRequest (it's a request from watchface's background service). 

The server doesn't even register this request, which means that it doesn't pass from watch. However, the url (https) is now only about 160 characters, and it has worked without problems for about a year.

Is there anything I can do to even debug this? Is there a known bug (Vivoactive 3) about this?

I tried shortening the request url as much as possible (it is now about 140 bytes), but no improvement, and much longer urls worked for me in the past.

Parents
  • Hey. I've got this captured in a ticket. We will try to reproduce this this week and figure out where the issue is. Because it works in the sim I'm guessing that it's a device specific bug, but we will figure it out. It sounds like the bug is actually the getSystemStats() giving you the wrong info.

Comment
  • Hey. I've got this captured in a ticket. We will try to reproduce this this week and figure out where the issue is. Because it works in the sim I'm guessing that it's a device specific bug, but we will figure it out. It sounds like the bug is actually the getSystemStats() giving you the wrong info.

Children