Link to the code I am executing
I am trying to execute this Decentralized File Sharing App and the code runs smoothly but when I click on the "Connect to Block Chain" option I am encountering an Internal Server Error.
In the command Line, it shows
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5111): Max retries exceeded with url: /get_c hain (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000002734F5FDFF0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
What could be the reason behind it?