Due to the way floating point numbers are implemented, your number could be "9.899999", in which case your function will return "9.8" when it should return "9.9". I'd do something like this (assuming your numbers are stored internally as Doubles, but you want to print t...
Most of those properties you're setting are unnecessary. The one thing you do need that you're missing is setRequestMethod("POST"). I don't do Java, so there may be other issues with your code. Also, instead of using Chrome Developer Tools to determine the Roku interface, why not read the ...
The call to InitClientCertificates() instructs the Roku to use Client Authentication, in addition to the Server Authentication you get with SetCertificatesFile(). With client authentication, communications with the server are encrypted using the Roku Company private key securely embedded in the Roku...
For purposes of debugging the back-end, I need to make calls to it from Postman. How can I get the value of the `ca-bundle.crt` file for inclusion in the call made by Postman? You don't. Assuming you are trying to do what you say: use Postman as a client to make requests to your API server, and no...
The roku-develop Atom package can now create a Package file (.pkg) for the currently-deployed application. Thanks to Rolando Islas for the GitHub pull request.
I'm currently working on a version of roku-develop for Visual Studio Code, since I very rarely use Atom any more.
I would use two Home keypresses, just in case the channel paused, or somehow the video stopped playing, and the Roku screensaver kicked in. The first Home keypress exits the screensaver, the second goes back to the home screen. Then, instead of emulating keypresses to launch the channel, use the ECP...
The reason the SmugMug Roku channel no longer works is that the channel uses version 1.2.2 of the SmugMug API, which was disabled on June 11, 2018, according to this announcement by SmugMug: https://dgrin.com/discussion/263631/upcoming-api-changes-please-read The SmugMug API version 1.3.0 still work...
I don't use this plugin, although from looking at the source code, the deploy functionality seems rather primitive (only supports one device, does not auto-discover Rokus on the local network). If you want deploy functionality with Atom you can use the roku-develop package.
I got correct channel display today (OTA channel list in canada) with v2.6. By mistake, in settings, i have entered a canadian postal code for Quebec city and there is no OTA broadcast choice anymore, but only satellite provider (no cable provider neither) for my postal code (in previous version, i...
With the legacy SDK support ending (and being removed from the Roku OS later) - is 'Whats On' running on borrowed time? Yes. Are you considering changing to SceneGraph? No. I have no plans to re-write What's On using Scene Graph. If Roku goes ahead with its plan to remove the legacy visual screen c...
The What's On Channel TV listings should now be working again. No need to update the channel on your Roku; all the changes were made on the server-end. However, you will have to go to the channel's Settings screen and re-enter your TV provider, then re-select any favorites you had previously selected.
Sorry for the problems you're having with the TV listings. I'll be away from my computer & Rokus until Wednesday, but I'll take a look at it when I return home.