Swimmerhair

Results 3 comments of Swimmerhair

The error happened again last night. See below for the traceback including some debug info from the logger: ```py INFO:oauth2client.client:Refreshing access_token INFO:oauth2client.client:Refreshing access_token ERROR:root:Error while calling getattr (, 'title') {}....

I turned on the debugging, but of course now the program is working without any bugs. I see Warnings, but I'm waiting for it to crash to see where it...

So I noticed something when running some tests. The code below is not using anything from the discord.py library. ```py import asyncio import random import gspread_asyncio from oauth2client.service_account import ServiceAccountCredentials...