datawhores / OF-Scraper

A completely revamped and redesigned fork, reimagined from scratch based on the original onlyfans-scraper
MIT License
559 stars 50 forks source link

After updating from 3.4.4 to 3.10.1, content doesn't download and script crashes #407

Closed JohnnyTowns94 closed 3 weeks ago

JohnnyTowns94 commented 3 weeks ago

When I rip content from models after updating to 3.10.1, the script will crash. I have attached my log. ofscraper_main_profile_2024-06-06.log

datawhores commented 3 weeks ago

I made a update so this issue should be fixed

demib72 commented 3 weeks ago

The model_id and username are switched for some reason. Added print(username,model_id) to see why it is receiving an integer when downloading. When I flip the arguments for the get_media_ids_downloaded function, it works just fine.

I'm a retard who can't read before posting.

datawhores commented 3 weeks ago

Yes this was fixed in 3.10.2

JohnnyTowns94 commented 3 weeks ago

I made a update so this issue should be fixed

All fixed, thank you!