Alexander Hammatt
Alexander Hammatt
Hi @darobs , I'm not able to see any logs in the edge hub at all, what I posted in the original post is the entire output of `docker logs...
Just some more information, I've been trying to verify ways to reproduce. So far: This doesn't seem to happen on windows 10 Pro, the module starts up and everything works...
Hey @darobs, I can confirm that this is not limited only to ARM as the Windows 10 IoT Core Devices that we have are all x64 architecture. Specifically we've been...
Thanks @darobs , is there a way that I could roll back to a working version here? It's blocking me pretty hard at work.
That first command isn't working: ``` PS C:\Data\Users\Administrator\Documents> docker rm $(docker ps -aq) docker : "docker rm" requires at least 1 argument. At line:1 char:1 + docker rm $(docker ps...
Alright, so what I've done is stop all the containers, run `docker system prune -a` and then double checked that the containers are gone with `docker ps -a`. Then I've...
~~Sorry I may have not been clear, I ran `iotedgectl setup --connection-string "{connection string}" --auto-cert-gen-force-no-passwords --image microsoft/azureiotedge-agent:1.0.0-preview021` and it still failed wit hthe same error.~~ edit: oh, i think i...
Sorry for the confusion earlier, I'm up and running now on edgeHub Version - 1.0.0-preview021.10543704
Hey @darobs, I can run preview22 with windows containers on windows 10 pro, the problem occurs for me on Windows 10 IoT Core only. When you say that you were...
~I take what I said back, on windows 10 pro I'm getting endless timeouts: `CONNECT failed: RefusedNotAuthorized, caused by: Microsoft.Azure.Devices.Client`~ After running `docker system prune -a` preview022 worked for me...