Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Manifest.JSON Syntax Error" #211

Open
DasMinion opened this issue Mar 28, 2024 · 1 comment
Open

"Manifest.JSON Syntax Error" #211

DasMinion opened this issue Mar 28, 2024 · 1 comment

Comments

@DasMinion
Copy link

Trying to make my mod, every time I try to upload it there is a JSON
manifest.json
file error, I have no idea the problem and can't identify any issues, if you have any ideas please assist.

@TBTS-2011
Copy link

Greetings @DasMinion,

Issue #195 has the exact same problem as issue #211.

Well, this problem might occur because the mod might be corrupted, it can be warped, it can contain a bug, or the browser is not responding properly.

Here are some good methods to follow if you encounter these problems:


  • Check the manifest file:

    Verify the file name and ensure the manifest file is named correctly. It should be named
    manifest.json and located in the root directory of your mod folder.

  • Confirm its presence:

    Double-check that the manifest file actually exists in the correct location.

  • Check the encoding:

    Sometimes, the encoding of the manifest file might be incorrect, causing Opera GX to fail to read
    it. So, to avoid that, open the file in a text editor that supports different encodings, and we
    recommend using Notepad++, and try saving it in UTF-8 encoding format for ease of access.

  • Inspect the contents:

    Open the manifest file with a text editor and ensure it's properly formatted in JSON format. You
    can find examples of valid manifest files online for reference.


If you are still not able to understand or are helpless, feel free to reach us, @TBTS-pvt-ltd-2011.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants