Torizoncore image download stuck at 0% when using local web server

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Based on the context provided, the issue seems to be related to the local web server configuration or network connectivity, as indicated by the repeated “Connection refused” errors when trying to download the image list from the local server. Here are some steps you can take to troubleshoot and potentially resolve the issue:

  1. Verify Local Web Server Configuration: Ensure that the local web server is correctly set up to serve the required files. Double-check that the server is running and listening on the correct ports (80 and 8000) and that the files are in the correct directory.

  2. Check Network Settings: Make sure that there are no firewall or network settings on your laptop or network that could be blocking access to the server from the Verdin module. This includes checking any security software that might be interfering.

  3. Test Server Accessibility: Use another device on the same network to access the local server using the URLs http://stas-ubuntu.local:80/image_list.json and http://stas-ubuntu.local:8000/image_list.json to ensure they are reachable.

  4. Review Server Logs: Check the logs of the local web server for any errors or misconfigurations that could be causing the connection issues. This might provide more insight into why the connection is being refused.

  5. Confirm URL Validity: Ensure that the URLs being used for the image lists are correct and reachable from the Verdin module. You might want to try using the IP address of the laptop instead of the hostname to rule out any DNS resolution issues.

  6. Check for Zeroconf Issues: Since the logs mention zeroconf services, ensure that there are no conflicts or issues with the zeroconf setup that might be affecting the service discovery or connectivity.

By addressing these areas, you should be able to identify and resolve the issue causing the installation process to be stuck at the downloading stage.

Please, also check if these links can help you solve your problem:

Host does not exist - PuTTY.