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
Custom filters? (Yes/No - if so, what do they do?): No
Log(s):
➜ quilkin git:(bug/mdbook-yaml) ✗ ./target/debug/quilkin -c ./examples/agones-xonotic/client-compress.yaml run
{"timestamp":"2022-08-09T00:46:18.250183Z","level":"INFO","fields":{"message":"Starting Quilkin","version":"0.4.0-dev+debug","commit":"25d93603c7c83603def8e79d26a390d5dc83755f"},"target":"quilkin"}
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: filter `quilkin.extensions.filters.compress.v1alpha1.Compress` not found at line 17 column 8', src/main.rs:195:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Others: N/A
The text was updated successfully, but these errors were encountered:
Updates for core examples, agones-xonotic, and iperf3
Still need to do the custom-filter-example, but wanted to do that in
conjunction with the documentation update.
Work on googleforgames#559
Updates for core examples, agones-xonotic, and iperf3
Still need to do the custom-filter-example, but wanted to do that in
conjunction with the documentation update.
Work on #559
Co-authored-by: XAMPPRocky <[email protected]>
What happened:
Running through all the examples, they break because they have the old config yaml fomat.
What you expected to happen:
For them to work.
How to reproduce it (as minimally and precisely as possible):
./target/debug/quilkin -c ./examples/agones-xonotic/client-compress.yaml run
Anything else we need to know?:
Should be easy enough to fix.
Environment:
The text was updated successfully, but these errors were encountered: