Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Downloads, script not working #2111

Open
Smackdab69 opened this issue Jul 8, 2024 · 5 comments
Open

No Downloads, script not working #2111

Smackdab69 opened this issue Jul 8, 2024 · 5 comments

Comments

@Smackdab69
Copy link

I verified my auth, and not getting any auth errors, but no downloads are happening:

Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Profiles: 0 = All |
0
Choose Subscriptions: 0 = All |
0
[2024-07-08 09:32:26] Assigning Jobs
[2024-07-08 09:32:26] Archive Completed in 0.08 Minutes

Script just runs and completes in <1 second

@MinimumHedgehog
Copy link

MinimumHedgehog commented Jul 11, 2024

Fansly works for me, but OnlyFans just silently ends like you are experiencing (auto-profile enabled).

Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Subscriptions: 0 = All | 
0
[2024-07-11 14:06:14] Assigning Jobs
[2024-07-11 14:06:14] Archive Completed in 0.1 Minutes
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
2
[2024-07-11 14:06:29] Assigning Jobs
Processing Scraped Posts
100%|███████████████████████████| 2/2 [00:00<00:00, 4084.04it/s]
<ModelName>: Renaming files.
Processing Download:

Update:

Pretty sure I resolved the issue. Within the OnlyFans profile file ( e.g. __user_data__/profiles/OnlyFans/default/auth.json) make sure that you set "active": true

I remembered that the program can change the value on its own every so often, and it seemed to be the issue again this time (my guess would be it flips it when some issue occurs - e.g. expired cookie or something).

@Smackdab69
Copy link
Author

Fansly works for me, but OnlyFans just silently ends like you are experiencing (auto-profile enabled).

Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Subscriptions: 0 = All | 
0
[2024-07-11 14:06:14] Assigning Jobs
[2024-07-11 14:06:14] Archive Completed in 0.1 Minutes
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
2
[2024-07-11 14:06:29] Assigning Jobs
Processing Scraped Posts
100%|███████████████████████████| 2/2 [00:00<00:00, 4084.04it/s]
<ModelName>: Renaming files.
Processing Download:

Update:

Pretty sure I resolved the issue. Within the OnlyFans profile file ( e.g. __user_data__/profiles/OnlyFans/default/auth.json) make sure that you set "active": true

I remembered that the program can change the value on its own every so often, and it seemed to be the issue again this time (my guess would be it flips it when some issue occurs - e.g. expired cookie or something).

So I did that, and now getting this:

image

@MinimumHedgehog
Copy link

MinimumHedgehog commented Jul 16, 2024

So I did that, and now getting this:

Ah, yeah, I think I had a similar error at first.
Refreshing the login details seemed to resolve it. (e.g. log out, login, use the new values)

@MinimumHedgehog
Copy link

@Smackdab69 Any success? Or still buggy?

If still having issues: I would be surprised if it mattered, but I think that:

  • The earlier login credentials (when it gave the error) were captured via Chrome (and had a Chrome User Agent)
  • The login credentials when it started worked properly were captured via Firefox (and had a Firefox value for User Agent)

Could be worth a try

@timbck2
Copy link

timbck2 commented Sep 3, 2024

I'm seeing the same thing - here's the output of "poetry run start_us.py":

[2024-09-03 09:55:35] Assigning Job
[2024-09-03 09:55:35] Archive Completed in 0.0 Minutes
[2024-09-03 09:55:35] Now exiting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@timbck2 @Smackdab69 @MinimumHedgehog and others