dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.71k stars 557 forks source link

Dart pad is not responsing #3069

Open Vaibhav-echno opened 1 month ago

Vaibhav-echno commented 1 month ago

Dart pad isn't responding recently it has become very hard to use please do fix these was there before later it was fixed same thing is again please do fix it.

eernstg commented 1 month ago

@Vaibhav-echno, could this issue be a duplicate of https://github.com/dart-lang/dart-pad/issues/3062? What are the symptoms?

DartPad has been loading with no problems for me since Sep 24, 10am CEST.

Perhaps this would resolve the issue for you as well? I just reloaded the page at that time, and it worked. But if it doesn't work then clearing the cache might help.

Vaibhav-echno commented 1 month ago

dartpad won't respond for while or just it will get freezed

On Mon, 30 Sept 2024 at 12:56, Erik Ernst @.***> wrote:

@Vaibhav-echno https://github.com/Vaibhav-echno, could this issue be a duplicate of #3062 https://github.com/dart-lang/dart-pad/issues/3062? What are the symptoms?

— Reply to this email directly, view it on GitHub https://github.com/dart-lang/dart-pad/issues/3069#issuecomment-2382316295, or unsubscribe https://github.com/notifications/unsubscribe-auth/BITKBJZVEJWPYGNMIXMB7ELZZD4JPAVCNFSM6AAAAABPCQ6F56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBSGMYTMMRZGU . You are receiving this because you were mentioned.Message ID: @.***>

eernstg commented 1 month ago

What I saw when I reported #3062 was a white page, with all pixels all white, and no response to any UI actions (like clicking the mouse or typing). If in Chrome, you could use View > Developer > JavaScript Console to see if JavaScript execution encountered a run-time failure. If it turns out to be similar to #3062 then I'd recommend closing this issue and adding a comment in #3062, just so we're keeping all the relevant information about the same matter in one place.

Vaibhav-echno commented 1 month ago

Issue resolved working fine thank you for responding @eernstg

Vaibhav-echno commented 1 month ago

Facing same issue happens when i try to flutter code.

eernstg commented 1 month ago

Do you have a reason to believe that this is not a duplicate of #3062?

Vaibhav-echno commented 1 month ago

Yes it does crashes whatever the code when I try run

On Tue, 1 Oct 2024 at 15:23, Erik Ernst @.***> wrote:

Do you have a reason to believe that this is not a duplicate of #3062 https://github.com/dart-lang/dart-pad/issues/3062?

— Reply to this email directly, view it on GitHub https://github.com/dart-lang/dart-pad/issues/3069#issuecomment-2385335669, or unsubscribe https://github.com/notifications/unsubscribe-auth/BITKBJZQJPJ4WNK7RRWHQMLZZJWK5AVCNFSM6AAAAABPCQ6F56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBVGMZTKNRWHE . You are receiving this because you modified the open/close state.Message ID: @.***>

eernstg commented 1 month ago

'It crashes' sounds like there's some kind of failure information (a stack trace, contents of CPU registers when SEGV happened, something). Do you have anything that could shed light on what's going on?

PS: I'm just using DartPad, not maintaining it, I'm just trying to push a little on this bug report because I'd like to have a DartPad that works well, and this might be a separate issue.