jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

.literal() method ignores number characters within the string #72

Closed smw5qz closed 3 years ago

smw5qz commented 3 years ago

.literal('abc123') only sends 'abc' to the Roku.

Is this just a limitation when interfacing with Rokus? I dug into core.py a bit, didn't see anything that could be tweaked to include number characters.

smw5qz commented 3 years ago

Appears to only be an issue within the Youtube app, which I've had other issues with.