kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

An error occured while running django app #61

Closed Dev-mininos closed 11 months ago

Dev-mininos commented 1 year ago

kolo version:2.11.0 django version:4.2.3 python version: 3.10.11 While running a django app with kolo vscode, i encountered this error: thread '<unnamed>' panicked at 'Serde json could not load json value dumped by python.: Error("expected value", line: 1, column: 8672)', src\lib.rs:228:14 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace is there any steps to fix it?

wilhelmklopp commented 1 year ago

@Dev-mininos 👋 if you put use_rust = False at the top of your .kolo/config.toml, does it work then?

https://docs.kolo.app/en/latest/config.html

LilyFoote commented 1 year ago

@Dev-mininos I've just pushed version 2.12.0, which hopefully has better debugging information for this error.

LilyFoote commented 11 months ago

@Dev-mininos Please re-open this if you see something similar again.