Emby-ScripterX icon indicating copy to clipboard operation
Emby-ScripterX copied to clipboard

Package Installer not working.

Open AnthonyMusgrove opened this issue 3 years ago • 2 comments

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

AnthonyMusgrove avatar Sep 08 '21 13:09 AnthonyMusgrove

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.

AnthonyMusgrove avatar Apr 20 '22 13:04 AnthonyMusgrove

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...

BenjaminPoncet avatar Aug 27 '22 16:08 BenjaminPoncet