question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mattermost changed their api

See original GitHub issue

Just upgraded from mattermost 3.4 to 3.5 (team version) and they seem to have changed their api again.

Channel id has moved from msg['channel_id'] to msg['data']['post']['channel_id']. Not sure if there any other breakages. There very well could be, this is just the first one I hit. user_id seems to be the same.

Looks like they’ve switched at least one endpoint too. api/v3/users/profiles/{team_id}.

Thought it would be a more trivial fix than it seems to be, only given it a quick surface glance though…

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
gotliumcommented, Nov 26, 2016

New version now is available at PyPi. Can you check please.

0reactions
firaxiscommented, Nov 26, 2016

Many thanks. It works now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mattermost API Reference
Below are the major changes made between v3 and v4: Endpoint URLs only require team IDs when necessary. For example, getting a channel...
Read more >
Mattermost API Reference (v3.10.0)
Changes to Mattermost Server 3.3 API from 3.2 API. Support. Mattermost core committers work with the community to keep the API documentation up-to-date....
Read more >
REST API - Mattermost Developers
The REST API is a JSON web service that facilitates communication between Mattermost clients, as well as integrations, and the server.
Read more >
Mattermost self-hosted changelog
API Changes. Added a new response-header First-Inaccessible-File-Time to the APIs fetching single file information. Added a new query parameter to include ...
Read more >
Mattermost API Reference (v3.5.1)
The Mattermost server changelog documents API changes since Mattermost server v3.2: Changes to Mattermost Server 3.5 API from 3.4 API · Changes to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found