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

Failed to Retrieve any content #263

Open
alekhinexxx opened this issue Nov 20, 2024 · 8 comments
Open

Failed to Retrieve any content #263

alekhinexxx opened this issue Nov 20, 2024 · 8 comments

Comments

@alekhinexxx
Copy link

image
Media (1)
What should i do for this issue ?

@svilenmarkov
Copy link
Member

Could you please confirm that the container has network access?

docker exec glance nslookup github.com

(you might need to replace glance with the appropriate container name or ID)

@alekhinexxx
Copy link
Author

Could you please confirm that the container has network access?

docker exec glance nslookup github.com

(you might need to replace glance with the appropriate container name or ID)

i try it but it still failed to retrive any content
image

@Blemming
Copy link

I am getting same thing with twitch and youtube, same error : context deadline exceeded
Here are the result from nslookup:
image

@alekhinexxx
Copy link
Author

I am getting same thing with twitch and youtube, same error : context deadline exceeded Here are the result from nslookup: image

Hi Blemming, thank you for your information. i dont have any solution for this issue.

@limmh4988
Copy link

same issue since 0.63, not resolved in 0.7

@svilenmarkov
Copy link
Member

I don't yet know if this is specifically caused by Glance or the presence of some setup-specific OS/Docker configuration change. So, in order to get to the bottom of this, if you're also experiencing the same issue please share the following information:

  • Which distro are you using? Debian, Ubuntu, Raspbian, anything else
  • Are you using Docker (rootless?) or Podman?
  • Have you made any tweaks to the recommended docker-compose.yml?
  • Which network mode are you using? (if you don't know you can leave this blank)
  • Have you made any network-related OS changes? Custom firewall rules via iptables, etc
  • Have you ever had issues with any other containers/services not having network connectivity?
  • Are you using a VPN?
  • Is your server a VPS?

In addition, could you also run the new diagnose command (since v0.7.0) and check whether you can access anything at all, DNS resolution or a specific service:

docker exec glance /app/glance diagnose

@limmh4988
Copy link

hi there.

i think i managed to resolve it.

i am using adguard in my mcvlan (and configure my wifi router to go through that) and I suspected that was the issue.

i included a dns: 8.8.8.8 in my docker compose and restarted.

so far it works.

@jknowles
Copy link

I was having the same issue with connections timing out and including a DNS in my docker compose fixed it. I suspect it was my AdGuard instance as well, and bypassing it with a DNS for the container worked like a charm.

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

No branches or pull requests

5 participants