Forum Discussion
3 Replies
- tim_beynartChannel Surferit might be related to the isRequestFailed() message from the deprecated roVideoPlayerEvent
https://sdkdocs.roku.com/display/sdkdoc ... layerEvent
I'm just guessing, I haven't tested this yet - El-vishyVisitorLooks like you are right. Thanks Tim
- tim_beynartChannel SurferI used to have logic that was something like "if request.code < 400 then..." to validate an HTTP response, not realizing the Roku error codes were negative numbers along with the standard HTTP codes. OOPS.