Code Monkey home page Code Monkey logo

onlyoffice-mattermost's Introduction

Mattermost ONLYOFFICE integration plugin

This app enables users to edit office documents from Mattermost using ONLYOFFICE Docs packaged as Document Server - Community or Enterprise Edition.

Features

The app allows to:

  • Edit text documents, spreadsheets, and presentations.
  • Share files with basic permission types - viewing/editing.
  • Co-edit documents in real-time.

Supported formats:

  • For editing: DOCX, XLSX, PPTX.
  • For viewing: XLS, XLSX, CSV, XLSM, XLT, XLTM, ODS, FODS, OTS, PPS, PPSX, PPSM, PPT, PPTX, PPTM, POT, POTX, POTM, ODP, FODP, OTP, DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT, FODT, OTT, RTF.

Installing ONLYOFFICE Docs

You will need an instance of ONLYOFFICE Docs (Document Server) that is resolvable and connectable both from Mattermost and any end clients. ONLYOFFICE Document Server must also be able to POST to Mattermost directly.

Document Server and Mattermost can be installed either on different computers or on the same machine. In case you choose the latter option, you need to set up a custom port for Document Server.

You can install free Community version of ONLYOFFICE Docs or scalable Enterprise Edition with pro features.

To install free Community version, use Docker (recommended) or follow these instructions for Debian, Ubuntu, or derivatives.

To install Enterprise Edition, follow the instructions here.

Community Edition vs Enterprise Edition comparison can be found here.

Installing Mattermost ONLYOFFICE integration plugin

  1. Install Node.js. Check instructions

  2. Install Go. Check instructions

  3. Install make:

    sudo apt install make
  4. Clone the plugin branch:

    git clone https://github.com/ONLYOFFICE/onlyoffice-mattermost.git
  5. Install the dependencies:

    cd onlyoffice-mattermost/webapp/
    npm install --legacy-peer-deps
  6. Go to the project root and start the build:

    cd onlyoffice-mattermost/
    make dist

    Please note: if Error: error:0308010C:digital envelope routines::unsupported occurs, add the export NODE_OPTIONS=--openssl-legacy-provider variable.

Plugin settings

Settings

  • Document Editing Service address: The URL and port of the installed ONLYOFFICE Document Server.

  • Secret key: Starting from version 7.2, JWT is enabled by default and the secret key is generated automatically to restrict the access to ONLYOFFICE Docs and for security reasons and data integrity. Specify your own secret key in the Mattermost plugin configuration. In the ONLYOFFICE Docs config file, specify the same secret key and enable the validation.

  • JWT Header: If JWT protection is enabled, it is necessary to specify a custom header name since the Mattermost security policy blocks external 'Authorization' Headers. This header should be specified in the ONLYOFFICE Docs signature settings as well (further information can be found here).

  • JWT Prefix: Used to specify the ONLYOFFICE Docs prefix.

Using Mattermost ONLYOFFICE integration plugin

Users are able to open files sent in personal and group Mattermost chats for viewing and co-editing.

When files are sent in the chat message, the following actions are available in the file context menu by clicking the ⋮ symbol:

  • Open file in ONLYOFFICE and Change access rights — for the author of the message.
  • Open file in ONLYOFFICE — for the recipient of the message.

Settings

When clicking on the Open file in ONLYOFFICE button, the corresponding ONLYOFFICE editor opens in the same window.

Settings

The author of the message with attached documents is able to change access rights to the file via the context menu using the Change access rights option. This action is available both in personal and group chats.

Settings

ONLYOFFICE bot sends notifications about changes in the document specifying the name of the user who made those changes.

Settings

ONLYOFFICE Docs editions

ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.

ONLYOFFICE Docs packaged as Document Server:

  • Community Edition (onlyoffice-documentserver package)
  • Enterprise Edition (onlyoffice-documentserver-ee package)

The table below will help you make the right choice.

Pricing and licensing Community Edition Enterprise Edition
Get it now Start Free Trial
Cost FREE Go to the pricing page
Simultaneous connections up to 20 maximum As in chosen pricing plan
Number of users up to 20 recommended As in chosen pricing plan
License GNU AGPL v.3 Proprietary
Support Community Edition Enterprise Edition
Documentation Help Center Help Center
Standard support GitHub or paid One year support included
Premium support Buy Now Buy Now
Services Community Edition Enterprise Edition
Conversion Service + +
Document Builder Service + +
Interface Community Edition Enterprise Edition
Tabbed interface + +
Dark theme + +
150% scaling + +
White Label - -
Integrated test example (node.js) + +
Mobile web editors - +
Access to pro features via desktop - +
Plugins & Macros Community Edition Enterprise Edition
Plugins + +
Macros + +
Collaborative capabilities Community Edition Enterprise Edition
Two co-editing modes + +
Comments + +
Built-in chat + +
Review and tracking changes + +
Display modes of tracking changes + +
Version history + +
Document Editor features Community Edition Enterprise Edition
Font and paragraph formatting + +
Object insertion + +
Adding Content control - +
Editing Content control + +
Layout tools + +
Table of contents + +
Navigation panel + +
Mail Merge + +
Comparing Documents - +
Spreadsheet Editor features Community Edition Enterprise Edition
Font and paragraph formatting + +
Object insertion + +
Functions, formulas, equations + +
Table templates + +
Pivot tables + +
Data validation + +
Conditional formatting + +
Sheet Views - +
Presentation Editor features Community Edition Enterprise Edition
Font and paragraph formatting + +
Object insertion + +
Transitions + +
Presenter mode + +
Notes + +
Get it now Start Free Trial

In case of technical problems, the best way to get help is to submit your issues here. Alternatively, you can contact ONLYOFFICE team on forum.onlyoffice.com.

onlyoffice-mattermost's People

Contributors

dependabot[bot] avatar kseniafedoruk avatar linneys avatar maria-sukhova avatar nsenz avatar svetlana81 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

onlyoffice-mattermost's Issues

can't open the doc by onlyoffice

Hi,

After clicking Open file in ONLYOFFICE , only a loading page appeared with only a close button on it.
The document cannot be opened by onlyoffice.

close

console log:
ObjectMultiplex - orphaned data for stream "publicConfig"

server log:
{"timestamp":"2023-08-14 22:39:32.789 +08:00","level":"info","msg":"[ONLYOFFICE CMD]: The server responded without errors","caller":"app/plugin_api.go:973","plugin_id":"com.onlyoffice.mattermost"} {"timestamp":"2023-08-14 22:39:32.797 +08:00","level":"info","msg":"Loaded system translations","caller":"i18n/i18n.go:132","for locale":"zh-CN","from locale":"/opt/mattermost/i18n/zh-CN.json"} {"timestamp":"2023-08-14 22:39:43.996 +08:00","level":"info","msg":"recovering from runtime error: invalid memory address or nil pointer dereference with url: /api/editor?file=t96t8zdiqjb4xk1aj8w84f1fxy&lang=zh-CN","caller":"io/io.go:429","plugin_id":"com.onlyoffice.mattermost","source":"plugin_stdout"}

CentOS: 7.6
MatterMost: 8.0.1
Plugin: 1.1.1
OnlyOffice: 7.4.0

config sending of notifications

It would be really great if an Office document posted to a channel could be configured to send or not notifications of updates to that channel. Maybe in the menu under change access rights.

Compliments for this excellent plugin! We use it extensively.

Plugin Failed to start (Invalid character)

I run into an error, when I try to enable the plugin. I downloaded the release 1.1.0 and uploaded the .gz file to the server.
After that, i filled out all the necressary settings and tried to start the plugin.
Now I get this error:

image

What can cause this problem?

Unable to build the plugin

Cloned the main branch. Entered the root directly. Then tried: npm install --legacy-peer-deps.

Error:

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\Local Projects\Mattermost Plugins\OnlyOffice\onlyoffice-mattermost/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Local Projects\Mattermost Plugins\OnlyOffice\onlyoffice-mattermost\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

Environment-
OS: Windows 11
Node: v18.16.1
npm: v9.8.0

Error `Token used before issued`

Hi,
just upgraded to the latest version, thanks for the fixes :D
But there is still a little glitch.

When we edit a file, sometimes this error show up :

image

OnlyOffice log :

