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

[Bug]: EpisodeNotExists error on open episode twice #1000

Open
bigfoodK opened this issue Dec 29, 2024 · 1 comment
Open

[Bug]: EpisodeNotExists error on open episode twice #1000

bigfoodK opened this issue Dec 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working luda editor This issue is for luda editor

Comments

@bigfoodK
Copy link
Contributor

Expected Behavior

can open episode

Actual Behavior

It's okay at first open, but the second time, EpisodeNotExists error occurs.
Animation

Steps to Reproduce

  1. open episode
  2. reload
  3. open same episode

Other Info

Ok(None) returned here.

let episode = db
.get(EpisodeDocGet { id: episode_id })
.await?
.ok_or(Error::EpisodeNotExists)?;

@bigfoodK bigfoodK added the bug Something isn't working label Dec 29, 2024
@bigfoodK bigfoodK added the luda editor This issue is for luda editor label Dec 29, 2024
@bigfoodK
Copy link
Contributor Author

You can retry once after

  1. turn off the server
  2. leave it for more than five minutes
  3. turn on the server

However, EpisodeNotExists error will occur if you try after restarting the server immediately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working luda editor This issue is for luda editor
Projects
None yet
Development

No branches or pull requests

2 participants