Skip to content

Defaults (ui-config.json) do not work for me #16855

Answered by w-e-w
SolemAubrey asked this question in Q&A
Discussion options

You must be logged in to vote

this is in your sysinfo

exception": "Expecting ',' delimiter: line 79 column 5 (char 3605)"

Translation:
when reading ui-config.json, at line 79 it is expecting to see comma , but did not see it, and so it was not able to read the file

in other words
your ui-config.json is missing a comma or possibly even more
possibly because you tried manually editing it before or it got corrupted somehow

Fix:
Solution 1 (if there's something important in it)
try to repair the file yourself

Solution 2
delete it and let webui re-create it


from your sysinfo

    "Exceptions": [
        {
            "exception": "Expecting ',' delimiter: line 79 column 5 (char 3605)",
            "traceback": [
        …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SolemAubrey
Comment options

@w-e-w
Comment options

w-e-w Feb 19, 2025
Collaborator

Answer selected by SolemAubrey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants