Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flask chart added #347

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Flask chart added #347

wants to merge 5 commits into from

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