You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a text file on my channel, using interactive mode (telegram-upload -i) but does not work.
What I Did
Traceback (most recent call last):
File "/usr/local/bin/telegram-upload", line 8, in <module>
sys.exit(upload_cli())
File "/usr/local/lib/python3.10/dist-packages/telegram_upload/exceptions.py", line 64, in wrap
return fn(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/telegram_upload/management.py", line 182, in upload
if to.lstrip("-+").isdigit():
AttributeError: 'int' object has no attribute 'lstrip'
The text was updated successfully, but these errors were encountered:
Hi, this is a bug in the 0.6.0 version. You can try to install the old version 0.5.1 meanwhile. This bug will be fixed with priority. thanks for reporting.
pip freeze
):Description
I am trying to upload a text file on my channel, using interactive mode (telegram-upload -i) but does not work.
What I Did
The text was updated successfully, but these errors were encountered: