Not downloading all pictures/ videos #14
Replies: 4 comments 17 replies
-
This is interesting, it looks like there may be an error with the others and instead of spazzing out it moves to the next download. (A recent improvement.) The only problem is with that improvement we don't get a trace back. I'll see what I can do about this tonight. Are you in the discord or telegram? |
Beta Was this translation helpful? Give feedback.
-
Does the program exit at the end or does it wait? Some downloads may still run after it moves to the next user and can you verify that you are able to see those posts? I know it's difficult to stay and if you need help I can help determine if all posts are visible. I had an issue recently where I couldn't see a post because it was removed but the base of it was still there. Just the shell of a post and it said "this post has been removed." That's actually the reason behind the patch to stop it from spazzing out when encountering an error with a post. |
Beta Was this translation helpful? Give feedback.
-
@jamesle3199 I have added a debug script to the scraper. If you get the new version and install it then open constants.py at the bottom you should see:
if you change that to:
It will then show the total count of media items that onlyfans returns, the post id and the # of media items the scraper found. It will then also calculate the difference (if there is one) and state how many items were missed for each post. This way we can see what post ids are giving use issues or if there is just an issue with the counter at the top. #12 Remove the database as mentioned above by @0x3333 and then give this a try. Let us know what happens! |
Beta Was this translation helpful? Give feedback.
-
It took a bit longer than expected but after going over this issue myself and working with other users on it I believe this is an issue with the connection as @0x3333 stated. |
Beta Was this translation helpful? Give feedback.
-
Hey I'm trying to scrape a whole profile but it doesn't seem to be downloading all the photos and videos. Here's what I'm getting, I don't know where the db files are either so I'm unable to clear it and try again..
Beta Was this translation helpful? Give feedback.
All reactions