Issue Logging In #134
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm getting the following error when logging in using the newer method:
And the following when using the legacy method:
OF-DL is up to date and username and password is correct.
Yep, I'm seeing all the same thing here.
Unfortunately, even in verbose mode, OF-DL isn't spitting out much in the way of useful information on just what has gone wrong. I'm assuming they've made some kind of API change that has broken the login workflow, but this is beyond my skill set.
Not helping matters, the site immediately invalidates a cookie if it doesn't like what you're doing, such as accessing https://onlyfans.com/api2/v2/subscriptions/subscribes?offset=0&limit=50&type=active&format=infinite in a browser.
The API calls themselves don't immediately seem different. Which makes me think there's something new they're looking for in the request header, or otherwise some kind of fingerprint they're after to tell a regular user from a non-browser client.
Here's the header Firefox sends when accessing the active subscriptions page:
It seems there was a new revision of the site package pushed live about 5 hours ago, judging from that timestamp.
As other users have found, downgrading to 1.9.19 allows successful login.
There is no need to downgrade to 1.9.19. As mentioned in discord, the authentication issue was unrelated to the OF-DL version and was caused by an issue with the dynamic rules. Using the newest version of OF-DL is recommended since it includes bugfixes, and old versions are unlikely to receive support.