2023-02-23T08:17:46+01:00 [2023-02-23T07:17:46.050] [ERROR] nodeJS - postData error: url = https://mattermost.expr.in.ac-lille.fr/plugins/com.onlyoffice.mattermost/api/callback?file=6p9pfk3dijncixwg797kywmakr;data = {"key":"3c659b73674b350ecb268031828ea8d3","status":1,"users":["phip8p5gcfnaf84zfx8k5bjjwy"],"actions":[{"type":1,"userid":"phip8p5gcfnaf84zfx8k5bjjwy"}],"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiIzYzY1OWI3MzY3NGIzNTBlY2IyNjgwMzE4MjhlYThkMyIsInN0YXR1cyI6MSwidXNlcnMiOlsicGhpcDhwNWdjZm5hZjg0emZ4OGs1Ympqd3kiXSwiYWN0aW9ucyI6W3sidHlwZSI6MSwidXNlcmlkIjoicGhpcDhwNWdjZm5hZjg0emZ4OGs1Ympqd3kifV0sImlhdCI6MTY3NzEzNjY2NiwiZXhwIjoxNjc3MTM2OTY2fQ.T7Am61MCIlsL3vVYaUOJKndHJR-IXf68MhirANBEeVk"} Error: Error response: statusCode:403; headers:{"server":"nginx","date":"Thu, 23 Feb 2023 07:17:45 GMT","content-type":"application/json","content-length":"12","connection":"keep-alive","vary":"Origin"}; body:

Mattermost log :

{"timestamp":"2023-02-23 08:17:45.731 +01:00","level":"error","msg":"Token used before issued","caller":"app/plugin_api.go:976","plugin_id":"com.onlyoffice.mattermost"}

In deed, sometime there is a little clock skew (in millisecond) between onlyoffice-docs and mattermost servers

There is an issue about this on the jwt library repo you are using : golang-jwt/jwt#98
And now check of the JWT Issued At field is disabled by default in the upcoming v5 release (first release candidate yesterday).

Can you update golang-jwt library as soon as the v5 is released ?
Thanks a lot !

Regards,
Yoann.

JWT header Authorisation ERROR after last update

Hello Team,

Thank you for the job, but after updating to version 1.1.3, we encountered the following error:

  "timestamp": "2023-11-24 07:58:19.098 Z",
  "level": "error",
  "msg": "[ONLYOFFICE Handler]: could not extract jwt with the header specified. Please validate your JWT Header settings",
  "caller": "app/plugin_api.go:984",
  "plugin_id": "com.onlyoffice.mattermost"

Our Settings:
JWT Header: AuthorizationJWT
Prefix: Bearer

https mattermost with context and http onlyoffice integration issues

Hello, I have an address where mattermost runs on https and has context. The path is similar to the following.
https://mydomain/mattermost/
When I click open file in ONLYOFFICE , the request is
https://mydomain/plugins/com.onlyoffice.mattermost/api/editor?file=filekey
So a 404 error occurred
Since I couldn't find a place to modify the context, and the mattermost siteurl didn't work here, I modified the hard coding.
export const ONLYOFFICE_PLUGIN_API = `/mattermost/plugins/${pluginName}/api`;
The request worked, but since my onlyoffice is on http, a mixed-content error occurred.
http://onlyoffice-domain/web-apps/apps/api/documents/api.js
Is there anything you can help me with, thank you

use without JWT

Hello!
We're using OnlyOffice DocumentServer with some integrations. Those systems doesn't support JWT, so we disabled it.
for now we're exploring integration with Mattermost and it seems that it doesn't work without JWT (if I leave filed blank three dots doesn't appears on document attach). As it true and wee need another instanse OO with JWT enabled or I miss something?
Thank you!

Error when enable the ONLYOFFICE plugin

My mattermost server show error when enable plugin:
{"timestamp":"2023-09-28 10:28:13.246 +07:00","level":"info","msg":"plugin process exited","caller":"plugin/hclog_adapter.go:61","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"pathplugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid414896"} {"timestamp":"2023-09-28 10:28:13.246 +07:00","level":"error","msg":"Unable to activate plugin","caller":"app/plugin.go:171","plugin_id":"com.onlyoffice.mattermost","bundle_path":"plugins/com.onlyoffice.mattermost","error":"Post \"https://mydomain/coauthoring/CommandService.ashx\": context deadline exceeded"}

Mattermost server: 9.0.0
ONLYOFFICE plugin : 1.1.2
Command to run ONLYOFFICE Docker: sudo docker run -i -t -d -p 8080:80 -p 8081:443 -e JWT_ENABLED=true -e JWT_SECRET=PVtfmfeX/6+XPlAVHEcLimrZsQgoeyiP5j/wbemiprI= -e JWT_HEADER=mattermost onlyoffice/documentserver
I generate jwt_private_key: openssl rand -base64 32

My config in mattermost:
image

My nginx proxy config for OnlyOffice Document Server:

 # Required for only office document server
map $http_x_forwarded_proto $the_scheme {
        default $http_x_forwarded_proto;
        "" $scheme;
    }

map $http_x_forwarded_host $the_host {
        default $http_x_forwarded_host;
        "" $host;
    }

map $http_upgrade $proxy_connection {
        default upgrade;
        "" close;
    }


server {

 listen       443 ssl;

 server_name  mydomain;

   location / {

        # THIS ONE IS IMPORTANT ! - Trailing slash !
        proxy_pass http://myonlyoffice:8080;

        proxy_http_version 1.1;
        client_max_body_size 50M; # Limit Document size to 100MB
        proxy_read_timeout 3600s;
        proxy_connect_timeout 3600s;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $proxy_connection;

        # THIS ONE IS IMPORTANT ! - Subfolder and NO trailing slash !
        proxy_set_header X-Forwarded-Host $the_host;

        proxy_set_header X-Forwarded-Proto $the_scheme;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }
    ssl_certificate /etc/letsencrypt/live/mydomain/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/mydomain/privkey.pem; # managed by Certbot
}

thanks

plugin RPC connection is not responding

Hi there,

I am trying to install the plugin but I have a similar issue as in #27, however we are not using S3 storage and have installed the latest version from the release page. The first time I try to open a file I get a 500 error, then a 404.
The OnlyOffice instance is successfully used with nextcloud.

From the console log after activating the plugin.

INF i18n/i18n.go:132 > timestamp=2023-07-20 23:05:18.288 Z msg=Loaded system translations for locale=de from locale=/mattermost/i18n/de.json

WRN api4/config.go:436 > timestamp=2023-07-20 23:05:24.934 Z msg=Unrecognized config permissions tag value. tag_value=sysconsole_write_*_read

ERR plugin/client_rpc.go:268 > timestamp=2023-07-20 23:05:25.192 Z msg=RPC call to OnActivate plugin failed. plugin_id=com.onlyoffice.mattermost error=unexpected EOF

ERR plugin/hclog_adapter.go:79 > timestamp=2023-07-20 23:05:25.192 Z msg=plugin process exited plugin_id=com.onlyoffice.mattermost wrapped_extras=pathplugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid1338errorexit status 2

ERR plugin/client_rpc_generated.go:67 > timestamp=2023-07-20 23:05:25.195 Z msg=RPC call OnConfigurationChange to plugin failed. plugin_id=com.onlyoffice.mattermost error=connection is shut down

INF i18n/i18n.go:132 > timestamp=2023-07-20 23:05:25.201 Z msg=Loaded system translations for locale=de from locale=/mattermost/i18n/de.json

WRN plugin/health_check.go:59 > timestamp=2023-07-20 23:05:26.841 Z msg=Health check failed for plugin id=com.onlyoffice.mattermost error=plugin RPC connection is not responding

WRN plugin/hclog_adapter.go:70 > timestamp=2023-07-20 23:05:26.841 Z msg=error closing client during Kill plugin_id=com.onlyoffice.mattermost wrapped_extras=errconnection is shut down

WRN plugin/hclog_adapter.go:72 > timestamp=2023-07-20 23:05:26.841 Z msg=plugin failed to exit gracefully plugin_id=com.onlyoffice.mattermost

ERR plugin/client_rpc.go:268 > timestamp=2023-07-20 23:05:27.101 Z msg=RPC call to OnActivate plugin failed. plugin_id=com.onlyoffice.mattermost error=unexpected EOF

ERR plugin/hclog_adapter.go:79 > timestamp=2023-07-20 23:05:27.101 Z msg=plugin process exited plugin_id=com.onlyoffice.mattermost wrapped_extras=pathplugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid1351errorexit status 2

WRN plugin/health_check.go:59 > timestamp=2023-07-20 23:05:56.841 Z msg=Health check failed for plugin id=com.onlyoffice.mattermost error=plugin RPC connection is not responding

WRN plugin/hclog_adapter.go:70 > timestamp=2023-07-20 23:05:56.841 Z msg=error closing client during Kill plugin_id=com.onlyoffice.mattermost wrapped_extras=errconnection is shut down

WRN plugin/hclog_adapter.go:72 > timestamp=2023-07-20 23:05:56.841 Z msg=plugin failed to exit gracefully plugin_id=com.onlyoffice.mattermost

ERR plugin/client_rpc.go:268 > timestamp=2023-07-20 23:05:57.099 Z msg=RPC call to OnActivate plugin failed. plugin_id=com.onlyoffice.mattermost error=unexpected EOF

ERR plugin/hclog_adapter.go:79 > timestamp=2023-07-20 23:05:57.099 Z msg=plugin process exited plugin_id=com.onlyoffice.mattermost wrapped_extras=pathplugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid1371errorexit status 2

After opening a file:

WRN plugin/health_check.go:59 > timestamp=2023-07-20 23:06:26.841 Z msg=Health check failed for plugin id=com.onlyoffice.mattermost error=plugin RPC connection is not responding

WRN plugin/hclog_adapter.go:70 > timestamp=2023-07-20 23:06:26.841 Z msg=error closing client during Kill plugin_id=com.onlyoffice.mattermost wrapped_extras=errconnection is shut down

WRN plugin/hclog_adapter.go:72 > timestamp=2023-07-20 23:06:26.841 Z msg=plugin failed to exit gracefully plugin_id=com.onlyoffice.mattermost

Versions :

Mattermost :  7.10.3 EE via docker
Plugin : v1.1.1
OnlyOffice Docs : 7.4.0 via docker

Unable to enable the ONLYOFFICE plugin

condition:
I'm trying to use the ONLYOFFICE plugin from mattermost.
However, I'm getting an error and I'm not able to activate the ONLYOFFICE plugin properly.

versions:

  • Mattermost: 5.39.0
  • ONLYOFFICE Plugin:1.0.0
  • ONLYOFFICE 6.3.1

Expected behavior:
The ONLYOFFICE plugin should be activated

Actual behavior:
When I press the enable button, it immediately returns to disabled.

Settings:
Document Editing Service address: https:///
Secret key (leave blank to disable):

image

Logs:

grep mattermost.log on mattermost server
$ grep "onlyoffice" mattermost.log

{"level":"debug","ts":1633662790.9968615,"caller":"plugin/hclog_adapter.go:52","msg":"starting plugin","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"path/opt/mattermost-data/plugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64args[/opt/mattermost-data/plugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64]"}
{"level":"debug","ts":1633662790.9973962,"caller":"plugin/hclog_adapter.go:52","msg":"plugin started","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"path/opt/mattermost-data/plugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid19881"}
{"level":"debug","ts":1633662790.997437,"caller":"plugin/hclog_adapter.go:52","msg":"waiting for RPC address","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"path/opt/mattermost-data/plugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64"}
{"level":"debug","ts":1633662791.0458398,"caller":"plugin/hclog_adapter.go:52","msg":"plugin address","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"address/tmp/plugin1056552694networkunixtimestamp2021-10-08T12:13:11.045+0900"}
{"level":"debug","ts":1633662791.045999,"caller":"plugin/hclog_adapter.go:52","msg":"using plugin","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"version1"}
{"level":"error","ts":1633662791.1856277,"caller":"[email protected]/stream.go:15","msg":" call to OnConfigurationChange failed, error: [ONLYOFFICE]: The server responded with an error: 6","plugin_id":"com.onlyoffice.mattermost","source":"plugin_stderr"}
{"level":"debug","ts":1633662791.2379296,"caller":"plugin/hclog_adapter.go:52","msg":"plugin process exited","plugin_id":"com.onlyoffice.mattermost","wrapped_extras":"path/opt/mattermost-data/plugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid19881"}
{"level":"debug","ts":1633662791.238019,"caller":"plugin/hclog_adapter.go:54","msg":"plugin exited","plugin_id":"com.onlyoffice.mattermost"}

Not open document in onlyoffice - Download failed

Hi,

After clicking Open file in ONLYOFFICE, it cannot load a document.

Error:
Download failed
Press 'OK' to return to the document list.
Capture

Onlyoffice is run on different servers. and access via https://onlyoffice.domain.com/

The onlyoffice settings are below I have written fake details for security purposes. in real cases onlyoffice details are correct.
Capture1

onlyoffice server error log:
[2023-12-20T16:27:16.049] [ERROR] [localhost] [36fbef9366fcc77ff1735e2a2861be37] [ka978ddmupn8uc7g7s1h7gyrta] nodeJS - error downloadFile:url=https://domain.com/plugins/com.onlyoffice.mattermost/api/download?id=twezfmo49pn8upxo4wbampuqnc;attempt=1;code:null;connect:null Error: Error response: statusCode:403; headers:{"server":"nginx/1.18.0 (Ubuntu)","date":"Wed, 20 Dec 2023 16:27:16 GMT","content-length":"0","connection":"keep-alive"}; at Request.fResponse (/snapshot/server/build/server/Common/sources/utils.js) at Request.emit (events.js:400:28) at Request.onRequestResponse (/snapshot/server/build/server/Common/node_modules/request/request.js:1066:10) at ClientRequest.emit (events.js:400:28) at HTTPParser.parserOnIncomingClient (_http_client.js:647:27) at HTTPParser.parserOnHeadersComplete (_http_common.js:127:17) at HTTPParser.execute (<anonymous>) at TLSSocket.socketOnData (_http_client.js:515:22) at TLSSocket.emit (events.js:400:28) at addChunk (internal/streams/readable.js:293:12) at readableAddChunk (internal/streams/readable.js:267:9) at TLSSocket.Readable.push (internal/streams/readable.js:206:10) at TLSWrap.onStreamRead (internal/stream_base_commons.js:188:23)

Plugin not working

Hello,

I'm trying to use the ONLYOFFICE plugin from Mattermost.
However, I'm getting an error "500 internal server error" :

image

From the console log :

warn [2023-01-06 16:19:14.465 +01:00] Health check failed for plugin caller="plugin/health_check.go:59" id=com.onlyoffice.mattermost error="plugin RPC connection is not responding"
warn [2023-01-06 16:19:14.465 +01:00] error closing client during Kill caller="plugin/hclog_adapter.go:70" plugin_id=com.onlyoffice.mattermost wrapped_extras="errconnection is shut down"
warn [2023-01-06 16:19:14.465 +01:00] plugin failed to exit gracefully caller="plugin/hclog_adapter.go:72" plugin_id=com.onlyoffice.mattermost
error [2023-01-06 16:19:34.197 +01:00] RPC call to OnActivate plugin failed. caller="plugin/client_rpc.go:268" plugin_id=com.onlyoffice.mattermost error="unexpected EOF"
error [2023-01-06 16:19:34.197 +01:00] plugin process exited caller="plugin/hclog_adapter.go:79" plugin_id=com.onlyoffice.mattermost wrapped_extras="pathplugins/com.onlyoffice.mattermost/server/dist/plugin-linux-amd64pid1633errorexit status 2"
error [2023-01-06 16:19:34.217 +01:00] RPC call OnConfigurationChange to plugin failed. caller="plugin/client_rpc_generated.go:67" plugin_id=com.onlyoffice.mattermost error="connection is shut down"

Versions :

  • Mattermost : 7.5.2
  • Plugin : 1.1.0
  • OnlyOffice Docs : 7.2.1

Is the plugin really compatible with version 7.5.2 of Mattermost ?

Thanks for your help.
Regards.
Yoann.

How to display the full file name?

Sometimes user upload multiple files with similar file names, but mattermost cannot display the full file names. This results in the user not being able to distinguish files well. How to display the full file name?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.