Git Product home page Git Product logo

Comments (31)

dilemmax avatar dilemmax commented on August 14, 2024 1

Okay, it's back to normal for me now.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

I get this error sometimes, it happens when I take to long to select a user

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Hmm, I'll have to look into this because #47 has the same problem

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Yeah, they change a lot of stuff haha. I'm going to add a second auth option incase the first auth fails.
1st Auth would be auth_id and auth_hash
2nd Auth would be the sess (session) token
The downside to the 2nd auth is that you'll only be able to use the script on the computer OnlyFans is logged into.
I'll also make the script retry the auth 5 times before moving onto the secondary.

from onlyfans.

dilemmax avatar dilemmax commented on August 14, 2024

I'm having the same issue too and noticed it's not displaying my username. Maybe that would explain why it's displaying the "you're not subscribed to the user." error message.

from onlyfans.

dilemmax avatar dilemmax commented on August 14, 2024

I don't actually know my username but I know it starts with u-something.

Now it's displaying the below:

Site: 0 = onlyfans | 1 = justforfans | 2 = 4chan
0
Welcome Grimmjr
Input a onlyfans username or profile link

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 OnlyFans put me into YOUR account but it's back to normal for me now .-.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Retrying the auth works.
image

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 is it when it's downloading? OnlyFans' changed something and now some files download very slowly. I'm on a 350Mb connection and I see files downloading at 100Kb. It's best if you export the links into jdownloader or idm and have it download there so you can see the progress. Also, I'm adding something where if you do auth into someone's account, you'll still get to scrape their content.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 Go into the config and change auto_choice to "a -l". That's a lowercase L.
image

Regarding the last paragraph, it will be handled like this
image

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 If you're on could you run the script and check if you've got access to an account right now?

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

I've got access to the same account.
They're only subscribed to "jesseflanagan"

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Lmao
https://t.co/NGRb8frYug?amp=1

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 No trickery, just an API request
image

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

The order should be like this (This is outdated by the way)

session = create_session(user_agent, auth_id, auth_hash, app_token)
names = get_subscriptions(session, app_token)
for name in names:
      start_datascraper(session, app_token, name)

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

I'll push my update in 10 minutes it will have all the code ready

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 Do you still have access to the account?

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

OnlyFans is really shitting the bed right now lmao. I also released a commit. It contains the update.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Hmm try creating the /sites/ folder

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Hmmmm does /sites/onlyfans/gc/images/ folder get created?

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Hmm, I am using Python 3.8 now. I don't know if it's because of that

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Oh that's pip, you don't need to update pip tbh. I don't know if there is another command to update Python. I just use this link:
https://www.python.org/downloads/

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@hmmark1984 I would have to look at the exported Images.json to see if there is a valid filename

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Hmm, it shouldn't be the issue since that's the invalid one.
Try searching for the following:
"filename": ""

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Basically in the script, it will add directory+filename, but filename is empty for some reason.

Are you adding text to the filename format?

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Ah yeah, I suggest putting text_length to "text_length" : "50"
It should then work. You should delete all the folders though otherwise, you'll get duplicates

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

The total file_path has to be under 260 characters. The text alone is 261 characters .-.
You can do as much as you want as long as you don't get the error. You can try 100 I guess.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

No problem c:

from onlyfans.

dilemmax avatar dilemmax commented on August 14, 2024

Hey @DIGITALCRIMINAL. How do you run the API?

from onlyfans.

dilemmax avatar dilemmax commented on August 14, 2024

Okay cool. Just out of interest, how do you run it? I'm interested in this one.

start_datascraper(session, app_token, username)

This function will scrape the username/link you pass.
The function will return true if scrape finished and false if something went wrong.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

@dilemmax you have to pass the auth session, app_token and username you want to scrape
See #52 (comment) for an example

from onlyfans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.