wger-project / docker

Production...ish docker-compose image for wger
GNU Affero General Public License v3.0
125 stars 43 forks source link

load-online-fixtures hanging #76

Closed ebwinters closed 8 months ago

ebwinters commented 8 months ago

I have an instance running on docker. Everything is working fine except when I execute sudo docker compose exec web python3 wger load-online-fixtures I get:

image

and it just hangs for 10 minutes before I cut it off. Any workaround here?

rolandgeider commented 8 months ago

While loading those fixtures does take some time, it should definitely finish after some time. Did you get some error after that (like some network timeout or something)?

ebwinters commented 8 months ago

While loading those fixtures does take some time, it should definitely finish after some time. Did you get some error after that (like some network timeout or something)?

Letting it run for ~5min today worked . Must have been my net connection at the time, closing this. Thanks!