processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.36k stars 1.32k forks source link

the p5.js Web Editior not working by any line code . #3222

Closed GuntreddyHemanth closed 1 month ago

GuntreddyHemanth commented 1 month ago

p5.js version

v2.14.3

What is your operating system?

Windows

Web browser and version

No response

Actual Behavior

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

function draw() { background(220); rect(width/2, height/2, 100, 50); } Screenshot 2024-08-18 115014

Expected Behavior

outcome is rectangler box for the above code

Steps to reproduce

Steps:

    1. 3.

      Snippet:

// Paste your code here :)

welcome[bot] commented 1 month ago

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.

raclim commented 1 month ago

Thanks for sharing this! I tried poking around a bit, but haven't been able to reproduce this issue. Is this still occurring for you?

Screenshot 2024-08-18 at 1 54 55 PM
GuntreddyHemanth commented 1 month ago

Yeah! still, it shows me the same error in the p5.js website https://editor.p5js.org/

device: windows

On Mon, Aug 19, 2024 at 6:52 PM raclim @.***> wrote:

Thanks for sharing this! I tried poking around a bit, but haven't been able to reproduce this issue. Is this still occurring for you? Screenshot.2024-08-18.at.1.54.55.PM.png (view on web) https://github.com/user-attachments/assets/67940636-c2a9-459d-9bc8-cfb2a62921f4

— Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-web-editor/issues/3222#issuecomment-2296567405, or unsubscribe https://github.com/notifications/unsubscribe-auth/BB3VXYJTZBG6JAVTGB3MQQLZSHWQXAVCNFSM6AAAAABMWCLS6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJWGU3DONBQGU . You are receiving this because you authored the thread.Message ID: @.***>

ShivamYadav-12 commented 1 month ago

@GuntreddyHemanth I think it is working as I was not able to reproduce this issue even in windows? Is it still occurring for you? Annotation 2024-08-22 134820

shadwar123 commented 1 month ago

@GuntreddyHemanth @ShivamYadav-12 I am not encountering any errors either.

GuntreddyHemanth commented 1 month ago

Ok, I'll check it out.

On Mon, 26 Aug, 2024, 10:45 PM shadwar123, @.***> wrote:

@GuntreddyHemanth https://github.com/GuntreddyHemanth @ShivamYadav-12 https://github.com/ShivamYadav-12 I am not encountering any errors either.

— Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-web-editor/issues/3222#issuecomment-2310684995, or unsubscribe https://github.com/notifications/unsubscribe-auth/BB3VXYNPCTO3TW52TB5SMILZTNPETAVCNFSM6AAAAABMWCLS6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJQGY4DIOJZGU . You are receiving this because you were mentioned.Message ID: @.***>

raclim commented 1 month ago

Since this issue hasn't been able to be reproduced by a few folks, I'm going to close this one for now. One potential solution that sometimes works for me is clearing cookies?

However, please feel free to reopen this is it still persists for you or if anything else comes up!