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

UnboundLocalError: cannot access local variable 'web_req' where it is not associated with a value #72

Open
Ivapol2005 opened this issue Oct 6, 2024 · 1 comment

Comments

@Ivapol2005
Copy link

Traceback (most recent call last):
File "/home/megagay/.local/bin/telepathy", line 8, in
sys.exit(cli())
^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/telepathy/telepathy.py", line 1740, in cli
client.loop.run_until_complete(main())
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/megagay/.local/lib/python3.12/site-packages/telepathy/telepathy.py", line 466, in main
group_description = web_req["group_description"]
^^^^^^^
UnboundLocalError: cannot access local variable 'web_req' where it is not associated with a value

lubeuntu

@Ivapol2005
Copy link
Author

i installed and printed "telepathy -t durov" in cmd

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