anewusername / mxpp

Bot for bridging Matrix and XMPP
GNU Affero General Public License v3.0
27 stars 4 forks source link

mxpp not creating rooms on matrix server #9

Open pbialasiewicz opened 6 years ago

pbialasiewicz commented 6 years ago

After installing the mxpp I can start it and it gives me the following output:

INFO     XMPP Logged in!
INFO     Created mapped room with topic name@gmail.com and id !NbwSgkDhYtCjTCvtkK:matrix.name.pl
INFO     Created mapped room with topic name2@gmail.com and id !wZXbpuNmCBAuYxUMNf:matrix.name.pl
INFO     Created mapped room with topic 0ob508kcd82bd319dc06efcl7g@public.talk.google.com and id !AZQJSnJdbABSCgsUJs:matrix.name.pl

Apart from that it is creating two new rooms xmpp-bot-control and xmpp-bot-all_chat and inviting the specified user to them. But it does not create the rooms for other users.

The user for mxpp is an admin user. Mxpp is installed on the same host as the synapse server, and it is connecting to http://localhost:8008.

I have tested it with two working xmpp servers and it gave me the same results (no rooms created for user accounts).

I'm running mxpp in the follwing way:

git clone https://github.com/anewusername/mxpp.git
cd mxpp/
pip3 install -r requirements.txt
python3 -m mxpp.main
anewusername commented 6 years ago

Thanks! Haven't seen this before, will try to replicate.

You can get additional output by changing logging.basicConfig(level=logging.INFO, to logging.basicConfig(level=logging.DEBUG, in mxpp/main.py; I will add a config file interface for making this change when I next get a chance to work on this project.

pbialasiewicz commented 6 years ago

Still no luck with the debug

DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/login HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!wZXbpuNmCBAuYxUMNf:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!oLMAudWhLConKuLjjK:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Recovering special room: all_chat
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!EoxCZyCLXJmUFTZVZO:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!GwpQweRJGIkgeiOHKm:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!NNrMeulpPRhsVpTGFu:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!GLKENlmRstBHcScUOm:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!zWPJUWtuAoAYqgkMdt:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Recovering special room: control
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!LrvxMqLxAzMiGnKLiz:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!BtfdtMMAtLjVtjNfev:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!yvUCTVWIHLebUvlbZB:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!NbwSgkDhYtCjTCvtkK:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!AZQJSnJdbABSCgsUJs:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!UjbDbDgcEZCNbBtsuY:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21oLMAudWhLConKuLjjK%3Amatrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21oLMAudWhLConKuLjjK%3Amatrix.server.pl/state/m.room.name?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Set up special room with topic all_chat and id
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21zWPJUWtuAoAYqgkMdt%3Amatrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21zWPJUWtuAoAYqgkMdt%3Amatrix.server.pl/state/m.room.name?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Set up special room with topic control and id
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/rooms/!oLMAudWhLConKuLjjK:matrix.server.pl/invite?access_token=T0ken HTTP/1.1" 403 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/rooms/!zWPJUWtuAoAYqgkMdt:matrix.server.pl/invite?access_token=T0ken HTTP/1.1" 403 None
DEBUG    Rejoining group chats
DEBUG    Done with bot init
DEBUG    Starting new HTTP connection (1): localhost
INFO     XMPP Logged in!
DEBUG    ######### ROSTER UPDATE ###########
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!wZXbpuNmCBAuYxUMNf:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !wZXbpuNmCBAuYxUMNf:matrix.server.pl (None) [name@gmail.com]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!EoxCZyCLXJmUFTZVZO:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !EoxCZyCLXJmUFTZVZO:matrix.server.pl (None) [name2@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!GwpQweRJGIkgeiOHKm:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !GwpQweRJGIkgeiOHKm:matrix.server.pl (None) [name3@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!NNrMeulpPRhsVpTGFu:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !NNrMeulpPRhsVpTGFu:matrix.server.pl (None) [name4@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!GLKENlmRstBHcScUOm:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !GLKENlmRstBHcScUOm:matrix.server.pl (None) [name5@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!LrvxMqLxAzMiGnKLiz:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !LrvxMqLxAzMiGnKLiz:matrix.server.pl (None) [name6@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!BtfdtMMAtLjVtjNfev:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !BtfdtMMAtLjVtjNfev:matrix.server.pl (None) [name7@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!yvUCTVWIHLebUvlbZB:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !yvUCTVWIHLebUvlbZB:matrix.server.pl (None) [name8@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!NbwSgkDhYtCjTCvtkK:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !NbwSgkDhYtCjTCvtkK:matrix.server.pl (None) [name@gmail.com]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!AZQJSnJdbABSCgsUJs:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !AZQJSnJdbABSCgsUJs:matrix.server.pl (None) [0ob508kcd82bd319dc06efcl7g@public.talk.google.com]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/rooms/!UjbDbDgcEZCNbBtsuY:matrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Unmapped room !UjbDbDgcEZCNbBtsuY:matrix.server.pl (None) [name10@costam.pl]
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108395_498979_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108397_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108398_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108399_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21QWRrWnJYjwJxAgJLeB%3Amatrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
INFO     Created mapped room with topic name@costam.pl and id !QWRrWnJYjwJxAgJLeB:matrix.server.pl
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108400_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108401_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21QWRrWnJYjwJxAgJLeB%3Amatrix.server.pl/state/m.room.name?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108402_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108403_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108405_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108406_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108407_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21wdLTLDKrVmFUqPQTwN%3Amatrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
INFO     Created mapped room with topic name2@costam.pl and id !wdLTLDKrVmFUqPQTwN:matrix.server.pl
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108408_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108409_498980_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21wdLTLDKrVmFUqPQTwN%3Amatrix.server.pl/state/m.room.name?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108410_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108411_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108413_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108414_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108415_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108416_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21WAdRcVdMssqugoHzUm%3Amatrix.server.pl/state/m.room.topic?access_token=T0ken HTTP/1.1" 200 None
INFO     Created mapped room with topic name3@costam.pl and id !WAdRcVdMssqugoHzUm:matrix.server.pl
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108417_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "PUT /_matrix/client/r0/rooms/%21WAdRcVdMssqugoHzUm%3Amatrix.server.pl/state/m.room.name?access_token=T0ken HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108418_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108419_498981_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108419_499015_2094_11435_728_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108419_499020_2094_11436_729_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108420_499064_2096_11436_731_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108420_499069_2096_11436_732_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108420_499113_2096_11436_733_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108420_499116_2096_11436_733_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108420_499174_2096_11436_735_8_1_1338&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108421_499182_2096_11436_735_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108421_499372_2096_11436_737_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108422_499378_2096_11436_738_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108422_499576_2096_11437_740_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108425_499579_2096_11438_744_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108426_499751_2096_11438_744_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108428_499759_2096_11438_744_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    http://localhost:8008 "GET /_matrix/client/r0/sync?since=s108430_499789_2096_11438_744_8_1_1340&access_token=T0ken&timeout=30000&filter=%7B+%22room%22%3A+%7B+%22timeline%22+%3A+%7B+%22limit%22+%3A+10+%7D+%7D+%7D HTTP/1.1" 200 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None
DEBUG    Starting new HTTP connection (1): localhost
DEBUG    http://localhost:8008 "POST /_matrix/client/r0/createRoom?access_token=T0ken HTTP/1.1" 429 None