niklabh / mattermost-plugin-webrtc-video

A webrtc video call plugin for mattermost
Apache License 2.0
84 stars 17 forks source link

Dist folder missing (no Mattermost tar.gz v1.0.1 version released!) #26

Closed melroy89 closed 4 years ago

melroy89 commented 4 years ago

Hi,

When I try to upload the new version (using tar.gz, zip definitely won't work) in the admin console, yes I enabled uploading of plugins.

I do get an error message:

Unable to generate plugin webapp bundle.

image

Other plugins do work, but not your webrtc plugin.

I'm using Mattermost Version: 5.21.0 (shipped with GitLab).

Despite the error message. I do see the "WebRTC Video" menu-item in the menu:

image

Mattermost log file gives:

{"level":"error","ts":1588192715.4799285,"caller":"mlog/log.go:175","msg":"Unable to generate plugin webapp bundle.","path":"/api/v4/plugins","request_id":"crojkygactbwbjhwmnhcpw7wzr","ip_addr":"192.168.2.166","user_id":"4qff45rsefgiixufe1juf4riyh","method":"POST","err_where":"installExtractedPlugin","http_code":500,"err_details":"unable to copy webapp bundle directory: mattermost-webrtc-video: stat /var/opt/gitlab/mattermost/plugins/mattermost-webrtc-video/webapp/dist: no such file or directory"}

dist folder indeed is missing! And not created during install.

image

Regards, Melroy van den Berg

melroy89 commented 4 years ago

Root cause: You didn't create a Mattermost version (only source code) in your latest release: https://github.com/niklabh/mattermost-plugin-webrtc-video/releases/tag/1.0.1

araven commented 4 years ago

Could you please release a ready to use plugin for mattermost for the release 1.0.1 to test ? The 1.0.0 appears not to function properly, as far I am testing

niklabh commented 4 years ago

https://github.com/niklabh/mattermost-plugin-webrtc-video/releases/tag/1.0.2

melroy89 commented 4 years ago

Thanks for releasing a new version as well!