‘gbk’ codec can’t encode character ‘\u20ac’ in position 62114: illegal multibyte sequence
find this line in the JS files:
e = "a€|",
It should be this symbol that reports an error. How to solve it
with open('./encryp_js/eventid_encryp.js', 'r', encoding='utf-8') as f: content = f.read() jsdata = execjs.compile(content)
Read More:
- Bugly automatically upload script and report zip error: nothing to do! In xcode10
- [Solved] Vue calls style loader error: Module build failed: CssSyntaxError
- Difference between innerHTML and innerText
- Golang: How to Read File All Content in one time
- [Solved] npm run start Error: Exit status 3221225477
- [Solved] node.js Upload Files Error: Multipart: boundary not found multer
- [Solved] Deploy the front-end package online. Net:: err_SSL_PROTOCOL_ERROR
- [Solved] ESLint:TypeError: this.CliEngine is not a constructor
- Node Error: Error: Multipart: Boundary not found [How to Solve]
- [Solved] Uncaught DOMException: Failed to execute ‘readAsDataURL‘ on ‘FileReader‘: The object is already busy
- [Solved] Vue 3 Script Setup ESLint Error: ‘defineProps‘ is not defined
- [Solved] react Chrome Browser Error: Uncaught TypeError: Cannot read properties of undefined (reading ‘forEach‘)
- After installing NPM, NRM LS reports an error throw new err_INVALID_ARG_TYPE(name, ‘string‘, value)
- [Solved] JS Error: Uncaught TypeError: Cannot set properties of null (setting ‘innerHTML‘)
- [Solved] Vue package error: Syntax Error: Error: Cannot find module ‘mozjpeg’
- How to Solve NPM installation -g @view/client Error
- Vue solves the problem of repeated click navigation route error
- Vue cannot read property ‘xxx’ of undefined solutions
- Vue Project Error: Expected indentation of 2 spaces but found 4,Newline required at end of file but not found
- eslint Error: Delete `␍` [How to Solve]