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

agenda.csv is badly formatted #5224

Closed
1 task done
jennifer-richards opened this issue Feb 27, 2023 · 0 comments · Fixed by #5225
Closed
1 task done

agenda.csv is badly formatted #5224

jennifer-richards opened this issue Feb 27, 2023 · 0 comments · Fixed by #5225
Labels
bug Something isn't working component: meeting/ major

Comments

@jennifer-richards
Copy link
Member

Describe the issue

The CSV agenda at /meeting/agenda.csv is badly formatted:

"b'Date'","b'Start'","b'End'","b'Session'","b'Room'","b'Area'","b'Acronym'","b'Type'","b'Description'","b'Session ID'","b'Agenda'","b'Slides'"
"b'2023-03-25'","b'0030'","b'1200'","b'None'","b'G3'","b''","b'hackathon'","b'GEN'","b'Hackathon'","30188","",""
"b'2023-03-25'","b'0100'","b'0900'","b'None'","b'G416'","b''","b'tools'","b'GEN'","b'Code Sprint'","30399","",""

This is probably because byte strings are being passed to the csv writer when it expects strings or a similar error.

Code of Conduct

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working component: meeting/ major
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant