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

Error Submitting Order: No Relay Able to Receive Event #28

Open
bilthon opened this issue Apr 2, 2024 · 0 comments
Open

Error Submitting Order: No Relay Able to Receive Event #28

bilthon opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bilthon
Copy link
Collaborator

bilthon commented Apr 2, 2024

Description

When attempting to submit an order, the operation fails with an error indicating that "No relay was able to receive the event". This issue occurs randomly, but when it happens it prevents order submissions from being processed successfully.

Error Message

index.bh3kQgp4.js:1 Error while submitting order: Error: No relay was able to receive the event
at Bo.publish (entry.UY7qbt-d.js:2155:44995)
at async Ro.publishEvent (entry.UY7qbt-d.js:2161:75795)
at async Mostro.submitOrder (entry.UY7qbt-d.js:2161:86213)
at async Proxy.onSubmit (index.bh3kQgp4.js:1:33530)

Looking at the stack trace it is clear that the error comes from the OrderForm.vue component here:

try {
    await this.$mostro.submitOrder(s),
    this.onClose()
} catch (r) {
    console.error("Error while submitting order: ", r)
} finally {
    this.onProcessingUpdate(!1)
}
@bilthon bilthon added the bug Something isn't working label Apr 2, 2024
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

1 participant