blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

404 Not Found

Open parul-k opened this issue 5 years ago • 2 comments

Hi Friends, I am new to Block chain. I am trying to learn block chain with the help of documentation provided here. In blockchain.py file I have changed the following code: app.run(host='0.0.0.0', port=port) to app.run(host='127.0.0.1', port=port) but instead of showing any results, it is displaying the 404 Not Found Error, --- The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.--

Any help in this regard would be highly appreciable.

parul-k avatar Mar 25 '20 12:03 parul-k

same here any help ?

d2bugs avatar Nov 18 '21 10:11 d2bugs

Hi Saleh, This did not work for me. I used this one instead of that: https://github.com/satwikkansal/python_blockchain_app

On Thu, Nov 18, 2021 at 3:35 PM Saleh Eddine Touil @.***> wrote:

same here any help ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dvf/blockchain/issues/177#issuecomment-972717459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOLQQ3PYJ6CI7P6ZGMS72J3UMTFXZANCNFSM4LTNHO3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

parul-k avatar Nov 20 '21 08:11 parul-k