Last active
October 17, 2018 19:19
-
-
Save cboulanger/6850f7d548c2e7239d788d4e22b6ef1e to your computer and use it in GitHub Desktop.
/var/log/onlyoffice/documentserver/docservice/err.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2018-10-17 19:08:42.174] [ERROR] nodeJS - postData error: docId = a102f950f78e4e8b6d61;url = http://hub.rechtswirklichkeit.de/onlydocuments/backend/track?key=a102f950f78e4e8b6d61;data = {"key":"a102f950f78e4e8b6d61","status":4,"actions":[{"type":0,"userid":"0fd2a470-8652-4612-a977-246787f385c0"}]} | |
| Error: Error response: statusCode:301 ;body: | |
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | |
| <html><head> | |
| <title>301 Moved Permanently</title> | |
| </head><body> | |
| <h1>Moved Permanently</h1> | |
| <p>The document has moved <a href="https://hub.rechtswirklichkeit.de/onlydocuments/backend/track?key=a102f950f78e4e8b6d61">here</a>.</p> | |
| <hr> | |
| <address>Apache/2.4.10 (Debian) Server at hub.rechtswirklichkeit.de Port 80</address> | |
| </body></html> | |
| at Request._callback (/var/www/onlyoffice/documentserver/server/Common/sources/utils.js:283:18) | |
| at Request.self.callback (/var/www/onlyoffice/documentserver/server/Common/node_modules/request/request.js:185:22) | |
| at emitTwo (events.js:126:13) | |
| at Request.emit (events.js:214:7) | |
| at Request.<anonymous> (/var/www/onlyoffice/documentserver/server/Common/node_modules/request/request.js:1161:10) | |
| at emitOne (events.js:116:13) | |
| at Request.emit (events.js:211:7) | |
| at IncomingMessage.<anonymous> (/var/www/onlyoffice/documentserver/server/Common/node_modules/request/request.js:1083:12) | |
| at Object.onceWrapper (events.js:313:30) | |
| at emitNone (events.js:111:20) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| humhub.config.set({ | |
| "user":{ ... }, | |
| "client":{ | |
| "baseUrl":"https:\/\/hub.rechtswirklichkeit.de"}, | |
| "file":{ | |
| "upload":{"url":"\/file\/file\/upload", | |
| "deleteUrl":"\/file\/file\/delete"}, | |
| "url":{ | |
| "download":"http:\/\/hub.rechtswirklichkeit.de\/file\/file\/download?download=1&guid=-guid-", | |
| "load":"http:\/\/hub.rechtswirklichkeit.de\/file\/file\/download?guid=-guid-"}, | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment