File "C:\Users\стёпа\AppData\Local\Programs\Python\Python310\lib\site-packages\aiogram\dispatcher\dispatcher.py", line 256, in process_update
return await self.message_handlers.notify(update.message)
File "C:\Users\стёпа\AppData\Local\Programs\Python\Python310\lib\site-packages\aiogram\dispatcher\handler.py", line 117, in notify
response = await handler_obj.handler(*args, **partial_data)
File "C:\Users\стёпа\Desktop\FREELANCE-BOT\main.py", line 59, in process_start_command
form = database.GetForm(id)
File "C:\Users\стёпа\Desktop\FREELANCE-BOT\database.py", line 29, in GetForm
data = c.execute(f"SELECT * FROM av_offers WHERE id = ?", (id,)).fetchall()sqlite3.InterfaceError: Error binding parameter 0 - probably unsupported type.
'utf-8' codec can't decode byte 0xad in position 1: invalid start byte
File "C:\Users\стёпа\Desktop\SellerBot\paymentsystem.py", line 7, in <module>
p2p = QiwiP2P(auth_key = api_key)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 1: invalid start byte
sqlite3.OperationalError: near "gender": syntax error