arista icon indicating copy to clipboard operation
arista copied to clipboard

Accentuated char in path

Open rgarrigue opened this issue 10 years ago • 0 comments

Hi

I tried to encode a video locate in a "Vidéos" folder. Then I got this error message

r@c ~/Vidéos $ arista-transcode -p=dvd s01e08.mkv s01e08.avi
2 travaux en cours de traitement...
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/arista/transcoder.py", line 228, in _got_info
    self._setup_pass()
  File "/usr/lib/python2.7/dist-packages/arista/transcoder.py", line 340, in _setup_pass
    "location=\"%s\"" % (src, mux_str, self.options.output_uri)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 39: ordinal not in range(128)

Everything worked fine when I moved everything in a folder without any accentuated char in the full path.

Thanks for the good soft :+1:

rgarrigue avatar Oct 30 '15 21:10 rgarrigue