Skip to content

I am getting an error in the application #127463

Discussion options

You must be logged in to vote

Hi @RookieS193 ,

That is due to the encoding of the file which isn't utf-8, so you have to declare it by putting one of these two lines at the top of your code.

# coding: iso-8859-1 -*- or # -*- encoding: utf-8 -*-

That should fix it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RookieS193
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👂 Feedback Wanted GitHub is asking for your feedback Profile
2 participants