mksondej / mattermost-file-list

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.
Apache License 2.0
76 stars 11 forks source link

error upload plugin #35

Closed NexusEFR closed 4 years ago

NexusEFR commented 4 years ago

Hello, fantastic project for mattermost, but I have a problem, my platform is mattermost via Qnap NAS server and I understand that installed under Qnap QTS system on your embedded Linux. All plugins can be installed via console without problem or through their market place but your plugin gives the following error. I'm not a programmer, just a system user, could anything be done to make the installation work?

An error was encountered when extracting the plugin. Review the contents of the plugin file and try again.

Thanks a lot!

mksondej commented 4 years ago

Hi, thanks for the kind words :) I saw this kind of error one time when Mattermost process did not have permissions to extract the plugin archive to the plugins directory. For me it happened because during upgrading MM and moving folders I broke ownership settings for those folders.

You may want to check that, not sure how to help further. It's interesting that only my plugin doesn't work though. Should be a pretty normal .tar.gz archive. If all fails you can also try to extract it manually to the plugin folder, maybe then you will receive some more detailed messages from the system itself.

bbodenmiller commented 4 years ago

Someone else found file size can be an issue: https://github.com/blindsidenetworks/mattermost-plugin-bigbluebutton/issues/101#issuecomment-643446448

mksondej commented 4 years ago

Great find @bbodenmiller! I added info about this to the troubleshooting section in the README and I'll close this issue for now.