-
Notifications
You must be signed in to change notification settings - Fork 980
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
[Bug-Candidate]: Slither suddenly started failing when running #1324
Comments
@Bolee95 I have the same issue with the same versions of Slither Hardhat and MacOs In my case it says KeyError: 12626 What to do? |
@0xTimepunk Not sure, I still haven't been able to make it work. I would assume these are internal identifiers of errors. |
Can you show the output of |
Hi @0xalpharush, |
@Bolee95 : it might be because of a cache issue in hardhat - it happens from time to time, where hardhat does not clean properly the compilation artefacts (despite slither providing a flag to do so) |
|
I got same issue on foundry project I solved with this modification. This fix issue but all of the line number information will 0. |
Describe the issue:
When trying to run
Slither
it fails without any concrete information but with the trace stack that I couldn't demystify.Contracts compilation is successful as well as tests running.
Code example to reproduce the issue:
slither .
Version:
Slither 0.8.3
Hardhat 2.10.1
MacOS 12.5
Relevant log output:
The text was updated successfully, but these errors were encountered: