-
Notifications
You must be signed in to change notification settings - Fork 222
Development branch isn't listing walkoff apps #245
Comments
I have a theory that what might be causing this on my end is that umpire might be having a hard time pushing the containers for walkoff apps to docker. Similar to what was happening in #240 |
So I was able to get an image list and this is what showed up: docker image ls from the looks of it, umpire and the apps and the app sdk aren't pushing on walkoff.ps1 up |
Is this on master or development? |
This is on development |
So on master I just had an error happen when I did the hack to get aiodocker to work Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): maybe this is related? |
So I manually built umpire and got these errors: ERROR: docker-compose 1.24.1 has requirement docker[ssh]<4.0,>=3.7.0, but you'll have docker 4.1.0 which is incompatible. |
Seems to be related to these: |
Maybe this will fix it, I don't know |
so it seems that umpire isn't building or pushing, doing that manually seems to fix this docker build -f umpire/Dockerfile -t 127.0.0.1:5000/umpire . this seems to be similar to the problem I'm having with nginx and the api gateway |
On the development branch, walkoff isn't listing the walkoff apps in the UI or in the editor.
The text was updated successfully, but these errors were encountered: