Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all 25529 articles
Browse latest View live

Second TEAM doesn't work on mobile APP

$
0
0

Hello all.
I have two teams on my MM Server. First team working on desktop and mobile. Second team worked but last month doesn’t work on mobile app. When i try open second team on my android phone i see only white screen and can’t do anything, only closing app, delete my account from second team, open mobile app and work with first team.
Now i have this configuration:
MM Server 5.7.0
Android MM 1.15.2
But i have this problem on lates versions

UPD: i see white screen when i opened PUBLIC CHAT on SECOND TEAM

Sorry for my english =(


Delete saftly table mattermost

$
0
0

Hi, @Ilhem

Out of curiosity, may I know what step did you take to cater to the growing size of the Posts table? Did you end up deleting individual row(s) / leave the table the way it is / increase the size?

Did you had any particular concerns when the table size grew? Just want to understand the scenario a little better. Thanks.

Auto hyperlink drops trailing curly brace

$
0
0

Actually I guess this is a problem with the rendering in the webapp, not the server, right? Maybe this comes from a bug in marked.js?

[Solved] How enable webhook API creation in mattermost

$
0
0

I found the error, it is caused when the team channel not have enough permissions, or the channel is not public.

Second TEAM doesn't work on mobile APP

$
0
0

Hi @a.gerasimov,

Not sure if necessarily relevant to the issue, but can you help confirm if that second team is a public or a private team?

Also, can you help share your Mattermost logs next time when this issue occurs?

Sample plugin unable to activate

$
0
0

Summary

I am unable to activate the sample hello-world plugin on Mattermost

Steps to reproduce

Using Mattermost version 5.7 with docker on macOS. Installed using instructions at https://docs.mattermost.com/install/docker-local-machine.html.
I made the sample hello world plugin using the instructions at https://developers.mattermost.com/extend/plugins/server/hello-world/

Observed behavior

The plugin uploaded successfully but failed to enable with the message
This plugin failed to start. Check your system logs for errors.
System log:
{"level":"error","ts":1548344582.903604,"caller":"app/plugin.go:97","msg":"Unable to activate plugin","plugin_id":"com.mattermost.server-hello-world","error":"unable to start plugin: com.mattermost.server-hello-world: fork/exec plugins/com.mattermost.server-hello-world/plugin.exe: exec format error","errorVerbose":"fork/exec plugins/com.mattermost.server-hello-world/plugin.exe: exec format error\nunable to start plugin: com.mattermost.server-hello-world\ngithub.com/mattermost/mattermost-server/plugin.(*Environment).Activate\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/plugin/environment.go:221\ngithub.com/mattermost/mattermost-server/app.(*App).SyncPluginsActiveState\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:95\ngithub.com/mattermost/mattermost-server/app.(*App).InitPlugins.func2\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:172\ngithub.com/mattermost/mattermost-server/app.(*App).InvokeConfigListeners\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/config.go:136\ngithub.com/mattermost/mattermost-server/app.(*App).UpdateConfig\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/config.go:50\ngithub.com/mattermost/mattermost-server/app.(*App).EnablePlugin\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:245\ngithub.com/mattermost/mattermost-server/api4.enablePlugin\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/api4/plugin.go:183\ngithub.com/mattermost/mattermost-server/web.Handler.ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/web/handlers.go:135\ngithub.com/mattermost/mattermost-server/web.(*Handler).ServeHTTP\n\t<autogenerated>:1\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/mux.(*Router).ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/vendor/github.com/gorilla/mux/mux.go:162\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers.recoveryHandler.ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers/recovery.go:78\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers.(*recoveryHandler).ServeHTTP\n\t<autogenerated>:1\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2741\nnet/http.(*conn).serve\n\t/usr/local/go/src/net/http/server.go:1847\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1333"}

Has anybody else faced this issue before?

Tilde ~ on Belgian keyboard opens help

$
0
0

Hey, @jtommi Are you referring to help menu on mattermost desktop app?

Tilde ~ on Belgian keyboard opens help


Tilde ~ on Belgian keyboard opens help

Sample plugin unable to activate

$
0
0

Hey @anubhav

Did you use GOOS=darwin GOARCH=amd64 go build -o plugin.exe plugin.go to build the plugin?

NOOB mattermost-webapp setup for development

$
0
0

Hey There - First time forum poster. Recently joined Mattermost in a customer facing role. Setting up a local development environment on MacOS 10.14.2.

Following webapp developer setup instructions.

Seeing a couple errors when running make test under $(go env GOPATH)/src/github.com/mattermost/mattermost-webapp

39523 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
39524 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 install: `node install`
39524 warn optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
39525 verbose optional SKIPPING OPTIONAL DEPENDENCY:
39525 verbose optional Failed at the fsevents@1.2.4 install script.
39525 verbose optional SKIPPING OPTIONAL DEPENDENCY: This is probably not a problem with npm. There is likely additional logging output above.
39526 verbose stack Error: cypress@3.1.3 postinstall: `node index.js --exec install`
39526 verbose stack Exit status 1

The tests all run and pass. So I’m not blocked, but am I going to have issues in the future? What is happening with this cypress install?

Sample plugin unable to activate

$
0
0

Hi @Hanzei,

Tried this now. Still got a ‘failed to start’ message with the following log entry:
{"level":"error","ts":1548360499.840271,"caller":"app/plugin.go:97","msg":"Unable to activate plugin","plugin_id":"com.mattermost.server-hello-world","error":"unable to start plugin: com.mattermost.server-hello-world: fork/exec plugins/com.mattermost.server-hello-world/plugin.exe: exec format error","errorVerbose":"fork/exec plugins/com.mattermost.server-hello-world/plugin.exe: exec format error\nunable to start plugin: com.mattermost.server-hello-world\ngithub.com/mattermost/mattermost-server/plugin.(*Environment).Activate\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/plugin/environment.go:221\ngithub.com/mattermost/mattermost-server/app.(*App).SyncPluginsActiveState\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:95\ngithub.com/mattermost/mattermost-server/app.(*App).InitPlugins.func2\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:172\ngithub.com/mattermost/mattermost-server/app.(*App).InvokeConfigListeners\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/config.go:136\ngithub.com/mattermost/mattermost-server/app.(*App).UpdateConfig\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/config.go:50\ngithub.com/mattermost/mattermost-server/app.(*App).EnablePlugin\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/plugin.go:245\ngithub.com/mattermost/mattermost-server/api4.enablePlugin\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/api4/plugin.go:183\ngithub.com/mattermost/mattermost-server/web.Handler.ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/web/handlers.go:135\ngithub.com/mattermost/mattermost-server/web.(*Handler).ServeHTTP\n\t<autogenerated>:1\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/mux.(*Router).ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/vendor/github.com/gorilla/mux/mux.go:162\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers.recoveryHandler.ServeHTTP\n\t/home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers/recovery.go:78\ngithub.com/mattermost/mattermost-server/vendor/github.com/gorilla/handlers.(*recoveryHandler).ServeHTTP\n\t<autogenerated>:1\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2741\nnet/http.(*conn).serve\n\t/usr/local/go/src/net/http/server.go:1847\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1333"}

Android can't connect to the server

$
0
0

We had the same problem (working on web and iOS but not Android). In our case our GoDaddy server cert was signed by an intermediate cert (“GoDaddy Secure Server Certificate (Intermediate Certificate) - G2”) that was not in the default CA Certs on the Android devices; once the cert was added manually problem solved.

NOOB mattermost-webapp setup for development

$
0
0

Did a make clean and then a make build and seemed to successfully get the cypress module. Maybe just network issue on my end when it was downloading

Add time information to the log

$
0
0

I currently have an “invalid connection / session” error festival in progress.
However, it is not always occurring constantly. Mattermost.log do not have the “date and time information” when I look at the log.

I would like to add time information to each log record. Is this possible?


[SOLVED] Sample plugin unable to activate

$
0
0

Solved it.
I used this command for compiling:
GOOS=linux GOARCH=amd64 go build -o plugin.exe plugin.go

Works perfectly. Thanks a lot for your help

Tilde ~ on Belgian keyboard opens help

$
0
0

@sudheerDev So I tested in Chrome and Firefox
Chrome 71.0.3578.98 : works as expected
Firefox 61 : same issue as Desktop client
Firefox 64.0.2 : works as expected
For Firefox I cannot garantee that the issue was due to the version, maybe a restart would have been enough.
As for the expected behaviour : with the Belgian layout, the tilde is handled like ¨ ^ and other caracters that are supposed to go on top of other caracters, so, at first press, nothing appears, at second press, two appear (or you can hit space after the first press)

Second TEAM doesn't work on mobile APP

$
0
0

Hello, about public or private team. If u told about that option:
“Allow any user with an account on this server to join this team” - Yes or No.
In my option working NO

Now i’m repeated this error but didn’t see it on my logs file ( /opt/mattermost/logs/mattermost.log )

UPD
I can see Public channel “Town Square” in my mobile, but can’t see my created channels “1” and “2”

UPD
When i delete mobile APP and install it’s working… I don’t know what happened the first time it didn’t help
Sorry and thx… )))

Websocket events recipients for create_channel and user_added

$
0
0

Not sure if this is a bug or intentional and I should file a feature request. We use mattermost-server with custom frontend and when user creates channel, we add all team members to it and want to refresh the UI for the others so they see the new channel automatically. The issue is that the websocket events are sent to recipients which do not benefit much from it.

For channel_created event the recipient is the user who created the channel https://github.com/mattermost/mattermost-server/blob/master/app/channel.go#L156. I would expect this to go to the team under which the channel was created to show a notification about new channel to all the team members.

Event user_added on the other hand goes only to the channel in question https://github.com/mattermost/mattermost-server/blob/master/app/channel.go#L831 but not to the user being added to the channel, so again there is no notification that the user added to channel can act upon.

So is this expected behaviour? Are there some other events I could use to reliably notify user about new channel in his team or that he was added to channel?

Websocket events recipients for create_channel and user_added

$
0
0

Hi @aocenas,

The first case (channel created) would be a feature request.

The second case (user added) should work. What Mattermost server version are you currently using?

Viewing all 25529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>