-
Notifications
You must be signed in to change notification settings - Fork 21
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
Both sharing and exporting seem broken #7
Comments
@ncase - I can confirm this issue from @dhouck. I'm in Chrome, Version 68.0.3440.106 (Official Build) (64-bit) for MacOS High Sierra Version 10.13.6 (17G65). Saving and embedding do not work and return a console warning: REBASE WARNING: Firebase error. Please ensure that you spelled the name of your Firebase correctly (https://torrid-inferno-877.firebaseio.com) Super cool simulation!! |
I can confirm on Firefox ESR, Firefox Quantum and iOS 9 Safari; by this point I assume that it's not browser-specific. |
Hi! Yeah I've been too busy on other projects to come back to this, but it's true, the Firebase database is down. I need to find either 1) another option that won't cost an arm and a leg, or 2) a way to save data in the URL itself, like I did with LOOPY. However that'd take a week-ish of developer time. I may just remove the feature entirely for a while, until I get time to fix it. Thanks for your patience! |
It's fine, because it failed with a loading bar instead of failing poorly. As an intermediate feature, you could do something like storing the JSON files in a (quota'd) directory on your server and having a query string load the JSON file from a built-up URL. There'd have to be client-side validation to stop XSS, but a quick-and-dirty solution wouldn't be too hard and could last for months without anyone bugging you about it. |
@ncase We've got ourselves another spammer. :-/ |
@ultimate-doge Never mind. I thought you were a spammer because this was some of your first account activity and it looks like spam. But usually spammers don't respond months later... so I'm calling off the inquisition. |
Please fix this problem, I want to have fun doing complex things that cannot be done in one session and want to save my work! By the way: clicking export model doesn’t open an empty tab, instead a tab with the JSON text opens but closes immediately after split seconds – there’s no time for copying the text! |
Now, in 2022, with Firefox 107.0, the tab does stay open, i. e. the Export Model feature isn’t broken anymore. But the saving still is. |
Chrome 66.0.3359.181/Windows 10
Symptoms
Clicking "save your model" changes "When you save your model, you'll get a link here:" label to "saving...", and the "and an embed code here:" label and two textboxes to just "...". After waiting a while, they don't change to actual links or embed codes.
Clicking the "export model" button opens a new tab to about:blank.
Probably explanation
I don't know if this is related to export not working correctly, but the linking is probably broken because Google is discontinuing goo.gl; see this blog post. When I try saving, I get this message in console:
You might note that it is now after May 15th, 2018. Fortunately, most of the application appears to have not been permanently deleted because most of it was not run from Google servers.
The text was updated successfully, but these errors were encountered: