-
Notifications
You must be signed in to change notification settings - Fork 32
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
Removing some unwraps to cool down my mind #336
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @arkanoider after completing a trade and publish a new order I get this error if I try to do listorders:
You are searching orders with status Pending
Requesting orders from mostro pubId - my_mostro_pubkey
thread 'main' panicked at src/nip33.rs:12:26:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Neither my Mostro nor the relay have stopped and events 38383 are still being published correctly. I don't see anything weird in the logs either.
This comes from Mostro-cli @Catrya ? |
I used mostro-cli, the same version that I have been using for a time |
Maybe I broke something...you cannot get the list anymore now? But you can publish order? |
Exactly. And I can see my DMs, etc. |
Ok will check. Could you please copy here the log from mostrod when you create an order? |
|
Are you on latest commit of This: abda6bc35c86eb728e97fac6dc3360a7f751310f |
@arkanoider , yes, I'm on the last commit of mostro-cli |
I tested it and I had the exact same issue reported here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works!
@grunch
just some unwrap removal, I know you like it...just to relax myself.
NOT TESTED.