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
I am getting this error while analyzing this server, the command i used "greenframe analyze https://mamelab.com"
✔ Check configuration file
✔ The folder is not a git repository
✔ Analysis is in progress locally
✔ Docker version 20.10.8, build 3967b7d
✔ Running 1 scenario(s)...
Analysis complete !
Result summary:
❌ main scenario failed
This scenario fail during the execution:
Command failed: docker rm -f greenframe-runner && docker create --tty --name greenframe-runner --rm -e HOSTIP=172.17.0.1 --add-host localhost:172.17.0.1 mcr.microsoft.com/playwright:v1.30.0-focal
Error: No such container: greenframe-runner
Unable to find image 'mcr.microsoft.com/playwright:v1.30.0-focal' locally
Error response from daemon: Get "https://mcr.microsoft.com/v2/": Proxy Authentication Required
Help me resolve this
let me know if there is any alternative way to analyse this without having to use docker
The text was updated successfully, but these errors were encountered:
@multikoop , I am trying to analyze using github actions seems like its throwing 403 forbidden error with my API token. Should we provide any access to the token and what role user must posses to get it work with github actions.
I am getting this error while analyzing this server, the command i used "greenframe analyze https://mamelab.com"
✔ Check configuration file
✔ The folder is not a git repository
✔ Analysis is in progress locally
✔ Docker version 20.10.8, build 3967b7d
✔ Running 1 scenario(s)...
Analysis complete !
Result summary:
❌ main scenario failed
This scenario fail during the execution:
Command failed: docker rm -f greenframe-runner && docker create --tty --name greenframe-runner --rm -e HOSTIP=172.17.0.1 --add-host localhost:172.17.0.1 mcr.microsoft.com/playwright:v1.30.0-focal
Error: No such container: greenframe-runner
Unable to find image 'mcr.microsoft.com/playwright:v1.30.0-focal' locally
Error response from daemon: Get "https://mcr.microsoft.com/v2/": Proxy Authentication Required
Help me resolve this
let me know if there is any alternative way to analyse this without having to use docker
The text was updated successfully, but these errors were encountered: