-
Notifications
You must be signed in to change notification settings - Fork 1
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
Download Button Unresponsive #131
Comments
Tried in chrome, previous attempt was firefox. Save file showed up this time, failed saying network error. Console Output: |
On my computer using Chrome, it gives me "This site can’t be reached The 'download' function at the end of build_boxes() seems to be trying to redirect to a URL do to the special characters. I should note, zip files generally look like the above text. The URL in the browser looks like this: |
Looked into the issue, and it seems all of the issues is from this box:
if you remove that once you import, everything seems to work fine. I'm not sure the problem, perhaps it is with the |
I tried using a blob as shown here, and it did not work. It redirected to data:application/zip;base64,[object Blob]. Code: |
More experimentatoin indicates hat any VM name with this character (-), the hyphon, breaks the box. It does not seem to matter if the character is at the start, the middle, or the end. |
MyEnvironment.txt
Click download nothing happens.
Probably due to special characters, not getting any output to console, may be because of my browser.
The text was updated successfully, but these errors were encountered: