Mobius1 / esx_xp

XP Ranking System for FiveM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console errors

opened this issue · comments

image

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

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

Everything works nicely! Well done @Mobius1 .

One small last problem:
image

commented

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.

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)

commented

The fetch error should be fixed in the master branch