maurera

Results 7 comments of maurera

Solved. `root.go` is in subfolder cmd. Step7 of the Readme should be updated to reflect this

Thanks @lemariva for this project. I'm hoping to be able to have a camera webserver running with micropython using a basic ESP32 Cam. My setup was the following: - Erased...

Sure, that would be great if you have something working. You're using the esp 32 cam or a different module? I was close to abandoning using micropython on the esp32...

I have the same issue, also using AWS SSO Workaround attempts: - I tried uninstalling Docker Desktop 2.4.0.0 and installing version 2.3.0.5, as suggested by @paulriley . This was unsuccessful....

I just had a call with AWS support. As far as I understand it, when you run `aws ecr get-login`, you're requesting a string authentication token from AWS (IAM under...

FYI - the ECR Credential helper initially helped in my case, but now I get the following error after running `docker push`: ``` denied: Your authorization token has expired. Reauthenticate...

Note - I tried two workarounds. **First (didn't work)**. I launched a WSL2 Ubuntu Linux instance and tried `aws ecr get-login-password` from there. This didn't work (it seems like it's...