darkdragn / party

A quick *.party downloader
84 stars 12 forks source link

user found but parsing posts forever ... :( #25

Closed MiMmmmiiii closed 7 months ago

MiMmmmiiii commented 7 months ago

I just use it downloaded one onlyfans and all 129 GB completed perfectly, but when I want to use the same command to download another one, it just parsing forever like below:

2023-11-14_193812

changed another target results the same, changed back to original download path still, any solution? Many thanks!!!!!!!

darkdragn commented 7 months ago

@MiMmmmiiii I'm going to look into it right now. Might be a quirk with that user... For now, try using the limiting option until I push a patch.

Oh, btw. I got upto 32 workerd going well since I made some connection handling tweaks and was pulling at over 100Mb last evening! Screenshot 2023-11-12 02 33 53

That'll be in the patch too. It isn't the best example, since files were completing so fast, I got the total download speed from watching glances for IO traffic. I might need to tweak up tqdm a bit

darkdragn commented 7 months ago

@MiMmmmiiii Oh, and by the limiting option I mean try adding --limit 100 or change 100 to whatever number of posts you want to limit parsing to. That should stop anything involving infinite api queries going on until I get a patch out.

darkdragn commented 7 months ago

@MiMmmmiiii Just found the error. It's a super simple fix. Should be out in the next few minutes.

darkdragn commented 7 months ago

Release with the fix is out: v0.6.8

MiMmmmiiii commented 7 months ago

Appreciated for your quick help so much!!! :)