Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Tokio Runtime Worker Panic #2

Open
dogwaterdev1 opened this issue Aug 26, 2023 · 1 comment
Open

Tokio Runtime Worker Panic #2

dogwaterdev1 opened this issue Aug 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dogwaterdev1
Copy link

Installed the package in recommended way with cargo install charisma. Download went off without a hitch/no issues (I'm on windows 11 for reference).

However, when attempting to run a sample prompt charisma "rusty crab robot" -c -C block # Estimated time ~1min, the program panics with the following error:

PS D:\Development\Game_Design\Rust_Projects> charisma "rusty crab robot" -c -C block # Estimated time ~1min
◜ rusty crab robotthread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) }', C:\Users\MyUser\.cargo\registry\src\index.crates.io-6f17d22bba15001f\charisma-0.2.6\src\model.rs:98:77
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: JoinError::Panic(Id(9), ...)
@orhnk
Copy link
Owner

orhnk commented Aug 26, 2023

Thank you for reporting it.

I'll work on this.

Probably that's because of some breaking change done in the API's

(Just like When I removed API-v1)

@orhnk orhnk added the bug Something isn't working label Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants