Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panicked at 'Invalid chain type' #13

Closed
zt-9 opened this issue Apr 19, 2023 · 3 comments
Closed

panicked at 'Invalid chain type' #13

zt-9 opened this issue Apr 19, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@zt-9
Copy link

zt-9 commented Apr 19, 2023

The contract I was testing https://etherscan.io/address/0x84db6ee82b7cf3b47e8f19270abde5718b936670.
And i tried to cancelled the campaign and cannot remove it from the results section. It keeps getting back.

thread 'main' panicked at 'Invalid chain type', src/main.rs:135:29
stack backtrace:
   0: rust_begin_unwind
             at /rustc/432abd86f231c908f6df3cdd779e83f35084be90/library/std/src/panicking.rs:584:5
   1: core::panicking::panic_fmt
             at /rustc/432abd86f231c908f6df3cdd779e83f35084be90/library/core/src/panicking.rs:142:14
   2: core::panicking::panic_display
             at /rustc/432abd86f231c908f6df3cdd779e83f35084be90/library/core/src/panicking.rs:72:5
   3: core::panicking::panic_str
             at /rustc/432abd86f231c908f6df3cdd779e83f35084be90/library/core/src/panicking.rs:56:5
   4: core::option::expect_failed
             at /rustc/432abd86f231c908f6df3cdd779e83f35084be90/library/core/src/option.rs:1880:5
   5: cli::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

@shouc shouc added the bug Something isn't working label Apr 19, 2023
@shouc
Copy link
Contributor

shouc commented Apr 19, 2023

unfortunately for docker build, ETH is disabled because there is no working public RPC. You can use local build:
https://github.com/fuzzland/ityfuzz#fuzz-a-project-online

@shouc
Copy link
Contributor

shouc commented Apr 19, 2023

Remember to replace the RPC in proxy/main.py to your Infura / Alchemy / QuickNode URL

@zt-9
Copy link
Author

zt-9 commented Apr 19, 2023

cool I tried to run the application on the latest build with my own rpc. still crashed with the same error. Guess I need to use local build

@shouc shouc closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants