Quantcast
Channel: Mattermost Discussion Forums - Latest topics
Viewing all 6572 articles
Browse latest View live

Limit max retries posting through Mattermost API

$
0
0

@anjali wrote:

It would be convenient to have a limit to the number of retries to limit duplicate actions.

Posts: 1

Participants: 1

Read full topic


Authenticating an interactive dialog submission in my integration

$
0
0

@alex_enyway wrote:

I’m implementing an interactive dialog.

I wonder if there is any way that my integration backend can authenticate the submitted request from that dialog. I understood that for interactive messages, I can use the context part of the JSON payload to pass along a secret that my backend can validate. Is there anything similar that I can use with interactive dialogs?

Posts: 1

Participants: 1

Read full topic

Error during Installation in Oracle Linux using Mysql

$
0
0

@kumudhanc wrote:

I am facing error while installing the mattermost app. The error log is shown below:

{“level”:“info”,“ts”:1565199231.8278935,“caller”:“utils/i18n.go:83”,“msg”:“Loaded system translations for ‘en’ from ‘/opt/mattermost/i18n/en.json’”}
{“level”:“info”,“ts”:1565199231.8283541,“caller”:“app/server_app_adapters.go:58”,“msg”:“Server is initializing…”}
{“level”:“info”,“ts”:1565199231.8439739,“caller”:“sqlstore/supplier.go:224”,“msg”:“Pinging SQL master database”}
{“level”:“error”,“ts”:1565199232.334973,“caller”:“app/server_app_adapters.go:125”,“msg”:“SiteURL must be set. Some features will operate incorrectly if the SiteURL is not set. See documentation for details: http ://about.mattermost.com/default-site-url”}
{“level”:“info”,“ts”:1565199232.3358617,“caller”:“filesstore/localstore.go:33”,“msg”:“Able to write files to local storage.”}
{“level”:“info”,“ts”:1565199232.3393764,“caller”:“app/license.go:41”,“msg”:“License key from https ://mattermost.com required to unlock enterprise features.”}
{“level”:“info”,“ts”:1565199232.3617027,“caller”:“mlog/log.go:164”,“msg”:“Starting up plugins”}
{“level”:“info”,“ts”:1565199235.1963632,“caller”:“sqlstore/post_store.go:1279”,“msg”:“Post.Message supports at most 16383 characters (65535 bytes)”}
{“level”:“info”,“ts”:1565199236.871109,“caller”:“mlog/sugar.go:19”,“msg”:“Ensuring Surveybot exists”,“plugin_id”:“com.mattermost.nps”}
{“level”:“info”,“ts”:1565199236.9036195,“caller”:“app/server.go:213”,“msg”:“Current version is 5.13.0 (5.13.2/Wed Jul 24 17:25:26 UTC 2019/9a8b0906fdbf2c2a309db2400f4bcc5902800e2c/1ab74b3ea1137c385e03a9982dce917a4128f903)”}
{“level”:“info”,“ts”:1565199236.9039154,“caller”:“app/server.go:214”,“msg”:“Enterprise Enabled: true”}
{“level”:“info”,“ts”:1565199236.9041805,“caller”:“app/server.go:216”,“msg”:“Current working directory is /opt/mattermost”}
{“level”:“info”,“ts”:1565199236.9043167,“caller”:“app/server.go:217”,“msg”:“Loaded config”,“source”:“file:///opt/mattermost/config/config.json”}
{“level”:“info”,“ts”:1565199237.0973334,“caller”:“jobs/workers.go:68”,“msg”:“Starting workers”}
{“level”:“info”,“ts”:1565199237.09758,“caller”:“app/server.go:413”,“msg”:“Starting Server…”}
{“level”:“info”,“ts”:1565199237.0997772,“caller”:“jobs/schedulers.go:72”,“msg”:“Starting schedulers.”}
{“level”:“info”,“ts”:1565199237.1088572,“caller”:“app/server.go:479”,“msg”:“Server is listening on 0.0.0.0:8065”}
{“level”:“info”,“ts”:1565199237.1178105,“caller”:“app/web_hub.go:75”,“msg”:“Starting 16 websocket hubs”}
{“level”:“info”,“ts”:1565199284.6536834,“caller”:“go-plugin/stream.go:15”,“msg”:“segment 2019/08/07 23:04:44 error sending request: Post https://api.segment.io/v1/batch: dial tcp: lookup api .segment.io on 10.122.200.20:53: server misbehaving”,“plugin_id”:“com.mattermost.nps”,“source”:“plugin_stderr”}
{“level”:“info”,“ts”:1565199284.8654675,“caller”:“analytics-go/analytics.go:263”,“msg”:“error sending request: Post https://api.segment.io/v1/batch: dial tcp: lookup api .segment.io on 10.122.200.20:53: server misbehaving”,“source”:“segment”}

Posts: 1

Participants: 1

Read full topic

Mattermost 5.12.4 Emoji Picker freezes desktop client

$
0
0

@marion wrote:

Summary

Upgraded to 5.12.4 and Emoji Picker screen freezes Mac desktop client running Mojave

Steps to reproduce

5.12.4 on RHEL7 vm. Users are using 4.2.1 Desktop Mac client on Mojave.

Expected behavior

User clicks on Emoji picker screen. Mouse should move freely between emojis and then you can click on an emoji and it shows up in your chat bar.

Observed behavior

User clicks on Emoji picker screen. Move mouse over emoji’s and it is very slow with lag. Will then randomly freeze desktop client. Have to go to toolbar and Clear Cache & Reload to get it to come back.

Posts: 2

Participants: 2

Read full topic

Temporary message - delete after given time

$
0
0

@ochorocho wrote:

Hey,

sometimes its handy to sent a message that will be deleted after a given time e.g. confidential info
Is there any feature like this in Mattermost?

Thank you.

Posts: 1

Participants: 1

Read full topic

Add tags on posts

iOS app and App Store Review Guidelines

$
0
0

@zgordan-vv wrote:

Hi, I compiled my own version of Mattermost iOS application and App Store rejected my app for the reason that “We found that the usefulness of your app is limited by the minimal amount of content or features it includes. Specifically, its only feature is chat. We encourage you to review your app concept and incorporate different content and features that are in compliance with the App Store Review Guidelines.”

More exactly it is their guideline 4.2 Minimum Functionality https://developer.apple.com/app-store/review/guidelines/#minimum-functionality

Has anybody encountered with similar issue and can you advice me the direction to move? Thank you.

Posts: 1

Participants: 1

Read full topic

is fine but is shown as

$
0
0

@ubremer wrote:

Hi,

topic should say it all, but as a bonus:

  • server is 5.11.0
  • issue is observed with latest iOS and Windows client

Any ideas?

Thanks

Ulf

Posts: 1

Participants: 1

Read full topic


Interactive dialog doesn't open in mobile client

$
0
0

@alex_enyway wrote:

This is what I’m doing:

  • execute slash command in client
  • integration returns interactive message with select
  • pick option in client
  • integration posts interactive dialog

It works on desktop and I can see that the integration indeed posted the dialog in my logs.

I see one suspicious line in the server logs a moment after the slash command was handled. It contains my user id, so I assume it is related:

{
    "level": "debug",
    "ts": 1565359541.5763643,
    "caller": "mlog/log.go:160",
    "msg": "Unable to get the post",
    "path": "/api/v4/posts/eszg5pxc4py1dxfro7ohorphqe/actions/6euh63aceidtiy1fzanm53wg7o",
    "request_id": "t7s3zxo5efngpphod6egieqf8w",
    "ip_addr": "REDACTED",
    "user_id": "dhjycsjjnpdnjjo5go4bt1i3ce",
    "method": "POST",
    "err_where": "SqlPostStore.GetSingle",
    "http_code": 404,
    "err_details": "id=eszg5pxc4py1dxfro7ohorphqesql: no rows in result set"
}

Any idea, what’s wrong here?

Device: iPhone X
OS: iOS 12.3.1
Mattermost Client: v1.12.2
Mattermost Server: 5.13.0 (Enterprise Edition )

Posts: 1

Participants: 1

Read full topic

Installing on Debian Stretch error

$
0
0

@justingilbert wrote:

I get this error, any solutions?

:/opt/mattermost# sudo -u mattermost ./bin/mattermost
Error: failed to load: failed to unmarshal config with env overrides: parsing error at line 134, character 10: invalid character ‘"’ after object key:value pair

Posts: 1

Participants: 1

Read full topic

Upgrade to 5.13.2 from 5.13 - No system console!

$
0
0

@agnosticon wrote:

Hello Guys,

I just upgraded from mattermost 5.13.0 to 5.13.2 using the following upgrade instructions:

https://docs.mattermost.com/administration/upgrade.html#upgrading-to-the-latest-version

On step #13 it says:

1. Open the System Console and change a setting, then revert it. This should enable the Save button for that page.

That’s when I noticed there’s no more a system console option in the menu anymore. I’ve searched around the web for hours without any fruitful answer. I even downgraded to 5.13 using the guide but still no System console.

I’m really frustrated, could somebody please help me out here?

Thank you

Posts: 1

Participants: 1

Read full topic

API authentication when using Gitlab SSO

$
0
0

@mwcoop wrote:

Hi,

I’ve got Mattermost running as part of a Gitlab installation. Gitlab sign-on is working and is currently the only enabled authentication mechanism for users. Gitlab itself authenticates against another SSO provider used across other applications.

In an effort to automate user onboarding, I’m trying to invite newly created users to join teams in Mattermost.

  1. How should I authenticate to the API server when using Gitlab as SSO?
  2. Any pointers to documentation for inviting/removing users to/from teams would be extremely appreciated.

Posts: 1

Participants: 1

Read full topic

iOS select multiple photos to a message at once

$
0
0

@RbDev wrote:

Hi all,

Right now, when selecting photos to send to MM the user has to select them one by one, select one photo and the photo library closes, then the user has to do it again.

iOS does support multiple photos to be selected at once.

Can this be implemented in iOS client app? It would be a great user experience improvement.

Cheers

Posts: 1

Participants: 1

Read full topic

Where does mattermost server take its certificate trust from?

$
0
0

@Raziel-lj wrote:

I am currently running an internal trial to decide whether the company uses MM as its new chat app.

I have a server in pre-production using an internal namespace with an NGINX proxy that has been signed by the company CA server. This all works fine for the most part. The underlying Ubuntu server now has the cacerts of my private tree installed.

I have seen in the troubleshooting guide that internal signing isn’t supported by the app itself.

Using matterpoll or anything with ephemeral interactive buttons the buttons don’t work. The server generates an x509 error.

{“level”:“error”,“ts”:1565374462.2017803,“caller”:“mlog/log.go:172”,“msg”:“Action integration error”,“path”:"/api/v4/posts/1ykc4a6xkiry5p36s4zagkyqby/actions/uot7xarrzi8odj86q45o79rtdo",“request_id”:“z6fishwn83btxncaqoi3cpoysw”,“ip_addr”:“172.27.27.215”,“user_id”:“14hnsq4o97fjikqwgepf43hfcw”,“method”:“POST”,“err_where”:“DoActionRequest”,“http_code”:400,“err_details”:“err=Post https:// internal domain /plugins/com.github.matterpoll.matterpoll/api/v1/polls/jp88eizn37gndpa6d54hmqr5dc/delete: x509: certificate signed by unknown authority”}

If I set Enable Insecure Outgoing Connections to true then the buttons work again.

I can only assume that the mattermost server app itself is establishing a connection over TLS, going through its own NGINX proxy and finding an untrusted certificate.

Is there any way to get mattermost app to establish trust with an internal CA or am I readying this wrong?

Kind Regards,

Rhys

Posts: 1

Participants: 1

Read full topic

Not redirected to gitlab SSO on IIS reverse proxy

$
0
0

@krhyshi wrote:

hi.

using iis as a reverse proxy

using gitlab SSO (not omnibus)
mattermost domain : mm2.XX.co.kr
gitlab domain : gittest.XX.co.kr

Reverse rewrite host in response headers “check config”

image

not redirected to gitlab login page

packet capture on iis server

No connection attempt from GitLab server packet capture

What is the problem?

Posts: 1

Participants: 1

Read full topic


Limit Photos to a Message

$
0
0

@RbDev wrote:

Hi all,

Right now MM limit 5 photos per message. This shouldn’t be or MM should allow the admin to set a higher limit using the admin console.

Cheers

Posts: 1

Participants: 1

Read full topic

Unable to connect mattermost server

$
0
0

@Ganeshswain wrote:

I’ve followed the instructions to set up a dev machine as laid out in the docs . (Centos 7)

I have Docker Tools for Centos 7 installed.

When I run make run-server I get the following error:

[uchat@localhost mattermost-server]$ INFO[2019-08-13T15:29:39.7053564+05:30] Loaded system translations for 'en' from '/home/uchat/go/src/github.com/mattermost/mattermost-server/i18n/en.json'  caller="utils/i18n.go:83"
INFO[2019-08-13T15:29:39.7679207+05:30] Server is initializing...                     caller="app/server_app_adapters.go:58"
DEBU[2019-08-13T15:29:39.7680223+05:30] Parsing server templates at /home/uchat/go/src/github.com/mattermost/mattermost-server/templates  caller="utils/html.go:31"

[uchat@localhost mattermost-server]$ INFO[2019-08-13T15:29:40.611752+05:30] Pinging SQL master database                   caller="sqlstore/supplier.go:223"

ERRO[2019-08-13T15:29:40.8633158+05:30] Failed to ping DB retrying in 10 seconds err=dial tcp: lookup dockerhost on 192.168.2.1:53: no such host caller=“sqlstore/supplier.go:235”
INFO[2019-08-13T15:29:50.863713+05:30] Pinging SQL master database caller=“sqlstore/supplier.go:223”
ERRO[2019-08-13T15:29:50.935306+05:30] Failed to ping DB retrying in 10 seconds err=dial tcp: lookup dockerhost on 192.168.2.1:53: no such host caller=“sqlstore/supplier.go:235”
INFO[2019-08-13T15:30:00.9360044+05:30] Pinging SQL master database caller=“sqlstore/supplier.go:223”
ERRO[2019-08-13T15:30:00.9987264+05:30] Failed to ping DB retrying in 10 seconds err=dial tcp: lookup dockerhost on 192.168.2.1:53: no such host caller=“sqlstore/supplier.go:235”
INFO[2019-08-13T15:30:10.9993088+05:30] Pinging SQL master database caller=“sqlstore/supplier.go:223”
ERRO[2019-08-13T15:30:11.06502+05:30] Failed to ping DB retrying in 10 seconds err=dial tcp: lookup dockerhost on 192.168.2.1:53: no such host caller=“sqlstore/supplier.go:235”
INFO[2019-08-13T15:30:21.066175+05:30] Pinging SQL master database caller=“sqlstore/supplier.go:223”
ERRO[2019-08-13T15:30:21.1321728+05:30] Failed to ping DB retrying in 10 seconds err=dial tcp: lookup dockerhost on 192.168.2.1:53: no such host caller=“sqlstore/supplier.go:235”

Posts: 1

Participants: 1

Read full topic

I can't get my verification email to access a server

$
0
0

@Terdog wrote:

For feature requests, please see: http://www.mattermost.org/feature-requests/.

For troubleshooting questions, please post in the following format:

Summary

Can’t get verification email to access PoP OS Server

Steps to reproduce

How can we reproduce the issue (what version are you using?)

Expected behavior

Tired accessing the Pop OS Mattermost server, but I am not getting the verification email. Tired several times.

Observed behavior

It says it sends the email, but no email comes, checked my mail folder and my spam box.

Posts: 1

Participants: 1

Read full topic

How to enable PKI on Mattermost Desktop Client

$
0
0

@Alexander77703 wrote:

Summary

I have a server which requires PKI authentication, works in the browser but the desktop application doesn’t seem to be picking up the client certificate. Any ideas how to add it in?

Steps to reproduce

Create a server, follow the ‘client certificate’ steps for authentication. Try to connect to it using Mattermost Desktop (e.g. the one for Mac)

Expected behavior

Being able to login

Observed behavior

Not being able to login.

Posts: 1

Participants: 1

Read full topic

Timestamps are incorrect on Android clients

$
0
0

@joewai.tye wrote:

Hi everyone! We have received a report of timestamps being incorrect in Android Mattermost clients. More specifically, the timestamp of messages will be incorrect compared with the time/date on the Android device but it works fine in other devices. So far we haven’t had any luck in replicating the behavior. So, we wanted to gather some more information from anyone who is encountering this.

If anyone has experienced this behavior, please provide us with the following information so we can investigate this further :

  • Mattermost Server Version
  • Mattermost Mobile App Version
  • Android Version
  • Device Make and Model

Also, if you have experienced this, have you been using your phone across multiple timezones?

Looking forward to hearing from everyone! :smile:

Posts: 1

Participants: 1

Read full topic

Viewing all 6572 articles
Browse latest View live


Latest Images