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
Running sozo events will return a error: No such file or directory (os error 2) error.
It's because it is trying to fetch the ABI files from the old manifest structure and hasn't been updated to conform to new structure introduced in #1767.
Describe the bug
Running
sozo events
will return aerror: No such file or directory (os error 2)
error.It's because it is trying to fetch the ABI files from the old manifest structure and hasn't been updated to conform to new structure introduced in #1767.
Loc that caused the error:
dojo/crates/sozo/ops/src/events.rs
Lines 104 to 105 in af9cdf6
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
This part also should be changed:
dojo/crates/sozo/ops/src/events.rs
Lines 117 to 123 in af9cdf6
The text was updated successfully, but these errors were encountered: