jasondilworth56 / iracingdataapi

A simple wrapper around the iRacing General Data API
https://www.github.com/jasondilworth56/iracingdataapi
MIT License
66 stars 16 forks source link

Legacy auth refused #41

Closed skiddolo closed 2 days ago

skiddolo commented 2 days ago

hi, from about 10days or something i've always this error

('Error from iRacing: ', {'authcode': 0, 'inactive': False, 'message': 'Legacy authorization refused.', 'verificationRequired': False})

this is the request

idc = irDataClient(username, password)

maybe is changed smth?

jasondilworth56 commented 2 days ago

Hi @skiddolo, sorry you're having issues. The good news is this can be sorted quickly, the bad news is there's nothing I can do specifically in this wrapper for you. See here for more info on a previously closed issue:

https://github.com/jasondilworth56/iracingdataapi/issues/39

skiddolo commented 2 days ago

thx 👍