09-10-2014, 01:26 AM
user-590
09-10-2014, 01:31 AM
I also get those errors when i try the PVR, they're surely related. I amd the admin on this computer as there is only one user.
user-2
09-10-2014, 07:20 AM
This is a known bug in 2.86. The system options file is incorrectly decoded, so non-ASCII characters in the configured output path (like the à in Ãdouard) cause a problem. This is fixed in 2.87, which will be released later this month. Until then, override the output directory in the systems options file by creating a value in your user options file that contains only ASCII characters:
After you install 2.87, remove the temporary setting:
Code:
get_iplayer --prefs-add --output=C:\some\ascii\path
After you install 2.87, remove the temporary setting:
Code:
get_iplayer --prefs-del --output=C:\some\ascii\path
user-590
09-10-2014, 10:12 AM
Thank you, sorry if it was already posted.