@ jasonblais thanks,
finally, i found out that the delay is during unarchive process, and usually it is around 30-35 min.
the channel is visible immediately, but any message is not sent during first 30-35 min …
UnArchive channel delay
Linux Mattermost desktop start minimized from command line
Hi @Sandmonster,
We have a reply from the community member:
Next guess would be:
windowOptions.maximized
istrue
. Would be nice if they could share theirbounds-info.json
configuration file (should be in theuserData
directory).
If you can share your bounds-info.json
configuration file that would be great! Thanks
Segmentation fault while triggering webhook
Hi @gubbins,
Thank you - could you share your config.json file as well as your installation environment?
(Complete) Convert a private channel to public
thanks u.
UFABET
UnArchive channel delay
Thanks @nina.utkin,
Are you using the command line or the APIs to archive and unarchive channels?
UnArchive channel delay
o, thanks lindy65, i am using APIs,
Segmentation fault while triggering webhook
Installation is on CentOS 7.
Sharing the entire config file is not very practical - is there a relevant section or setting?
From the code (webhook.go:108
) it looks like maybe http.NewRequest
returned null, which is interesting given that we were having difficulty resolving the destination hostname. I hoped it might be reproducible just from that.
Linux Mattermost desktop start minimized from command line
@lindy65 this is the contents of my bound-info.json
:
{
"x":40,
"y":40,
"width":1840,
"height":1000,
"maximized":false,
"fullscreen":false
}
UnArchive channel delay
Thanks @nina.utkin - to confirm, does this describe the steps that reproduces the issue?
- Use https://api.mattermost.com/#tag/channels%2Fpaths%2F~1channels~1{channel_id}%2Fdelete to archive a channel.
- Use https://api.mattermost.com/#tag/channels%2Fpaths%2F~1channels~1{channel_id}~1restore%2Fpost to unarchive a channel
- Observe that it takes 30-35 minutes before any messages can be posted in the channel, despite being visible in the user interface.
UnArchive channel delay
thanks jasonblais, thes are the APIs i am using, but i was confused as i could not find any information about the 30-35 min that i should wait
Segmentation fault while triggering webhook
I tested an incoming webhook, a slash command and the outgoing webhook in the 5.4 version and I was not able to reproduce the issue.
is it possible you share with me the configuration you did (like if a slash command or other) and the message that you are trying to post
thanks
Linux Mattermost desktop start minimized from command line
Thank you @Sandmonster,
The community member helping troubleshoot doesn’t have Linux to test in but this is his response:
I’m afraid I have no idea why this doesn’t work.
But I’d like to guess some more, if you don’t mind.
I don’t have a Linux desktop to test this, but: maybe--hidden
minimizes to the taskbar (I think? I’m talking about that thing with a rectangle for each opened program) and not to the traybar (that other thing in the lower right corner; you can configure Mattermost desktop to show a icon there). This “i3” thing has no such taskbar-thing, apparently (see screenshot; no taskbar, but a tray bar). So, you can’t minimize Mattermost to it. But again, just another guess.
Hope this helps!?
UnArchive channel delay
Hey @nina.utkin,
I don’t think 30-35 minute wait time is expected, I just included it as an observed behaviour.
I’ll share it with our team and try reproduce. If they have further questions, I’ll let you know
ADFS SAML information users_file
What is this talking about?
" For ADFS, you can use the AD/LDAP protocol to directly extract the users information and export it to a JSON file."
Assumptions in documentation… it’s just never a good idea.
Does mattermost even have a way of pulling users and their email addresses information?
All I need is a list of the users
saml_users.json with email and username right?
{
"johnsmith@email.com": “jsmith”,
"bobswagger@email.com": “bswagger”
}
and then run the command -
mattermost user migrate_auth ldap saml saml_users.json
UnArchive channel delay
Hey @nina.utkin, two follow-up questions for you:
After you have un-archived a channel and attempt to post a message in the channel, do you receive error messages in the user interface? If not, can you check if
- There are any errors in the server logs when attempting to post (in System Console > Logs)
- There are any errors in the JavaScript console - here is how to check.
Upgraded to v5.6, Get an error when attaching files
I tried to reproduce it on my end by upgrading my 5.5 to 5.6 but did not run into any issues when uploading image / files. Does it happen to any type of files / images (eg. jpg / png)?
For the web client, is the problem reproducible on Incognito / private mode of the browser? Does the problem occur again after you fixed it by reloading the client?
Android client Version 1.15.0 - Critical error JavaRuntime Exception
No notification when get a direct message
Hello community,
is it possible to disable the notification when a user get a direct message.
When i disable E-Mail Notification at all, we also get no E-Mail when a user want to reset the password or confirm the E-Mail Adress.
Thanks
User Login-Method - only E-Mail displayed - No LDAP
Hello Community,
i have a couple of LDAP Users in my enviroment. But today the Login-Method of all my users are only displayed as “E-Mail” - NO LDAP
can someone tell whats the problem ist ?
ADFS SAML information users_file
Thanks for your question @mathurin,
One of our community members has responded with the following:
1. acronyms:
* ADFS: [Active Directory Federation Services](https://en.wikipedia.org/wiki/Active_Directory_Federation_Services)
* AD: [Active Directory](https://en.wikipedia.org/wiki/Active_Directory)
* LDAP: [Lightweight Directory Access Protocol](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol)
* JSON: [JavaScript Object Notation](https://en.wikipedia.org/wiki/JSON)
The cited phrase seems to originate from [here (Section "*Migrate to SAML*")](https://docs.mattermost.com/administration/command-line-tools.html). It refers to the third of the three options introduced [here](https://docs.mattermost.com/deployment/sso-saml.html).
I'd appreciate a clarification of the second question. (Pulling from where and for what purpose?)
Aforementioned section suggests that the example file and command have correct syntax, yes.