p5.js-web-editor
p5.js-web-editor copied to clipboard
GET https://cdn.jsdelivr.net/gh/processing/[email protected]/dist/p5.accessibility.js net::ERR_ABORTED 404
Most appropriate sub-area of p5.js?
- [X] Accessibility (Web Accessibility)
- [ ] Build tools and processes
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Friendly error system
- [ ] Image
- [ ] IO (Input/Output)
- [ ] Localization
- [ ] Math
- [ ] Unit Testing
- [ ] Typography
- [ ] Utilities
- [ ] WebGL
- [ ] Other (specify if possible)
p5.js version
1.4.0/1.4.1
Web browser and version
102.0.5005.115 (Official Build) (64-bit) (cohort: Stable)
Operating System
Microsoft Windows [Version 10.0.22000.739]
Steps to reproduce this
Steps:
- open https://editor.p5js.org/
- open settings and enable Accessibility
- open console tab of chrome devtools
The correct url for p5.accessibility should be https://cdn.jsdelivr.net/gh/processing/[email protected]/dist/p5-accessibility.js, not https://cdn.jsdelivr.net/gh/processing/[email protected]/dist/p5.accessibility.js .
Snippet:

function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
ellipse(50,50,80,80);
}
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Hi @liudonghua123, is this a p5.js web editor specific problem? If so can you file this issue at the web editor's repo instead? Thanks!
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
If this is still open, can I take this issue, also I am new to open source so it would be a good starting point for me also?
@raclim can you please help me , I am not able to reproduce it
@raclim now this issue is solved please review this
@raclim now this issue can be closed