This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm new to python and programming in general and I'm creating a discord bot that uses Schoolsofts API (Schoolsoft is a website for Swedish students where you can get information about grades and such). So I have a function below: async def response(): embed = discord.Embed( title = 'Matsedel', description [...] read more