I'm running a pretty basic script that is querying a MySQL table, but I'm running into an error that I can't find online. I see a lot of charmap/codec related issues online, but all have to do with reading text or data.
This error is happening when I attempt a MySQL SELECT query, or at least I think it is.
Does anyone know why Python would error on this?
My code reads like this:
Line 188 is where the error occurs.