Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Error while calling convert function #50

Open
MurthyAvanithsa opened this issue Aug 8, 2014 · 1 comment
Open

Unicode Error while calling convert function #50

MurthyAvanithsa opened this issue Aug 8, 2014 · 1 comment

Comments

@MurthyAvanithsa
Copy link

When i was trying to covert a WMV file it shows this error

Traceback (most recent call last):
File "/virtualenvs/celery/local/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(_args, *_kwargs)
File "/virtualenvs/celery/local/lib/python2.7/site-packages/celery/app/trace.py", line 437, in protected_call
return self.run(_args, *_kwargs)
File "/virtualenvs/celery/inviterjobs/workers/finalvideo/tasks.py", line 38, in finalvideo
for timecode in converter_convert:
File "/virtualenvs/celery/local/lib/python2.7/site-packages/converter/ffmpeg.py", line 453, in convert
ret = ret.decode(console_encoding)
File "/virtualenvs/celery/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc2 in position 9: unexpected end of data

@mauricioabreu
Copy link

Show what you have done.
What was the command you issued?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants