-
Notifications
You must be signed in to change notification settings - Fork 224
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
ESPN_2 and SWID Credentials #549
Comments
Active user here (and answer giver to #150 ) and working fine. Make sure you are using the latest version. You need both ESPN_S2 and SWID. SWID seems to work with or without curly braces, but I go out of my way to include them. Make sure you are including the arguments in the right order or explicitly call them when initializing the League object. The wiki has great documentation and examples |
I haven't had any issues this year either. Are you on the latest version ( |
worked after i decoded by espn_s2(https://meyerweb.com/eric/tools/dencoder/) |
I'm getting an ESPNAccessDenied error every time. I tried the espn_s2 cookie as both "URL-decoded" and not. Should the SWID include curly braces?
Is it possible that ESPN changed something so that espn_s2 isn't enough? Or am I missing something when it comes to credentials? I'd love to hear from someone that is actively using the API.
Discussed in #150
Originally posted by slmroz November 19, 2020
Hi there.
First of all - great to see ESPN API project as ESPN abandoned the idea years ago.
As I can see now - they introduced additional recapcha authentication so now it's impossible to get access to private leagues using the userid and pass.
What's the easiest way to find the SWID and ESPN_S2 values? Is it stored in cookies alter the login? Does it stay the same with next sessions?
The text was updated successfully, but these errors were encountered: