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
I get the following error when trying the hello world blueprint.
INFO gadget: Pre-processing event for sid/bid = 0/0 ...
INFO gadget: Pre-processing event for sid/bid = 0/0 ...
INFO gadget: Pre-processing event for sid/bid = 0/0 ...
INFO gadget: Found actionable event for sid/bid = 0/0 ...
thread 'tokio-runtime-worker' panicked at src/lib.rs:17:1:
Failed to decode the field
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
ERROR gadget: An Event Handler for SayHelloEventHandler has stopped running
ERROR gadget: Job 0 exited prematurely
Error: Other("Error in Event Handler for SayHelloEventHandler: RecvError(())")
Steps
Create the blueprint using the blueprint template
Build and deploy the blueprint using tangle cli
Register on the blueprint using any account (ex //Bob)
Request an instance using another account (ex //Charlie)
Approve the request from Bob
Dispatch a job call for job#0 without any parameters using Charlie
you will get the above error.
Expected
When I get invalid job args, or empty, the worker should not stop and instead recover gracefully without panicking!
The text was updated successfully, but these errors were encountered:
I get the following error when trying the hello world blueprint.
Steps
Expected
When I get invalid job args, or empty, the worker should not stop and instead recover gracefully without panicking!
The text was updated successfully, but these errors were encountered: