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

Package Installer not working. #52

Open
AnthonyMusgrove opened this issue Sep 8, 2021 · 2 comments
Open

Package Installer not working. #52

AnthonyMusgrove opened this issue Sep 8, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AnthonyMusgrove
Copy link
Owner

Package installer doesn't allow uploading of zip files - synchronous functions are not allowed. TODO: Rewrite functions for async w/ callbacks

@AnthonyMusgrove AnthonyMusgrove added the bug Something isn't working label Sep 8, 2021
@AnthonyMusgrove AnthonyMusgrove self-assigned this Sep 8, 2021
@AnthonyMusgrove
Copy link
Owner Author

So far so good, converted the installer functions to asynchronous execution; the installer works fine now - just need to have the interface update once the install is complete (at the moment it adds it to the list, but doesn't have all the correct details until the page is reloaded, this is due to the execution order no longer receiving the completed package object. This should be a simple fix, and therefore these changes will be available in the next release 4.0.0.5.

@BenjaminPoncet
Copy link

Hello, the upload of the package does not work on MacOs because the mime-type is not "application/x-zip-compressed" but "application/zip" as required by the https://www.iana.org/assignments/media-types/media-types.xhtml standard. Another Windows quirk...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants