Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neoighodaro committed Jul 24, 2018
1 parent 96aa861 commit c61fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# python-pusher-chat-widget
This is a demo of a real-time chat widget powered by [Python](https://www.python.org/) and [Pusher](https://pusher.com/) Channels. You can read about how it was created on [Pusher's blog](https://blog.pusher.com/author/neo/).
This is a demo of a real-time chat widget powered by [Python](https://www.python.org/) and [Pusher](https://pusher.com/) Channels. You can read about how it was created on [Pusher's blog](https://pusher.com/tutorials/chat-widget-python).

## Getting Started

Expand Down

1 comment on commit c61fdb9

@afsarif
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I have followed the instructions step by step. But I face with the following error, and it doesn't send any information to the admin.

File "c:\fatemeh\my_projects\onlinechat\pychat.venv\lib\site-packages\requests\adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-apl.pusher.com', port=443): Max retries exceeded with url: /apps/1097283/events?auth_key=8c73fbc6403828a80452&auth_signature=4274b082539aa18f47e69f2c657866f8db9bce69dc6302b3568dcde705d7298d&auth_timestamp=1603739336&auth_version=1.0&body_md5=d288b7519c6a2c14515c8217e644fe84 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000016F14E1E710>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))

Please sign in to comment.