Skip to content

Instantly share code, notes, and snippets.

@filterfish
Created September 27, 2015 11:50
Show Gist options
  • Save filterfish/8d7ff314fe50a53097f9 to your computer and use it in GitHub Desktop.
Save filterfish/8d7ff314fe50a53097f9 to your computer and use it in GitHub Desktop.
matrix log.
=Synapse log
2015-09-27 11:37:57,768 - synapse.access.https.8448 - 489 - INFO - GET-1332- 192.168.42.1 - 8448 - Received request: GET /_matrix/client/api/v1/directory/room/%23bar%3Amatrix.dgvz.net
2015-09-27 11:37:57,773 - synapse.access.https.8448 - 506 - INFO - GET-1332- 192.168.42.1 - 8448 - {None} Processed request: 4ms 85B 200 "GET /_matrix/client/api/v1/directory/room/%23bar%3Amatrix.dgvz.net HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36"
2015-09-27 11:37:58,014 - synapse.access.https.8448 - 489 - INFO - POST-1333- 192.168.42.1 - 8448 - Received request: POST /_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=<redacted>
2015-09-27 11:37:58,026 - synapse.http.server - 107 - ERROR - POST-1333- Failed handle request synapse.http.server._async_render on <synapse.rest.client.v1.ClientV1RestResource object at 0x389ea10>: <SynapseRequest at 0x413ce60 method=POST uri=/_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=<redacted> clientproto=HTTP/1.0 site=8448>
Traceback (most recent call last):
File "/var/lib/matrix/synapse/local/lib/python2.7/site-packages/synapse/http/server.py", line 86, in wrapped_request_handler
yield d
RuntimeError: Failed to send to any server.
2015-09-27 11:37:58,028 - synapse.access.https.8448 - 506 - INFO - POST-1333- 192.168.42.1 - 8448 - {@rgh:matrix.dgvz.net} Processed request: 13ms 49B 500 "POST /_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=<redacted> HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36"
=Browser message:
Unable to complete your request. (500)
= Browser Console
POST https://matrix.dgvz.net/_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=QHJnaDptYXRyaXguZGd2ei5uZXQ..tKYPuvlMOLgLekbvQs 500 (Internal Server Error)
event-handler-service.js:591 joinRoom: {"data":{"error":"Internal server error"},"status":500,"config":{"method":"POST","transformRequest":[null],"transformResponse":[null],"url":"https://matrix.dgvz.net/_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net","params":{"access_token":"QHJnaDptYXRyaXguZGd2ei5uZXQ..tKYPuvlMOLgLekbvQs"},"data":{},"headers":{"Accept":"application/json, text/plain, */*","Content-Type":"application/json;charset=utf-8"},"timeout":35000},"statusText":"Internal Server Error"}
=Chromium Network Pane
== General
Remote Address:202.4.232.19:443
Request URL:https://matrix.dgvz.net/_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=QHJnaDptYXRyaXguZGd2ei5uZXQ..tKYPuvlMOLgLekbvQs
Request Method:POST
Status Code:500 Internal Server Error
==Response headers
HTTP/1.1 500 Internal Server Error
Server: nginx
Date: Sun, 27 Sep 2015 11:37:58 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Content-Encoding: gzip
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
== Request headers
POST /_matrix/client/api/v1/join/%23bar%3Amatrix.dgvz.net?access_token=QHJnaDptYXRyaXguZGd2ei5uZXQ..tKYPuvlMOLgLekbvQs HTTP/1.1
Host: matrix.dgvz.net
Connection: keep-alive
Content-Length: 2
Accept: application/json, text/plain, */*
Origin: https://matrix.dgvz.net
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://matrix.dgvz.net/_matrix/client/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.8
Cookie: JSESSIONID.1bb98954=9isuulqrkl2a1e6rnqf1421de
==Query String Parameters
access_token=QHJnaDptYXRyaXguZGd2ei5uZXQ..tKYPuvlMOLgLekbvQs
== Request Payload
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment