You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub API events is used and its enumerations are encoded (issue types, statuses etc.). If enumerations are unknown, pullpito fails.
Example:
cargo run -- --repository nicokosi/pullpito
Finished dev [unoptimized + debuginfo] target(s) in 0.22s
Running `target/debug/pullpito --repository nicokosi/pullpito`
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: StringError("Cannot deserialize GitHub API content: unknown variant `added`, expected one of `closed`, `created`, `edited`, `opened`, `started` at line 1 column 11304") }', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1`for a backtrace.
Either code all known enumerations, or find a way to ignore unknown ones.
The text was updated successfully, but these errors were encountered:
The GitHub API events is used and its enumerations are encoded (issue types, statuses etc.). If enumerations are unknown, pullpito fails.
Example:
Either code all known enumerations, or find a way to ignore unknown ones.
The text was updated successfully, but these errors were encountered: