primaeval / script.tvguide.fullscreen

tv guide fullscreen
GNU General Public License v2.0
25 stars 26 forks source link

Crash when pressing INFO #49

Closed im85288 closed 8 years ago

im85288 commented 8 years ago

`17:59:51 T:140540859381504 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

The strange thing here was I was pressing INFO when in TV Mode so not sure how it get's to being called in the epgmode as above. Perhaps changing showListings to only work with remote1 instead of info may help

primaeval commented 8 years ago

Info in epg mode is just my first guess for a spare key. Change it if you like. All the numbers up to 6 are taken so far. Leave 7 for a future recording List if that becomes possible.

im85288 commented 8 years ago

It's fine for me, the bigger problem is why it was called when I pressed INFO in TV Mode.

Regardless I fixed the code to not crash which is in my latest PR

im85288 commented 8 years ago

Just for confirmation:

action.getId() in [ACTION_SHOW_INFO,REMOTE_1]:

So it is already using remote number 1 and the info button.

primaeval commented 8 years ago

There seem to be a lot of default remote mappings going on in some devices that are difficult to track down. I spent a lot of time with someone with a FireTV that had doubled page down messages because Android had already mapped it to the media keys before Kodi.