question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Have 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
surajkumar-skcommented, Mar 12, 2021

@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 .

0reactions
surajkumar-skcommented, Mar 12, 2021

@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 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

'charmap' codec can't decode byte X in position Y: character ...
If the file contains characters of values not defined in this codepage (like 0x90) we get UnicodeDecodeError . Sometimes we don't know the...
Read more >
'charmap' codec can't decode byte 0x81 in position X ... - GitHub
OS: Windows Pytext Version: Tried with 1.10.0 and 1.11.1, error stack on ... codec can't decode byte 0x81 in position X: character maps...
Read more >
'charmap' codec can't decode byte 0x81 in position 34: character
UnicodeDecodeError : 'charmap' codec can't decode byte 0x81 in ... return codecs.charmap_decode( input , self .errors,decoding_table)[ 0 ].
Read more >
'charmap' codec can't decode byte 0x9d in position ... - YouTube
Pythonda xatoliklar. ÕzbekchaXatolik: UnicodeDecodeError : ' charmap ' codec can't decode byte 0x9d in position 2045: character maps to ...
Read more >
'charmap' codec can't decode byte 0x81 in position character
I have the below code running in python searching for a word in each file.I keep getting error "UnicodeDecodeError: 'charmap' codec can.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found