Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoException (no routes for location) when loading a gist #3088

Open
filiph opened this issue Nov 8, 2024 · 2 comments
Open

GoException (no routes for location) when loading a gist #3088

filiph opened this issue Nov 8, 2024 · 2 comments

Comments

@filiph
Copy link

filiph commented Nov 8, 2024

What happened?

I'm trying to open gist here https://gist.github.com/Stargator/ee2aa77274a28caf2447505bc4661784.

I thought the way to do it is to just append the hash to dartpad.dev/ url. Maybe I'm misremembering? Like so:
https://dartpad.dev/ee2aa77274a28caf2447505bc4661784

Currently, I get an error.

Steps to reproduce problem

Visit https://dartpad.dev/ee2aa77274a28caf2447505bc4661784

Additional info

Browser

Browser: Firefox

Version: 131.0.3 (aarch64)

Are you using any extensions/plugins that affect website behavior
(particularly those that affect iframes, such as ad blockers)?

uBlock Origin

Are there any warnings or errors in your browser's JavaScript console?
If so, paste them below:

No

Machine

Operating system: macOS

Version: 14.7

DartPad's output

GoException: no routes for location: /ee2aa77274a28caf2447505bc4661784

Screenshot 2024-11-08 at 15 24 08

@S-Cesc
Copy link

S-Cesc commented Nov 11, 2024

DartPad stopped to work DateFormat localization. Example:

`import 'package:intl/intl.dart';
import 'package:intl/date_symbol_data_file.dart';

void main() {
initializeDateFormatting("es");
print(DateFormat("yMMMd", "es").format(DateTime.now()));
}`

@cheymos
Copy link

cheymos commented Nov 12, 2024

@filiph Hi! It seems you are using the wrong url to open gist. The correct url would be - https://dartpad.dev/?id=ee2aa77274a28caf2447505bc4661784

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants