p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

GET https://cdn.jsdelivr.net/gh/processing/[email protected]/dist/p5.accessibility.js net::ERR_ABORTED 404

Open liudonghua123 opened this issue 3 years ago • 3 comments

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:

  1. open https://editor.p5js.org/
  2. open settings and enable Accessibility
  3. 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:

image

function setup() {
  createCanvas(400, 400);
}

function draw() {
  background(220);
  ellipse(50,50,80,80);
}

liudonghua123 avatar Jun 21 '22 06:06 liudonghua123

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.

welcome[bot] avatar Jun 21 '22 06:06 welcome[bot]

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!

limzykenneth avatar Jun 23 '22 15:06 limzykenneth

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.

welcome[bot] avatar Jul 12 '22 22:07 welcome[bot]

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?

KrishangSaharia avatar Jan 08 '23 08:01 KrishangSaharia

@raclim can you please help me , I am not able to reproduce it

parteekcoder avatar Feb 27 '23 10:02 parteekcoder

@raclim now this issue is solved please review this

parteekcoder avatar Feb 27 '23 10:02 parteekcoder

@raclim now this issue can be closed

parteekcoder avatar Feb 28 '23 09:02 parteekcoder