tiddy
14 years agoVisitor
after linking, next HTTP request fails
I have tried the get with retry and get with timeout, and it looks like after a successful link the second call to a second URL is unable to execute. My web service gets the HTTP request and completes but the application has exited by then. I've put in tons of debugging print statements and the second retry fails and the Roku returns to the home screen.
The next time the app runs, after this unexpected exit described above, the request executes perfectly and the channel list comes back.
I set m.Http.EnableFreshConnection(true) but it seems like the linking process does something to prevent later reuse of m.Http or something of that nature, but I'm gasping at straws. I can't get the debugger to break and let me step through and the console doesn't show and errors at all when the app exits, it just cleanly aborts back to the Roku home screen.
Anything I may have missed?
The next time the app runs, after this unexpected exit described above, the request executes perfectly and the channel list comes back.
I set m.Http.EnableFreshConnection(true) but it seems like the linking process does something to prevent later reuse of m.Http or something of that nature, but I'm gasping at straws. I can't get the debugger to break and let me step through and the console doesn't show and errors at all when the app exits, it just cleanly aborts back to the Roku home screen.
Anything I may have missed?