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.046 Replies
Hi, thanks for your post. Can you tell us, what URL you use for Overseer?
It should not end with / or /index / dashboard...
hello, I'm using Jellyseerr, I do not know why it says Overseerr
Ah sorry, Jellyseer 🙂
I already changed twice the api key and is not solved
Okay. If you open your config file with a text editor, can you find your token there?
gonna check
yes, is there
I have 1.6.0 too.. Hmm 🤔
Is it proxied somehow? Or is it a direct connection to Jellyseer?
no, not using any proxy
actually can ping correctly
Okay. Can you create an issue on GitHub?
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?
No, not really. The stacktrace is the most important information
the actual logs from the container?
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.
👍 probably he will see this thread later
I'm here
Hi
could you create an issue on github about my problem?
Are you sure the integration in pointed on jellyseer ?
pretty sure, I had check the config json too
Same issue here I think.
Has this happened because you updated to 0.13.1?
It was broken for me prior to 0.13.1
Oh you too? If it's widespread then it's a global issue, I'll make the github post
I don't think so, this is the first time a setup Homarr
Yeah this is all I get though, so not sure if its the same issue
And for both, clearing cache in the app doesn't help?
I can try one momenty
That was it
hahaha
doesn't work for me
You cleared cache with that "Clear all cache" button?
yes
Dammit, almost a 2 for 2 cache problem
like 10 times now
It's fine don't worry, I'll make the github issue post and we'll be able to check on it later on
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?I'm not a docker guy so I wouldn't be sure
Let me check with the docs 1 sec
This was mine, I believe its straight from the docs(maybe minor changes)
I just changed the volumes directory, I don't think will be a problem
Seems good to me
As long as all your volumes are on different folders it's fine
Does your user have docker perms? Maybe that could cause issues?
sudo usermod -a -G docker user
I did that when I install docker
my user belongs to the docker group
ok, after a fresh install works now xd
Cool, tell us if you need anything more then
thanks