Created
June 18, 2016 14:36
-
-
Save RickCogley/36f61898b719738b65a93313c085e125 to your computer and use it in GitHub Desktop.
SimpleChatPython.py Try vector.im
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
~/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