We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just testing ahead of our event:
I created a csv of projects, and uploaded it to gavel in the noted format. I got:
Uh oh. Internal server error. Click the button below and go back. Refreshing the page from there usually fixes things.
Uh oh.
Internal server error. Click the button below and go back. Refreshing the page from there usually fixes things.
Inspecting the logs, there is
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 222
It's a smart quote due to me editing the file in a windows environment. I resaved the file in utf-8, and the upload worked as expected.
This particular error could be solved by reading the file with encoding='cp1252'.
encoding='cp1252'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just testing ahead of our event:
I created a csv of projects, and uploaded it to gavel in the noted format. I got:
Inspecting the logs, there is
It's a smart quote due to me editing the file in a windows environment. I resaved the file in utf-8, and the upload worked as expected.
This particular error could be solved by reading the file with
encoding='cp1252'
.The text was updated successfully, but these errors were encountered: