Collabora WRN WOPI host did not pass optional access_token_ttl|

I set collabora on the instructions. I’m trying to open the document and nothing. Just a gray screen.
In the Docker logs

[ client_req_hdl ] WRN WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:25
any help?

I have the same issue, when the previous version of the docker container worked intermittently, this one does not work at all (it got worse).

My logs are as follows:

subject=/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=localhost
Getting CA Private Key
loolforkit version details: 2.0.1 - 2.0.1
wsd-00025-0026 0:00:24.333634 [ client_req_hdl ] WRN  WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:255
wsd-00025-0026 0:00:24.701499 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:411
wsd-00025-0026 0:00:29.703426 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:411
wsd-00025-0026 0:00:34.703739 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:411
wsd-00025-0026 0:00:39.704928 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:411
wsd-00025-0026 0:00:44.708663 [ client_ws_0001 ] ERR  Failed to get new child. Service Unavailable.| wsd/LOOLWSD.cpp:863
wsd-00025-0026 0:00:44.710808 [ client_ws_0001 ] ERR  ClientRequestHandler::handleClientRequest: WebSocketErrorMessageException: error: cmd=socket kind=serviceunavailable| wsd/LOOLWSD.cpp:1189
office version details: { "ProductName": "Collabora Office", "ProductVersion": "5.1", "ProductExtension": ".10.15", "BuildId": "345fa14e85e6e36ad0280f4e549c70f6b9af1a18" }
wsd-00025-0027 0:01:41.507440 [ client_req_hdl ] WRN  WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:255
wsd-00025-0026 0:01:43.384849 [ client_ws_0002 ] ERR  Error in client request handler: Host not found| wsd/LOOLWSD.cpp:1019
wsd-00025-0027 0:02:23.423052 [ client_ws_0003 ] ERR  Error in client request handler: Host not found| wsd/LOOLWSD.cpp:1019

I am using NGINX and passing the double backslashes to my domain https://icewind.nl/entry/collabora-online/

It’s frankly rather disconcerting that there have been two updates to the docker container that still don’t work, probably because they’re not paying enough attention to external docker hosts. I simply cannot run collabora/code adjacent (i.e. to access 127.0.0.1) to my nextcloud instance as that is already an LXC container.

@xenithorb, your problem is “Host not found”. If you increased the log level, probably you’d know what host was not found.

Nextcloud, which is the WOPI host, did not pass optional access_token_ttl. It is not a problem. As the message says, access_token_ttl is optional.

LOL If I restart the container I get:

kit-00036-0036 0:00:01.790051 [ loolkit ] ERR  symlink("../lo","/opt/lool/child-roots/36/opt/collaboraoffice5.1") failed (errno: File exists)| kit/Kit.cpp:257
kit-00036-0036 0:00:01.791672 [ loolkit ] ERR  Poco Exception: Exception: symlink() failed| kit/Kit.cpp:1721

Doesn’t look like it was engineered to be able to be restarted (stopped/started)