You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a workaround by adding .encode('ascii', 'ignore').decode('ascii') on video_title in line 36 of rteplayer.py file, not the most elegant solution...
Thank you for the bug report but as this is python 2 and rte_player targets python 3 I was tempted to mark this as won't fix as the issue is not present in python 3.
This does indeed fix the issue. The title gets changed in the process (e.g. filed saved as "TrÃd an Lionsa") but the download doesn't fail as it did before. Thank you.
Apologies also, I hadn't realised my python version was outdated for the project.
Thank you for making this!
Description
Attempting to download a show with a fada in the title produces a unicode error...
What I Did
The text was updated successfully, but these errors were encountered: