Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 36] File name too long #2

Open
Indusilva2 opened this issue Jun 23, 2022 · 0 comments
Open

OSError: [Errno 36] File name too long #2

Indusilva2 opened this issue Jun 23, 2022 · 0 comments

Comments

@Indusilva2
Copy link

File "/xluastream/main.py", line 55, in

2022-06-23T14:08:11.588006+00:00 app[worker.1]: asyncio.get_event_loop().run_until_complete(main())

2022-06-23T14:08:11.588011+00:00 app[worker.1]: File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete

2022-06-23T14:08:11.588206+00:00 app[worker.1]: return future.result()

2022-06-23T14:08:11.588210+00:00 app[worker.1]: File "/xluastream/main.py", line 39, in main

2022-06-23T14:08:11.588297+00:00 app[worker.1]: await group_call.start()

2022-06-23T14:08:11.588300+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pytgcalls/methods/utilities/start.py", line 14, in start

2022-06-23T14:08:11.588369+00:00 app[worker.1]: await self._init_mtproto()

2022-06-23T14:08:11.588377+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pytgcalls/methods/utilities/mtproto_handler.py", line 7, in _init_mtproto

2022-06-23T14:08:11.588431+00:00 app[worker.1]: await self._app.start()

2022-06-23T14:08:11.588438+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pytgcalls/mtproto/mtproto_client.py", line 136, in start

2022-06-23T14:08:11.588504+00:00 app[worker.1]: await self._bind_client.start()

2022-06-23T14:08:11.588518+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pytgcalls/mtproto/pyrogram_client.py", line 316, in start

2022-06-23T14:08:11.588605+00:00 app[worker.1]: await self._app.start()

2022-06-23T14:08:11.588613+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pyrogram/methods/utilities/start.py", line 58, in start

2022-06-23T14:08:11.588681+00:00 app[worker.1]: is_authorized = await self.connect()

2022-06-23T14:08:11.588689+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pyrogram/methods/auth/connect.py", line 40, in connect

2022-06-23T14:08:11.588766+00:00 app[worker.1]: await self.load_session()

2022-06-23T14:08:11.588774+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pyrogram/client.py", line 563, in load_session

2022-06-23T14:08:11.588917+00:00 app[worker.1]: await self.storage.open()

2022-06-23T14:08:11.588924+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/pyrogram/storage/file_storage.py", line 56, in open

2022-06-23T14:08:11.588986+00:00 app[worker.1]: file_exists = path.is_file()

2022-06-23T14:08:11.589013+00:00 app[worker.1]: File "/usr/lib/python3.9/pathlib.py", line 1439, in is_file

2022-06-23T14:08:11.589230+00:00 app[worker.1]: return S_ISREG(self.stat().st_mode)

2022-06-23T14:08:11.589233+00:00 app[worker.1]: File "/usr/lib/python3.9/pathlib.py", line 1221, in stat

2022-06-23T14:08:11.589415+00:00 app[worker.1]: return self._accessor.stat(self)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant