Flask-Web-App-Tutorial icon indicating copy to clipboard operation
Flask-Web-App-Tutorial copied to clipboard

Error in getting the url address after the installation of pip

Open Crownteck opened this issue 1 year ago • 4 comments

Hi I came across your contents when searching on how to learn a python. Your information about on develop "Flask Web App Tutorial" are very fantabulous and seriously educative.

Thank you for impact your knowledge positively

Please i have some issues when following your tutorial and the issue is that , i can't generate how you get the url address http://127.0.0.1:5000 from the terminal after debug. Although , i am very new to python programming language.

Please help me on how to rectify the issue. Thank you

Crownteck avatar Jan 28 '24 06:01 Crownteck

Thats the ip adress to your local host which is hosting the project, with the port pointed to 5000. You don't make that, Flask takes care of it.

maxence-glt avatar Jan 28 '24 06:01 maxence-glt

Thank you for your response

Please how do I check my own host address from the code

On Sun, 28 Jan 2024, 06:59 Maxence, @.***> wrote:

Thats the ip adress to your local host which is hosting the project, with the port pointed to 5000. You don't make that, Flask takes care of it.

— Reply to this email directly, view it on GitHub https://github.com/techwithtim/Flask-Web-App-Tutorial/issues/140#issuecomment-1913478420, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27ZGIOSGVJSG5AYNI7G37LYQXZLPAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGQ3TQNBSGA . You are receiving this because you authored the thread.Message ID: @.***>

Crownteck avatar Jan 28 '24 07:01 Crownteck

By host address do you mean IP? You can do that in your terminal, and 127.0.0.1 is always your localhost

maxence-glt avatar Jan 31 '24 04:01 maxence-glt

Ok, thanks for the clarification.

On Wed, 31 Jan 2024, 04:53 Maxence, @.***> wrote:

By host address do you mean IP? You can do that in your terminal, and 127.0.0.1 is always your localhost

— Reply to this email directly, view it on GitHub https://github.com/techwithtim/Flask-Web-App-Tutorial/issues/140#issuecomment-1918381722, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27ZGIO3T56EIQUCURA7JPTYRHE6FAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJYGM4DCNZSGI . You are receiving this because you authored the thread.Message ID: @.***>

Crownteck avatar Jan 31 '24 13:01 Crownteck