You can
I want to use one method in 2 places at the same time but a got error bellow: sqlite3.OperationalError: database is locked Do i need write own session class to async connection?
The cause of this error is most likely using the same session in multiple scripts (or having another older process using the same session file). To fix it you need to use one session file per script (or per client)
https://t.me/TelethonChat/576029
provided path to session file?
What do u mean?
i got this like error when logging with *.session file
yep, I have the same
provide path to session
Обсуждают сегодня