System:
Ubuntu 22.10
Visual Studio Code v1.73.1
Monkey C extension v1.0.7
SDK v4.1.6
A makeWebRequest does a callback with responseCode 200 and data is some dictionary from the server json. When starting the Media Mode -> Sync from the menu, the exact same makeWebRequest does a callback with responseCode 0 and data is null. The same bahaviour occurs when called from a Media.SyncDelegate derived class, or a Communications.SyncDelegate derived class.
This means I cannot test the SyncDelegate code in the simulator and thus I am unable to post any updates to my app. How can this be resolved?