Comment on SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
chrash0@lemmy.world 3 days ago
i would start by seeing what the actually API response is. i haven’t used OpenWebUI, but to me this looks like some kind of error response from the server. you could use an API tester like Bruno. also check your Ollama logs to see if it’s getting the request and any other output there.
happeningtofry99158@lemmy.world 2 days ago
when I open localhost:3000 in another browser it works perfectly fine. I think the issue is about the browser I used (firefox with a lot extension installed and setting tweaked)
chrash0@lemmy.world 2 days ago
fuckin weird that an extension would inject invalid JSON into an API payload. if you’re gonna make a shady plugin at least test it lol
anyway, if that’s truly the issue i’d be worried about what my extensions were doing, personally.
happeningtofry99158@lemmy.world 2 days ago
The problem is with this plugin addons.mozilla.org/en-US/…/chameleon-ext/ Everything works fine with it disabled.
The reason my chameleon breaks openwebui is because I changed a setting in it that it blocks all websocket connection
chrash0@lemmy.world 2 days ago
ah that makes sense