Jellyseerr

I tried to apply the fix from another post about allowing integration access for my account, but still no use
No description
19 Replies
Cakey Bot
Cakey Bot3mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Renoir Dessendre
Renoir DessendreOP3mo ago
I also tried to put the API key again just in case it magically changed, but still the same result
Manicraft1001
Manicraft10013mo ago
!qa required_data
Cakey Bot
Cakey Bot3mo ago
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question. Please provide: - your Homarr logs - your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...) - A detailed description of your problem or question with additional images where necessary - Your operating system - Version of Homarr (do not say latest! say 0.15.2, ...) Failure to comply with this will result in a permanent closure of your support request.
Renoir Dessendre
Renoir DessendreOP3mo ago
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/stacks/homarrrr/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=(redacted)
ports:
- 7575:7575
networks: {}
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/stacks/homarrrr/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=(redacted)
ports:
- 7575:7575
networks: {}
!qa logs how do i find logs again? sorry its been a while
Renoir Dessendre
Renoir DessendreOP3mo ago
will this do?
No description
Meierschlumpf
Meierschlumpf3mo ago
This just means that there is no data in your jellyseerr, have you made any media requests yet?
Renoir Dessendre
Renoir DessendreOP3mo ago
yeah actually it used to show, but not anymore for a good while
Meierschlumpf
Meierschlumpf3mo ago
And does the user have access? (or maybe it only shows for the latest x days / months?) when was your last request? Also the logs you send are those from the console, there is a tab on the docs for docker as well, but as there is "no integration data available" there will probably be no error on the server
Renoir Dessendre
Renoir DessendreOP3mo ago
yeah i did the command for docker i looked for anything relevant to JS nothing also yes i do have access, i followed another user's fix but it didn't help unfortunately
Renoir Dessendre
Renoir DessendreOP3mo ago
No description
Renoir Dessendre
Renoir DessendreOP3mo ago
the show to the left was added less than a week ago
Meierschlumpf
Meierschlumpf3mo ago
No description
Renoir Dessendre
Renoir DessendreOP3mo ago
alright i'll get them for you
Renoir Dessendre
Renoir DessendreOP3mo ago
Pastebin
Starting with UID='0', GID='0'Running DB migrationsSkipping seeding...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Meierschlumpf
Meierschlumpf3mo ago
Yeah as I thought there is nothing obvious
Renoir Dessendre
Renoir DessendreOP3mo ago
hmm
Meierschlumpf
Meierschlumpf3mo ago
I mean we just make a call to http(s)://your-doma.in/api/v1/request?take=20 with header X-Api-Key for the api key

Did you find this page helpful?