Mobius1 / esx_xp

XP Ranking System for FiveM
46 stars 23 forks source link

Console errors #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

image

This errors show up when I try to open the menu.

ghost commented 4 years ago

Find this: v.license = string.gsub(v.license, "license:", "") And replace with this: v.license = string.gsub(license, "license:", "")

ghost commented 4 years ago

Everything works nicely! Well done @Mobius1 .

One small last problem: image

Mobius1 commented 4 years ago

That seems to be a problem with the fetch implementation in the version of Chrome that the NUI uses. The call is successful, but it still throws an error.

ghost commented 4 years ago

That seems to be a problem with the fetch implementation in the version of Chrome that the NUI uses. The call is successful, but it still throws an error.

Is there a way to remove that error? (Make it not show up)

Mobius1 commented 4 years ago

The fetch error should be fixed in the master branch