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

Qbit Error #21

Closed
thomassch8861 opened this issue Aug 5, 2022 · 1 comment
Closed

Qbit Error #21

thomassch8861 opened this issue Aug 5, 2022 · 1 comment

Comments

@thomassch8861
Copy link

When try to use qb commands on a torrent I get this error.
022-08-05 13:39:11,209 ERROR MainThread pyrogram.dispatcher 'builtin_function_or_method' object has no attribute 'time'
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/pyrogram/dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "/usr/src/app/bot/core/handlers/handle_mirror_cm.py", line 29, in handle_qbit_mirror_command
await mirror(client, message, isQbit=True)
File "/usr/src/app/bot/core/handlers/handle_mirror_cm.py", line 114, in mirror
state, message, path, name = await qbit_dl.add_qb_torrent(link)
File "/usr/src/app/bot/downloaders/qbit/qbit_downloader.py", line 39, in add_qb_torrent
time_s= str(time.time()).replace(".","")
AttributeError: 'builtin_function_or_method' object has no attribute 'time'

@Sam-Max
Copy link
Owner

Sam-Max commented Aug 5, 2022

Yes I know the issue, I will fix soon

@Sam-Max Sam-Max closed this as completed Aug 6, 2022
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

2 participants