Media request widget issue

can not load info from Jellyseerr, got this error ERROR Failed to request data from Overseerr: TypeError: Cannot read properties of undefined (reading 'map') using Jellyseerr v1.6.0
46 Replies
Manicraft1001
Manicraft10012y ago
Hi, thanks for your post. Can you tell us, what URL you use for Overseer? It should not end with / or /index / dashboard...
aguelando
aguelandoOP2y ago
hello, I'm using Jellyseerr, I do not know why it says Overseerr
aguelando
aguelandoOP2y ago
No description
Manicraft1001
Manicraft10012y ago
Ah sorry, Jellyseer 🙂
aguelando
aguelandoOP2y ago
I already changed twice the api key and is not solved
Manicraft1001
Manicraft10012y ago
Okay. If you open your config file with a text editor, can you find your token there?
aguelando
aguelandoOP2y ago
gonna check yes, is there
Manicraft1001
Manicraft10012y ago
I have 1.6.0 too.. Hmm 🤔 Is it proxied somehow? Or is it a direct connection to Jellyseer?
aguelando
aguelandoOP2y ago
no, not using any proxy actually can ping correctly
aguelando
aguelandoOP2y ago
No description
Manicraft1001
Manicraft10012y ago
Okay. Can you create an issue on GitHub?
aguelando
aguelandoOP2y ago
mm I don't have an account is there other http code to shows for more info? or is there a debug mode to see more details?
Manicraft1001
Manicraft10012y ago
No, not really. The stacktrace is the most important information
aguelando
aguelandoOP2y ago
the actual logs from the container?
Manicraft1001
Manicraft10012y ago
You already posted it in your first message It would be really useful to get an GitHub issue for it. If you do not want to create an account, please tell @tagaishi . He'll create it for you. I'm currently on mobile. It's quite hard to extract text on it.
aguelando
aguelandoOP2y ago
👍 probably he will see this thread later
Serenaphic
Serenaphic2y ago
I'm here
aguelando
aguelandoOP2y ago
Hi could you create an issue on github about my problem?
Serenaphic
Serenaphic2y ago
Are you sure the integration in pointed on jellyseer ?
aguelando
aguelandoOP2y ago
pretty sure, I had check the config json too
aguelando
aguelandoOP2y ago
No description
BlueFoot
BlueFoot2y ago
Same issue here I think.
No description
Serenaphic
Serenaphic2y ago
Has this happened because you updated to 0.13.1?
BlueFoot
BlueFoot2y ago
It was broken for me prior to 0.13.1
Serenaphic
Serenaphic2y ago
Oh you too? If it's widespread then it's a global issue, I'll make the github post
aguelando
aguelandoOP2y ago
I don't think so, this is the first time a setup Homarr
BlueFoot
BlueFoot2y ago
Yeah this is all I get though, so not sure if its the same issue
No description
Serenaphic
Serenaphic2y ago
And for both, clearing cache in the app doesn't help?
BlueFoot
BlueFoot2y ago
I can try one momenty
BlueFoot
BlueFoot2y ago
That was it
aguelando
aguelandoOP2y ago
hahaha doesn't work for me
Serenaphic
Serenaphic2y ago
You cleared cache with that "Clear all cache" button?
No description
aguelando
aguelandoOP2y ago
yes
Serenaphic
Serenaphic2y ago
Dammit, almost a 2 for 2 cache problem
aguelando
aguelandoOP2y ago
like 10 times now
Serenaphic
Serenaphic2y ago
It's fine don't worry, I'll make the github issue post and we'll be able to check on it later on
aguelando
aguelandoOP2y ago
I gonna try to recreate the container with a new config, wait a minute homarr: image: ghcr.io/ajnart/homarr:latest container_name: homarr restart: unless-stopped network_mode: "bridge" # optional ports: - "7575:7575" volumes: - "/docker/appdata/homarr/configs:/app/data/configs" - "/docker/appdata/homarr/icons:/app/public/icons" - "/var/run/docker.sock:/var/run/docker.sock" environment: - PUID=1000 - PGID=1000 - TZ=America/New_York how you see it, no problem?
Serenaphic
Serenaphic2y ago
I'm not a docker guy so I wouldn't be sure Let me check with the docs 1 sec
BlueFoot
BlueFoot2y ago
This was mine, I believe its straight from the docs(maybe minor changes)
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '7575:7575'
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '7575:7575'
aguelando
aguelandoOP2y ago
I just changed the volumes directory, I don't think will be a problem
Serenaphic
Serenaphic2y ago
Seems good to me As long as all your volumes are on different folders it's fine
BlueFoot
BlueFoot2y ago
Does your user have docker perms? Maybe that could cause issues? sudo usermod -a -G docker user
aguelando
aguelandoOP2y ago
I did that when I install docker my user belongs to the docker group ok, after a fresh install works now xd
Serenaphic
Serenaphic2y ago
Cool, tell us if you need anything more then
aguelando
aguelandoOP2y ago
thanks

Did you find this page helpful?