jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
216 stars 107 forks source link

Issue with update #43 #45

Closed shottothedome closed 6 years ago

shottothedome commented 6 years ago

I'm unable to run tvhProxy.py after update to get and post from issue #43 - @app.route('/lineup.post', methods=[‘GET’, ‘POST’])

his code update caused loading tvhProxy.py to fail for me when executed. Debian 8 followed the instructions Failure message:

`$ python tvhProxy.py

File "tvhProxy.py", line 66 SyntaxError: Non-ASCII character '\xe2' in file tvhProxy.py on line 66, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details `

Reverting the post/get code line back to original allowed tvhProxy.py to load. Could this issue be reopened? Issue is with the apostrophes used around get and post. They are not ascii characters