You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test połączenia
nc -v zebra-printer-1 9100
# Sprawdź logi
make logs-zebra1
# Restart drukarki
docker-compose restart zebra-printer-1
Błędy komend ZPL
# Test podstawowych komendecho"~HI"| nc zebra-printer-1 9100
echo"PING"| nc zebra-printer-1 9100
# Sprawdź interfejs web
curl http://localhost:8091/api/status
Problemy z RPI Server
GUI nie ładuje się
# Sprawdź logi
make logs-rpi
# Test API
curl http://localhost:8081/api/health
# Sprawdź pliki statyczne
docker-compose exec rpi-server ls -la public/
Błędy API
# Sprawdź health check
curl -v http://localhost:8080/health
# Test z verbose
curl -v http://localhost:8081/api/sql/test/wapromag
Problemy z testami
Testy nie przechodzą
# Uruchom z verbose
docker-compose --profile testing run test-runner python -m pytest -v
# Sprawdź połączenia
make health
# Sprawdź konfigurację
cat test-runner/config/test_config.yaml
Timeout błędy
# Zwiększ timeouts w test_config.yaml# Sprawdź obciążenie systemu
docker stats
Ogólne problemy
Brak miejsca na dysku
# Wyczyść Docker
make clean
docker system prune -a
# Sprawdź miejsce
df -h