callsmusic / tgvc-userbot

Telegram voice chat userbot made with Pyrogram and MarshalX/tgcalls with playlist support
https://t.me/VCSets
GNU Affero General Public License v3.0
161 stars 337 forks source link

Heroku buffer size error #10

Closed TharushaT closed 3 years ago

TharushaT commented 3 years ago

2021-04-09T15:41:02.326210+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/storage/memory_storage.py", line 38, in open 2021-04-09T15:41:02.326379+00:00 app[worker.1]: dc_id, test_mode, auth_key, user_id, is_bot = struct.unpack( 2021-04-09T15:41:02.326416+00:00 app[worker.1]: struct.error: unpack requires a buffer of 263 bytes 2021-04-09T15:41:02.516189+00:00 heroku[worker.1]: Process exited with status 1 2021-04-09T15:41:02.587150+00:00 heroku[worker.1]: State changed from up to crashed

dashezup commented 3 years ago

wrong session string? try to generate a new session string and change the value of SESSION_NAME in project settings

TharushaT commented 3 years ago

Thank You Man Fixed!