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] Latest dev tagged release seems to be broken - Queue page won't display. #304

Closed
1 task done
kmadaras opened this issue Nov 27, 2024 · 3 comments
Closed
1 task done

Comments

@kmadaras
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The latest reelase breaks the Queue page. I swapped it out with the same release from hotio and it works fine. Looks like perhaps a database transform issue.

Expected Behavior

Queue Page Displays

Steps To Reproduce

Click on Activity, then Qeeue. Error on the page is can't display queue.

Environment

- OS:Docker on Bookworm
- How docker service was installed: Official Docker Repo, using compose file matching the notes with minor alterations.

CPU architecture

x86-64

Docker creation

services:
  sonarr:
    image: lscr.io/linuxserver/sonarr:develop
    container_name: sonarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=<Redacted>
    volumes:
      - sonarr_config:/config
      - <Redacted>
    ports:
      - 8989:8989
    restart: unless-stopped
    networks:
      <Redacted>:
        ipv4_address: <Redacted>

networks:
 <Redacted<:
    external: true

volumes:
  <Redacted>:

Container logs

Lost due to attempts to restore, also lost the trace, yet it was in reference to a database error for the queue.  The downloads were still working, yet the queue page could not be used.  I tried the database restore first, this dodn't fix anything, so I went with a new container downloads, didn't work.  Finally, switched over to hotio, same version, worked.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Roxedus
Copy link
Member

Roxedus commented Nov 27, 2024

Would be a upstream issue. maybe Sonarr/Sonarr#7422

@Roxedus Roxedus closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Nov 27, 2024
@kmadaras
Copy link
Author

Good call, I didn't find this issue and apologies for my fail, weird thing is the same release works packaged from hotio, so, for now I'll just run that, unfortunately I much prefer the customization of your releases and I'm not sure if it's a safe downgrade. Appreciate the quick response, seems it's probably upstream and maybe hotio repackaged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants