Problems switching channels or downloading logos

himanshu
Posts: 7
Joined: Tue Sep 09, 2014 7:14 pm

Problems switching channels or downloading logos

Post by himanshu »

Hi,

Thanks for this great plugin.

I am trying to use this (plugin v1.5.19 on Indigo 6.1.7) with my Roku 2 XS (v7, build 9044). It gets detected and can send button presses just fine. However, upon trying to create an action of switching application, or downloading channel logos, I get the following error (same error for either action):

Code: Select all

 Roku Network Remote Plugin ErrorError in plugin execution:

Traceback (most recent call last):
  File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Roku Network Remote.indigoPlugin/Contents/Server Plugin/rokuNetworkRemoteDevice.py", line 204, in retrieveAppList
    self.hostPlugin.logDebugMessage(u'App list response: ' + RPFramework.RPFrameworkUtils.to_unicode(responseStatus) + u'; body: ' + bodyText, RPFramework.RPFrameworkPlugin.DEBUGLEVEL_HIGH)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3252: ordinal not in range(128)
Ideas?

Cheers,

Himanshu
User avatar
RogueProeliator
Posts: 2538
Joined: Tue Nov 13, 2012 3:54 pm
Location: Baton Rouge, LA

Re: Problems switching channels or downloading logos

Post by RogueProeliator »

Interesting, that looks to be unicode-safe unless it is somehow trying to convert the body of it to ASCII, which I don't believe it should. I'll see if I can create a test build and get it to you to (hopefully) fix the issue. If it is an issue with the name of a channel, makes sense that both channel related actions fail.

Are you in a country with an extended alphabet by chance (or have a channel with a name with non-US characters)?

Adam
himanshu
Posts: 7
Joined: Tue Sep 09, 2014 7:14 pm

Re: Problems switching channels or downloading logos

Post by himanshu »

Hi Adam

Thanks for the response. I am in Australia, but I'll go home and have a look at the channel list to see if there are any channels with non English characters.

If it helps, I tried using the roku API in a browser to fetch the channel list and that worked alright.

Cheers,

Himanshu


Sent from my iPhone using Tapatalk
himanshu
Posts: 7
Joined: Tue Sep 09, 2014 7:14 pm

Re: Problems switching channels or downloading logos

Post by himanshu »

Hi Adam

I double checked the channel list in Roku. Couldn't find any thing in there that looked suspect. It's all English characters.

I'll wait for your test build and see if it fixes the issue.

Thanks heaps!


Sent from my iPhone using Tapatalk
Post Reply

Return to “Roku Network Remote”