UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
4k stars 608 forks source link

TypeError: 'NoneType' object is not iterable #1919

Closed silversurfer7702 closed 1 year ago

silversurfer7702 commented 2 years ago

Everything was working last night, but just tried to scrape and got this:

image

Anyone else coming across this? It logged into my account fine, and I can see all profiles to rip. When I choose one (or all), this is the result. Any help would be appreciated!

drobb0690 commented 2 years ago

getting it as well, was working just fine last night

icedstick commented 2 years ago

Also having this issue just today

carl2585 commented 2 years ago

I get this error too

ghost commented 2 years ago

same problem here

jamesle3199 commented 2 years ago

Yep same error for me this morning too

johnnyturbo87 commented 2 years ago

Any fix for this?

silversurfer7702 commented 2 years ago

https://github.com/DIGITALCRIMINALS/OnlyFans/issues/606#issuecomment-1228024483

This fix did it for me!! FYI the create_user.py file is located in apis/onlyfans/classes

I think most of you should be able to find a fix in that thread depending on what version you're running (I'm on 7.6.1). Looks like it's also best to make posts on the Github for the 7.6.1 (latest version) site since that one is more active, FYI!

Hope this helps everyone!

jamesle3199 commented 2 years ago

DIGITALCRIMINALS#606 (comment)

This fix did it for me!! FYI the create_user.py file is located in apis/onlyfans/classes

I think most of you should be able to find a fix in that thread depending on what version you're running (I'm on 7.6.1). Looks like it's also best to make posts on the Github for the 7.6.1 (latest version) site since that one is more active, FYI!

Hope this helps everyone!

Great find, worked for me too, cheers!