RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
77 stars 17 forks source link

LowFuelMotorsport: Fix crash caused by empty user identifier #156

Closed iFuSiiOnzZ closed 5 months ago

iFuSiiOnzZ commented 5 months ago

Add user input check. If the user is empty, a warning message will be displayed. The LFM API response is an HTML instead of a JSON if the user is missing, the JSON parser fails and throws an exception.

Extras: