Queensbarry
Queensbarry
I had the same problem as you when I was saving an excel file. Error: ``` unexpected invoke body ``` I am sure that I get the correct http response...
I have do serval experiments, but I got same error `unexpected invoke body`. Also, I have updated all package, the version shown below: `"@tauri-apps/plugin-http": "^2.0.0-beta.7"` `tauri-plugin-fs = "2.0.0-beta.10"`
> > I have do serval experiments, but I got same error `unexpected invoke body`. Also, I have updated all package, the version shown below: > > `"@tauri-apps/plugin-http": "^2.0.0-beta.7"` >...
> Do you have isolation pattern enabled? if not, could you share a minimal repro? I add isolation configutation in `tauri.config.json`, then such error not show anymore. But I got...
@amrbashir Thank you for your attention for this issue. I got `JSON error` after setting isolation pattern. I think this is the problem that was fixed in your PR. I...
> @amrbashir Thank you for your attention for this issue. I got `JSON error` after setting isolation pattern. I think this is the problem that was fixed in your PR....
@amrbashir We are happy that your PR has been accepted, and I have updated all the package versions, but we still received the `JSON error` mentioned above. I think that...
> Could you please provide a minimal repro Maybe, I found the solution. The save path can only be in English, not Chinese, otherwise it will cause JSON error. I...
> > ### Search before asking > > > > * [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. > > > > ### Operating system...
I meet the same question. I use `ep-xxx-xxx` to add chat LLM is successful, but failed when adding embedding model.