Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Console errors #9

Closed
ghost opened this issue Oct 13, 2020 · 5 comments
Closed

Console errors #9

ghost opened this issue Oct 13, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 13, 2020

image

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

@ghost
Copy link
Author

ghost commented Oct 13, 2020

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

@ghost
Copy link
Author

ghost commented Oct 13, 2020

Everything works nicely! Well done @Mobius1 .

One small last problem:
image

@Mobius1
Copy link
Owner

Mobius1 commented Oct 13, 2020

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
Copy link
Author

ghost commented Oct 13, 2020

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)

@ghost ghost closed this as completed Oct 13, 2020
@Mobius1
Copy link
Owner

Mobius1 commented Oct 13, 2020

The fetch error should be fixed in the master branch

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant