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: Startup fails if first AniList query hangs #232

Open
5 of 6 tasks
5rahim opened this issue Feb 8, 2025 · 0 comments
Open
5 of 6 tasks

bug: Startup fails if first AniList query hangs #232

5rahim opened this issue Feb 8, 2025 · 0 comments
Labels
bug Something isn't working scope: desktop
Milestone

Comments

@5rahim
Copy link
Owner

5rahim commented Feb 8, 2025

Checklist

  • My version of the app is the latest available
  • I have checked open and closed issues
  • I have checked the docs for a fix

Bug Severity

Panic / Crash

Bug Area

Desktop app

Bug Description / Steps to Reproduce

The AniList anime collection query hanging for more than 10 seconds causes server process to be terminated by the Rust code (on macOS).
This issue likely exists since v2.4.0.

Expected Behavior

Potential solution: Make the query in a goroutine allowing the server to start faster (fixing the issue). This would make the Tauri splashscreen disappear faster. A 'isLoaded' websocket event should be sent once the query is fetched, allowing the client to display the actual content.

Screenshots

Image

Logs

N/A

Debugging Checklist

  • I have included error messages
  • I have included server logs
  • I have included browser console logs

App Version

v2.7.2

Operating System

MacOS

@5rahim 5rahim added bug Something isn't working scope: desktop labels Feb 8, 2025
@5rahim 5rahim moved this to Planned in Seanime Roadmap Feb 9, 2025
@5rahim 5rahim added this to the v2.8.0 milestone Feb 9, 2025
@5rahim 5rahim marked this as a duplicate of #238 Feb 9, 2025
@5rahim 5rahim moved this from Planned to In progress in Seanime Roadmap Feb 9, 2025
@5rahim 5rahim modified the milestones: v2.8.0, v2.7.3 Feb 9, 2025
@5rahim 5rahim marked this as not a duplicate of #238 Feb 9, 2025
5rahim added a commit that referenced this issue Feb 9, 2025
@5rahim 5rahim moved this from In progress to Review in Seanime Roadmap Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scope: desktop
Projects
Status: Review
Development

No branches or pull requests

1 participant