codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 310: character maps to <undefined>
See original GitHub issueHave you read the FAQ and checked for duplicate open issues? Yes
What version of Shaka Player are you using? 2.5.20
Can you reproduce the issue with our latest release version? YES
Can you reproduce the issue with the latest code from master
?
YES
Are you using the demo app or your own custom app? ERROR ON INSTALLATION
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What configuration are you using? What is the output of player.getConfiguration()
?
What did you do?
When I cloned the repo and run python build/all.py in the shaka-player directory
What did you expect to happen? dist/shaka-player.compiled.js (compiled bundle) dist/shaka-player.compiled.debug.js (debug bundle) dist/shaka-player.compiled.externs.js (generated externs, for Closure-based projects) docs/api/index.html (generated documentation)
What actually happened?
It shows an error: codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: ‘charmap’ codec can’t decode byte 0x81 in position 310: character maps to <undefined>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (6 by maintainers)
@sradhanjan . The output is not much different . there are few extra files which have been loaded along with the shown output files . check the folder “dist/” inside shaka-player folder , all the files shown in output are loaded along with few extra files . Don’t bother much about other files. keep reading the jsDOc futher .
@joeyparrish . I mistyped my email during commit which caused that CLA problem . I deleted the repo and forked it again and then checked my email in cmd before adding a commit , and realised i typed gail.com instead of gmail.com 😅 .
Thank you for help .