ArchivedUltimaScraper
ArchivedUltimaScraper copied to clipboard
AttributeError: 'AuthModel' object has no attribute 'auth_details'. Did you mean: 'get_auth_details'?
Basically I updated it today and now it appears that sumthing is broken
I have the same problem. I notice it changes my auth settings "active": true
back to "active": false
and then logs me out of the OF site. I last used it July 25 and it worked just fine. I try today (Aug 6) and it now does this. I even installed a fresh install and same thing. Updated everything in the backend too... Python, Poetry, etc. Same thing. Maybe something OF has done on their end?
I solved it using an extension to get auth info, it worked but it seems that there's a bug when scrapper is running some media will not download but no errors will pop up (for example: theres a profile with 22 media, 12 images and 10 vids, only all images will be downloaded and part of the videos wi be saved too, this can be random)
https://github.com/M-rcus/OnlyFans-Cookie-Helper
Also tried with another scrappers, same result idk what's changed in of backend
That worked for me too. Thanks. One thing i noticed on the videos it is not downloading is if i go the browser and look at source, i can't download them that way either. The video URL is in a blob and there are some interesting elements in the video tag, like playsinline="playsinline"
and controlslist="nodownload"
. So, i feel like the 2 models I have this issue with must have turned on some type of new protection feature from OF. I'll try to research it later.