Hello everyone,
I’m also having connection issues. During the last CC3200 box flashing step, the codeword “ant” is heard.
I have teddycloud, Portainer with macvlan, and AdGuard Home in separate containers.
I assigned the hostname tc to the Fritzbox and have access through it. The TeddyCloud server is online (green), but not connected to Boxine/Toniecloud (orange).
Here is the log and script:
Blockquote
WARN |server_helpers.c:0806:httpServerUriNotFoundCallback| >> 404 /SETTINGS.CFG
WARN |tls_server_fsm.c:0260:tlsPerformServerHandshake| TLS handshake failure!
ERROR|handler_reverse.c:0029:handleReverse| cloud_request_get() failed
ERROR|cloud_request.c:0233:web_request| Failed to resolve ipv4 address!
ERROR|platform_linux.c:0398:resolve_host| getaddrinfo Temporary failure in name resolution
INFO |cloud_request.c:0200:web_request| Connecting to HTTP server prod.de.tbs.toys:443…
Blockquote
services:
teddycloud:
container_name: teddycloud
hostname: teddycloud
image: Package teddycloud · GitHub
ports:
- 80:80 # Optional (für das Webinterface)
- 8443:8443 # Optional (für das Webinterface)
- 443:443 # Port ist notwendig für die Verbindung zur Box, darf nicht geändert werden!
volumes:
- certs:/teddycloud/certs # Zertifikate des Servers
- config:/teddycloud/config # Konfigurationsdatei für den Server und die Boxen
- content:/teddycloud/data/content # microSD-Darstellung für die Boxen
- library:/teddycloud/data/library # Bibliothek zur Verwaltung von Inhalten
- custom_img:/teddycloud/data/www/custom_img # Speicherort für benutzerdefinierte Bilder für benutzerdefinierte Tonies JSON
- firmware:/teddycloud/data/firmware # Firmware-Backups
- cache:/teddycloud/data/cache # Bild-Cache für Inhaltsbilder
restart: unless-stopped
networks:
macvlan0:
ipv4_address: 192.168.178.225
volumes:
certs:
config:
content:
library:
custom_img:
firmware:
cache:
networks:
macvlan0:
external: true
When I set the ngCfg.json to ofw3, the codeword doesn’t appear, but the Toniebox still doesn’t show up. Can someone please help me?