😝

😝

DarkzzAngel
2021-12-19T02:20:30.912525+00:00 app[worker.1]:     await self.storage.open()
2021-12-19T02:20:30.912533+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/storage/memory_storage.py", line 38, in open
2021-12-19T02:20:30.912611+00:00 app[worker.1]:     dc_id, test_mode, auth_key, user_id, is_bot = struct.unpack(
2021-12-19T02:20:30.912644+00:00 app[worker.1]: struct.error: unpack requires a buffer of 263 bytes
2021-12-19T02:20:31.150233+00:00 heroku[worker.1]: Process exited with status 1
2021-12-19T02:20:31.210942+00:00 heroku[worker.1]: State changed from up to crashed
2021-12-19T02:24:57.254636+00:00 app[api]: Set SESSION config vars by user wewe52444@gmail.com
2021-12-19T02:24:57.254636+00:00 app[api]: Release v5 created by user wewe52444@gmail.com
2021-12-19T02:24:58.084684+00:00 heroku[worker.1]: State changed from crashed to starting
2021-12-19T02:25:02.157279+00:00 heroku[worker.1]: Starting process with command `python3 main.py`
2021-12-19T02:25:02.924851+00:00 heroku[worker.1]: State changed from starting to up
2021-12-19T02:25:05.796718+00:00 app[worker.1]: Pyrogram v1.2.20, Copyright (C) 2017-2021 Dan 
2021-12-19T02:25:05.796730+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
2021-12-19T02:25:05.796730+00:00 app[worker.1]: 
2021-12-19T02:25:10.925964+00:00 heroku[worker.1]: Process exited with status 1
2021-12-19T02:25:10.993175+00:00 heroku[worker.1]: State changed from up to crashed
2021-12-19T02:25:10.684287+00:00 app[worker.1]: Traceback (most recent call last):
2021-12-19T02:25:10.684310+00:00 app[worker.1]:   File "/app/main.py", line 3, in 
2021-12-19T02:25:10.684402+00:00 app[worker.1]:     app.run()
2021-12-19T02:25:10.684405+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/methods/utilities/run.py", line 57, in run
2021-12-19T02:25:10.684511+00:00 app[worker.1]:     run(self.start())
2021-12-19T02:25:10.684513+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
2021-12-19T02:25:10.684759+00:00 app[worker.1]:     return future.result()
2021-12-19T02:25:10.684770+00:00 app[worker.1]:   File "/app/bot.py", line 34, in start
2021-12-19T02:25:10.684841+00:00 app[worker.1]:     self.USER, self.USER_ID = await User().start()
2021-12-19T02:25:10.684843+00:00 app[worker.1]:   File "/app/user.py", line 18, in start
2021-12-19T02:25:10.684914+00:00 app[worker.1]:     await super().start()
2021-12-19T02:25:10.684917+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/methods/utilities/start.py", line 53, in start
2021-12-19T02:25:10.684991+00:00 app[worker.1]:     is_authorized = await self.connect()
2021-12-19T02:25:10.684998+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/methods/auth/connect.py", line 39, in connect
2021-12-19T02:25:10.685067+00:00 app[worker.1]:     await self.load_session()
2021-12-19T02:25:10.685074+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/client.py", line 669, in load_session
2021-12-19T02:25:10.685244+00:00 app[worker.1]:     await self.storage.open()
2021-12-19T02:25:10.685252+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/storage/memory_storage.py", line 38, in open
2021-12-19T02:25:10.685321+00:00 app[worker.1]:     dc_id, test_mode, auth_key, user_id, is_bot = struct.unpack(
2021-12-19T02:25:10.685359+00:00 app[worker.1]: struct.error: unpack requires a buffer of 263 bytes

Report Page