Code Monkey home page Code Monkey logo

Comments (6)

mgifford avatar mgifford commented on May 30, 2024 1

Yes. Again, something for the README.

PR?

from a11ywatch.

j-mendez avatar j-mendez commented on May 30, 2024

Thanks for the issue @mgifford , just saw right now I am getting no results as well. In the process of debugging it now.

from a11ywatch.

j-mendez avatar j-mendez commented on May 30, 2024

@mgifford I saw what the issue was. I was testing the main docker-compose.yml which did not start the application in SUPER_MODE and my CLI had an auth token set. It was trying to get a user that did not exist and the non SUPER mode was blocking the entry. If the app was started with the CLI only prior this issue should not occur.

Resultion -

Fixed the docker-compose.yml to default to SUPER_MODE=true.
Run a11ywatch start --upgrade after stopping the docker instance and the scan should output.

a11ywatch scan --url https://www.jeffmendez.com --save 
{"code":200,"data":{"cdnConnected":false,"domain":"www.jeffmendez.com","insight":null,"issues":[{"code":"WCAG2A.Principle1.Guideline2.4","context":"<a id=\"content\">Skip Content</a>","message":"Skip to content link not found. Use skip to content links to help shortcut to the main content.","recurrence":0,"runner":"a11yWatch","selector":"a","type":"warning","typeCode":2}],"issuesInfo":{"adaScore":100,"errorCount":0,"issueMeta":{"skipContentIncluded":false},"issuesFixedByCdn":1,"noticeCount":0,"possibleIssuesFixedByCdn":1,"totalIssues":1,"warningCount":1},"lastScanDate":"Fri, 10 Jun 2022 14:37:45 GMT","online":true,"pageLoadTime":{"color":"#A5D6A7","duration":"348","durationFormated":"Lightning Fast"},"url":"https://www.jeffmendez.com"},"message":"CRAWLER FINISHED SCAN","success":true}

from a11ywatch.

j-mendez avatar j-mendez commented on May 30, 2024

@mgifford for the new ENV keys they currently are optional. If wanting to use Computer Vision use the commands below to setup the keys. Replace $my with your project config. The PAGE_SPEED_API_KEY is the token for the PageSpeed reports or lighthouse. At the moment only one page can be scanned internally with lighthouse so we speed up the processes by allowing the follow up request to be ran against their API.

a11ywatch --set-cv-token $mycv_token
a11ywatch --set-cv-url https://$myvcvname.cognitiveservices.azure.com/

If this solves the above, feel free to close the issue =).

from a11ywatch.

j-mendez avatar j-mendez commented on May 30, 2024

Yes. Again, something for the README.

PR?

Good idea, I think it's worth adding this due to the impact it provides.

from a11ywatch.

j-mendez avatar j-mendez commented on May 30, 2024

update cad4e4b

from a11ywatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.