Skip to content

Instantly share code, notes, and snippets.

@RickCogley
Created June 18, 2016 14:36
Show Gist options
  • Save RickCogley/36f61898b719738b65a93313c085e125 to your computer and use it in GitHub Desktop.
Save RickCogley/36f61898b719738b65a93313c085e125 to your computer and use it in GitHub Desktop.
SimpleChatPython.py Try vector.im
~/d/m/samples ❯❯❯ ./SimpleChatClient.py master ✱
Host (ex: http://localhost:8008 ): https://vector.im
Username: rickcogley
Password:
Room ID/Alias: !QaRABAkxDBNukDoCOY:matrix.org
503: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Temporarily Unavailable</title>
</head><body>
<h1>Service Temporarily Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
<hr>
<address>Apache/2.2.22 (Debian) Server at vector.im Port 443</address>
</body></html>
Check your sever details are correct.
~/d/m/samples ❯❯❯ ./SimpleChatClient.py ⏎ master ✱
Host (ex: http://localhost:8008 ): https://vector.im/beta
Username: rickcogley
Password:
Room ID/Alias: !QaRABAkxDBNukDoCOY:matrix.org
404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /beta/_matrix/client/api/v1/login was not found on this server.</p>
<hr>
<address>Apache/2.2.22 (Debian) Server at vector.im Port 443</address>
</body></html>
Check your sever details are correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment