Skip to content

Flask chart added#347

Open
MateKristof wants to merge 5 commits intolouisnw01:mainfrom
MateKristof:main
Open

Flask chart added#347
MateKristof wants to merge 5 commits intolouisnw01:mainfrom
MateKristof:main

Conversation

@MateKristof
Copy link

I made a new class for the Flask chart

@MateKristof
Copy link
Author

After merge 2.0 into this branch I have an error message:

UnicodeDecodeError: 'charmap' codec can't decode byte 0x88 in position 19930: character maps to indicates that the Python interpreter is unable to decode a certain byte sequence from the file it's trying to read. This usually happens when the file contains characters that are not supported by the default encoding used by Python, which is 'cp1250' in your case.

So I modified the StaticLWC class to f.read with utf-8 encoding.

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

Successfully merging this pull request may close these issues.

1 participant