8000 'ascii' codec can't decode byte 0xef in position 86: ordinal not in range(128) · Issue #440 · chrippa/livestreamer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to c 8000 ontent
'ascii' codec can't decode byte 0xef in position 86: ordinal not in range(128) #440
Closed
@fromMars

Description

@fromMars

I use built-in streaming protocols directly to fetch videos, here is my command:

C:\Users\MB>livestreamer hds://http://resource.ws.kukuplay.com/players/2014/07/0
4/60129/fengyun.swf?cid=gtv best
[cli][info] Found matching plugin stream for URL hds://http://resource.ws.kukupl
ay.com/players/2014/07/04/60129/fengyun.swf?cid=gtv
Traceback (most recent call last):
  File "C:\Python27\Scripts\livestreamer-script.py", line 9, in <module>
    load_entry_point('livestreamer==1.8.2', 'console_scripts', 'livestreamer')()

  File "C:\Python27\lib\site-packages\livestreamer-1.8.2-py2.7.egg\livestreamer_
cli\main.py", line 823, in main
    handle_url()
  File "C:\Python27\lib\site-packages\livestreamer-1.8.2-py2.7.egg\livestreamer_
cli\main.py", line 469, in handle_url
    console.exit(u"{0}", err)
  File "C:\Python27\lib\site-packages\livestreamer-1.8.2-py2.7.egg\livestreamer_
cli\console.py", line 73, in exit
    formatted = msg.format(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 86: ordinal
 not in range(128)

If I copy "http://resource.ws.kukuplay.com/players/2014/07/04/60129/fengyun.swf?cid=gtv" and paste it into web browser, the browser can play video successfully.
I use python2.7.7 32bit on 64bit windows8.1, please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0