futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
317 stars 138 forks source link

SSLError #334

Open mothinx opened 7 years ago

mothinx commented 7 years ago

For 2 hours now, i have this SSLError for PC plateform:

requests.exceptions.SSLError: HTTPSConnectionPool(host='utas.mob.v4.fut.ea.com', port=443): Max retries exceeded with url: /ut/shards/v2 (Caused by SSLError(CertificateError("hostname 'utas.mob.v4.fut.ea.com' doesn't match 'utas.mobapp.fut.ea.com'",),))

Thanks to syndac on Slack, here is the fix (on fut18/urls.py:) auth_url = rc['authURL'] to auth_url = 'utas.mobapp.fut.ea.com'

syndac commented 7 years ago

This is a new error, but here's a temporary fix to try:

  1. Re-download the api from github
  2. Go into fut/urls.py
  3. On line 7, change auth_url = rc['authURL'] to auth_url = 'utas.mobapp.fut.ea.com'
  4. Run python setup.py install
  5. Try your script again
  6. Please report in the Slack channel whether or not this worked!!
syndac commented 7 years ago

This may have just been an issue while servers were down this morning. Please report if you get this error.