This feature isn’t implemented.
Mattermost general channel between teams
Application hangs after visiting "off-topic", IOS and Android
Summary
Mobile app, version 1.15.2, if any user visits “Off-topic” standard channel-> application hangs, only white screen and nothing helps, IOS and Android are the same…
Steps to reproduce
Mobile app. version 1.15.2 and server version 5.1.0 (enterprise ready, but enterprise options not activated)-> visit channel “Off-topic” from mobile app-> application hangs.
Expected behavior
Messages should be loaded and displayed.
Observed behavior
Only white screen, even no channel name.
Interactive Messages not working
Hi @taras.budzyn,
Did you have a chance to take a look at the troubleshooting section in the doc: https://docs.mattermost.com/developer/interactive-messages.html#troubleshooting?
Application hangs after visiting "off-topic", IOS and Android
Hi @Netrotor,
Would upgrading your server version to the newest one to see if that helps (v5.7)? If not, can you help share any Mattermost logs from the time this issue occurs?
Cant Use S3 Storage
Solved the issue for me. Thank you.
Interactive Messages not working
I thought that tried both variants when making API calls((
It was stupid from my side to not check Troubleshooting section for this.
Thank you, Amy, to point me to this. Will close this thread then.
Interactive Messages not working
No worries @taras.budzyn, it’s not stupid!
[SOLVED] Remove Duplicate posts from import feature
Hey, this is what I used with mysql:
DELETE from Posts
where ID in
(SELECT * FROM (
select max(p.Id) as Id from Posts p group by concat(p.ChannelId,p.CreateAt,p.Message) having count(p.Id) > 1
) as x);
Jenkins Plugin - icon doesnt work
Well it was very simple. Just create incoming Hook in mattermost. Install mattermost plugin in Jenkins. In jenkins generał settings page you will have New section for mattermost. Use the settings you gained in created Hook (URL and token), set the Channel and press Test button. You should get the test message in mattermost.
Websocket events recipients for create_channel and user_added
Hi @aocenas,
A response from one of our community members: The added user should see a post with type model.POST_ADD_TO_CHANNEL
- see https://github.com/mattermost/mattermost-server/blob/v5.7.0/app/channel.go#L1375.
MySQL & Invalid session error on Mattermost
Hi @Babbles,
Does your server fulfill the hardware requirements?
There are no links to create a group and admin console
Hi @Shevchik,
Sorry for the delay - can you help try use chat.example.com
as SiteURL
, and nginx
as server_name
.
Add time information to the log
If I don’t use JSON format, I was able to leave the date and time information.
MySQL & Invalid session error on Mattermost
When I check it from the /proc/cpuinfo command, I have 4 CPUs, each with one core. And the memory is 4GB. I estimate the number of users is about 20 people.
Is this error ignorable even at the error level? If I do not see the log, I can not feel such a big impact.
How to find unread comments
There are multiple teams and users are subscribing to them. When there is an update somewhere, badges are displayed on the iPhone application icon. At this time there are times when it is difficult to recognize where the user was updated.
The display of the team icon may change or the channel name may become bold. However, even though the application icon has a badge, users often can not find the update target. Even if the user displays all the teams, all the channels, all direct messages, the badge does not disappear.
Is this the same problem that badges and applications can not cooperate well with problems often held by third party mail applications?
Is it possible to extract unread posts exclusively for users who have passed through all teams in order to solve this problem even a little?
Uploading images by mobile devices
This filesize indicate seems to be solved.
Regarding photo uploading, is there a way to forcedly recompress the image on the Mattermost side? Or are there alternatives / workarounds?
The camera performance of the iPhone is improved, and in many cases the image size is meaninglessly big. iPhone camera has no standard file size adjustment function.
Jira webhook throwing TLS Handhsake Error
When making any changes within a specific project on Jira, Mattermost immediately spits out this error:
{“level”:“info”,“ts”:1548826292.1131835,“caller”:“http/server.go:1763”,“msg”:“http: TLS handshake error from xxx.xxx.xxx.xxx:61090: EOF”,“source”:“httpserver”}
curl -v --insecure "https://myurl/plugins/jira/../.../… --> works and returns fine.
Forward80to443 = True
But unfortunately, I’m receiving no messages to my channel.
Please help.
Image Viewing - cannot enlarge the image to see the detail
First of all, sorry for my lame English.
One problem with Mattermost’s image viewing feature is that when viewing a long image, it is impossible to zoom and it is very difficult to see the details.
It’s not a good idea to save the image locally and view it. Most of the time, as well as on the phone, you need to see the content of the image and respond to others.
I hope that Mattermost’s image viewing feature provides a “view original size” and provides the ability to drag and drop to view the details of the image, as well as tool buttons that can zoom in and out of the image.
Thanks to the development team for bringing such a good use of IM software, I hope that Mattermost can be better at it.
Application hangs after visiting "off-topic", IOS and Android
Dear @amy.blais, thanks for your prompt reply, we didn’t upgrade server yet, and I should mention that mobile app. v.1.14 works fine, only new versions of mobile applications are affected…
Jira webhook throwing TLS Handhsake Error
The curl results from our Jira server (Windows Server 2008):
C:\Users\Administrator.>C:\curl\curl.exe -v --insecure “https://xxxx.xxxx.com/plugins/jira/webhook?secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxeam&team=test&channel=testchannel” --data '{“event”:“some_jira_event”}'1~
-
Trying x.xxx.xx.xxx…
-
TCP_NODELAY set
-
Connected to xxxx.xxxx.com (xxxx.xx.xxx.xxx) port 443 (#0)
-
ALPN, offering h2
-
ALPN, offering http/1.1
-
TLSv1.3 (OUT), TLS handshake, Client hello (1):
-
TLSv1.3 (IN), TLS handshake, Server hello (2):
-
TLSv1.2 (IN), TLS handshake, Certificate (11):
-
TLSv1.2 (IN), TLS handshake, Server key exchange (12):
-
TLSv1.2 (IN), TLS handshake, Server finished (14):
-
TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
-
TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
-
TLSv1.2 (OUT), TLS handshake, Finished (20):
-
TLSv1.2 (IN), TLS handshake, Finished (20):
-
SSL connection using TLSv1.2 / ECDHE-ECDSA-AES128-GCM-SHA256
-
ALPN, server accepted to use h2
-
Server certificate:
-
subject: CN=xxxx.xxxx.com
-
start date: Jan 20 21:14:59 2019 GMT
-
expire date: Apr 20 21:14:59 2019 GMT
-
issuer: C=US; O=Let’s Encrypt; CN=Let’s Encrypt Authority X3
-
SSL certificate verify result: unable to get local issuer certificate (20), c
ontinuing anyway. -
Using HTTP2, server supports multi-use
-
Connection state changed (HTTP/2 confirmed)
-
Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
-
Using Stream ID: 1 (easy handle 0x624ff0)
POST /plugins/jira/webhook?secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&team=test&channel=testchannel HTTP/2
Host: xxxx.xxxx.com
User-Agent: curl/7.63.0
Accept: /
Content-Length: 27
Content-Type: application/x-www-form-urlencoded
- Connection state changed (MAX_CONCURRENT_STREAMS == 250)!
- We are completely uploaded and fine
< HTTP/2 400
< content-type: text/plain; charset=utf-8
< x-content-type-options: nosniff
< content-length: 54
< date: Wed, 30 Jan 2019 06:09:50 GMT
<
invalid character ‘’’ looking for beginning of value - Connection #0 to host xxxx.xxxx.com left intact