happeningtofry99158@lemmy.world to Docker@lemmy.worldEnglish · edit-23 days agoSyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON datamessage-squaremessage-square4linkfedilinkarrow-up13arrow-down10file-text
arrow-up13arrow-down1message-squareSyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON datahappeningtofry99158@lemmy.world to Docker@lemmy.worldEnglish · edit-23 days agomessage-square4linkfedilinkfile-text
minus-squarehappeningtofry99158@lemmy.worldOPlinkfedilinkEnglisharrow-up1·edit-23 days ago2025-06-21 10:43:57 open-webui | 2025-06-21 00:43:57.601 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:37276 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:44:58 open-webui | 2025-06-21 00:44:58.114 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:49064 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:45:58 open-webui | 2025-06-21 00:45:58.779 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:55958 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:46:59 open-webui | 2025-06-21 00:46:59.179 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:47424 - "GET /_app/version.json HTTP/1.1" 304 - {} Is this what you are referring to?
minus-squareneopenguin@lemmy.worldlinkfedilinkEnglisharrow-up1·3 days agoMaybe – if the {} is the response body, then that’s definitely valid json. Can you open http://localhost:3000/_app/version.json in a browser to check?
minus-squarehappeningtofry99158@lemmy.worldOPlinkfedilinkEnglisharrow-up1·edit-23 days ago I’m not quite sure what this json file represent, could you please explainwhat caused the issue? Thanks a lot in advance.
2025-06-21 10:43:57 open-webui | 2025-06-21 00:43:57.601 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:37276 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:44:58 open-webui | 2025-06-21 00:44:58.114 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:49064 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:45:58 open-webui | 2025-06-21 00:45:58.779 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:55958 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-21 10:46:59 open-webui | 2025-06-21 00:46:59.179 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:47424 - "GET /_app/version.json HTTP/1.1" 304 - {}
Is this what you are referring to?
Maybe – if the
{}
is the response body, then that’s definitely valid json. Can you open http://localhost:3000/_app/version.json in a browser to check?I’m not quite sure what this json file represent, could you please explainwhat caused the issue? Thanks a lot in advance.