Torizon extension not able to access feeds.toradex.com

Currently using the Verdin SOM iMX8Mplus with Dahlia and have the following error noted in attached log.

After pressing F5, build was initialised and error was noted by torizon extension that it could not access feeds.toradex.com.

I could access feeds.toradex.com from chrome normally but there seems to be a problem in the extension.
log .txt (7.1 KB)

Greetings @SJ_BHD,

Looking at your logs it’s not only feeds.toradex.com that can’t be accessed even the standard Debian feeds are inaccessible:

[04-15 14:44:00.200] e[91m: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  Temporary failure resolving 'debian.map.fastlydns.net' Temporary failure resolving 'deb.debian.org'e[0m

This probably means it’s some kind of network configuration issue on your end. Either some network restriction or firewall. As for why you can access it via browser, I have an idea.

I believe you’re on a Windows machine correct?

If that is the case then Linux containers use WSL to build and run. For this WSL needs to have the necessary network access. Just because your Windows PC has access doesn’t necessarily mean your WSL has the same access.

Best Regards,
Jeremias

Hello @SJ_BHD ,
Do you have any updates on this topic?

Best regards,
Josep

Reverted docker back to v4.18 and it worked.

Hello @SJ_BHD ,

Thanks for the update.

Best regards,
Josep