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

Got some issue #102

Closed
alok99-git opened this issue Nov 30, 2021 · 3 comments
Closed

Got some issue #102

alok99-git opened this issue Nov 30, 2021 · 3 comments

Comments

@alok99-git
Copy link

  • When i do /leech i got this error, but file uploaded
    Log :
2021-11-30T06:57:03.166792+00:00 app[web.1]: Exception in thread Thread-5:
2021-11-30T06:57:03.166804+00:00 app[web.1]: Traceback (most recent call last):
2021-11-30T06:57:03.166820+00:00 app[web.1]:   File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2021-11-30T06:57:03.167059+00:00 app[web.1]:     self.run()
2021-11-30T06:57:03.167081+00:00 app[web.1]:   File "/usr/lib/python3.8/threading.py", line 870, in run
2021-11-30T06:57:03.167272+00:00 app[web.1]:     self._target(*self._args, **self._kwargs)
2021-11-30T06:57:03.167301+00:00 app[web.1]:   File "/usr/src/app/bot/helper/mirror_utils/download_utils/aria2_download.py", line 21, in __onDownloadStarted
2021-11-30T06:57:03.167383+00:00 app[web.1]:     if STOP_DUPLICATE and dl is not None and not dl.getListener().isLeech:
2021-11-30T06:57:03.167416+00:00 app[web.1]: AttributeError: 'TgUploadStatus' object has no attribute 'getListener'
  • Stop duplicate not working
    Log :
2021-11-30T07:12:53.083576+00:00 app[web.1]: Exception in thread Thread-2:
2021-11-30T07:12:53.083606+00:00 app[web.1]: Traceback (most recent call last):
2021-11-30T07:12:53.083639+00:00 app[web.1]:   File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2021-11-30T07:12:53.085012+00:00 app[web.1]:     self.run()
2021-11-30T07:12:53.085093+00:00 app[web.1]:   File "/usr/lib/python3.8/threading.py", line 870, in run
2021-11-30T07:12:53.085642+00:00 app[web.1]:     self._target(*self._args, **self._kwargs)
2021-11-30T07:12:53.085711+00:00 app[web.1]:   File "/usr/src/app/bot/helper/mirror_utils/download_utils/aria2_download.py", line 21, in __onDownloadStarted
2021-11-30T07:12:53.086016+00:00 app[web.1]:     if STOP_DUPLICATE and dl is not None and not dl.getListener().isLeech:
2021-11-30T07:12:53.086136+00:00 app[web.1]: AttributeError: 'UploadStatus' object has no attribute 'getListener'

LINK : https://sourceforge.net/projects/gabutbuild/files/Simple/simplekernel-11.0-ginkgo-20211129-0740.zip/download

@anasty17
Copy link
Owner

@alok99-git That's bcz file size is too small

@anasty17
Copy link
Owner

@alok99-git Will add Exception for this

@alok99-git
Copy link
Author

@alok99-git That's bcz file size is too small

Oh right ! I try big file, stop duplicate working & i don't get this error

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