-
Notifications
You must be signed in to change notification settings - Fork 20
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
error in start recording #17
Comments
Hi @golil , a couple of questions to help with debugging:
|
hi
|
From the error it looks like the plugin is unable to create the worker needed to initialize the recorder. The most likely reason is that the file is not found somehow (maybe nginx not rewriting properly). |
Ah, that's interesting and it might be what's causing your error. |
i think problem is mattermost server address beacuse i use custom address like https://xyz.ss/app/mm for mattermost but your plugin cant use it. i check your screen plugin and its have same problem in upload file |
I see, you have the Mattermost installation in a subpath. That explains it. |
That looks like the proxy is not redirecting properly then. Is the |
yes its located in plugins folder. |
its my proxy config, Site URL is set correctly. |
Can you try and see if fetching |
no not work. |
That's expected being a static file. But every other plugin related file should be accessible through:
Does the config endpoint work now?
|
when click on start recording show record dialog but timer is stopped in 0.
The text was updated successfully, but these errors were encountered: