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

Memory error followed by LiveError #14

Closed
jamesltyler9 opened this issue Feb 2, 2024 · 2 comments
Closed

Memory error followed by LiveError #14

jamesltyler9 opened this issue Feb 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jamesltyler9
Copy link

jamesltyler9 commented Feb 2, 2024

Bug Description

Downloader gets stuck on seemingly empty or deleted post. When going to said post on the website, nothing is there. The downloader says memory error.
After hitting enter, an error showing will show saying the following will appear. It then does this for the remainder of the scrape.

[ [43]ERROR ] [2024-02-02 | 16:33]: Unexpected error during Timeline download:
Traceback (most recent call last):
File "download\common.py", line 144, in process_download_accessible_media
File "download\media.py", line 192, in download_media
File "rich\progress.py", line 1159, in start
File "rich\live.py", line 113, in start
File "rich\console.py", line 836, in set_live
rich.errors.LiveError: Only one live display may be active at once

Expected behavior

Downloading of all accessible videos to complete.

Actual behavior

Download of videos halt.

Environment Information

  • Operating System: Windows 10
  • Fansly Downloader Version: NG v0.8.4
  • Fansly Downloader Type: Executable
  • Specific creators name: Flashingemma

User Research

I have done the following:

Additional context

[ Info ] [2024-02-02 | 16:19]: Downloading video '2023-04-29_at_12-21_id_508746034797617152.mp4'
[ [43]ERROR ] [2024-02-02 | 16:33]: Unexpected error during Timeline download:
Traceback (most recent call last):
File "download\common.py", line 144, in process_download_accessible_media
File "download\media.py", line 199, in download_media
MemoryError

[ Info ] [2024-02-02 | 16:33]: Inspecting Timeline cursor: 513164991394750465 [CID: 370924281300787200]
[ Info ] [2024-02-02 | 16:33]: @flashingemma - amount of media in Timeline: 47 (scrapable: 43)
[ Info ] [2024-02-02 | 16:33]: Downloading video '2023-04-30_at_13-46_id_509129828679557120.mp4'
[ [43]ERROR ] [2024-02-02 | 16:33]: Unexpected error during Timeline download:
Traceback (most recent call last):
File "download\common.py", line 144, in process_download_accessible_media
File "download\media.py", line 192, in download_media
File "rich\progress.py", line 1159, in start
File "rich\live.py", line 113, in start
File "rich\console.py", line 836, in set_live
rich.errors.LiveError: Only one live display may be active at once

@prof79
Copy link
Owner

prof79 commented Feb 9, 2024

Thanks for all the info, I'm currently ill, I'll come back to you.

@prof79 prof79 self-assigned this Feb 9, 2024
@prof79 prof79 added the bug Something isn't working label Feb 14, 2024
@prof79
Copy link
Owner

prof79 commented Feb 17, 2024

Thanks a lot! You @jamesltyler9 found another stupid memory bug, the Rich LiveError was just a follow-up thing because Rich does not properly reset progress when other exceptions occur in-between.

The problem should be gone with v0.8.10, please try.

@prof79 prof79 closed this as completed Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants