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

raise asyncio.TimeoutError from None - FIX #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

marzenie
Copy link

Opakowanie błędu "raise asyncio.TimeoutError from None" nie jestem pewien jak go naprawić, więc teraz ustawia video jako nieudane (download_state.failed) i usuwa niepełny film - wcześniej program wyrzucał błąd i kończył działanie

allow the user to provide a captcha code
Opakowanie błędu "raise asyncio.TimeoutError from None"
nie jestem pewien jak go naprawić, więc teraz ustawia video jako nieudane (download_state.failed) i usuwa niepełny film - wcześniej program wyrzucał błąd i kończył działanie
change ver
Copy link
Owner

@H4wk507 H4wk507 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dzięki za kontrybucje!

Comment on lines +290 to +291
if await os.path.exists(self.partial_filepath):
await os.remove(self.partial_filepath)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raczej nie chcemy usuwać niepełnego filmu. Ktoś przy następnej próbie pobrania tego filmu będzie miał zresumowane pobieranie od odpowiedniego punktu. Sprawdz funkcję get_resume_point

Comment on lines +295 to +296
if await os.path.exists(self.partial_filepath):
await os.remove(self.partial_filepath)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tutaj tak samo

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

Successfully merging this pull request may close these issues.

2 participants