Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Nenad Ristov
Nenad Ristov
4,647 Points

Can't see the register view of the social app

I wrote the exact code as Kenneth for the Social app in IDLE. The app starts correctly but when I type http://127.0.0.1:8090/register in the browser to see the registration view. It says that the site can't be reached. Does anyone know what could be the problem?

Josh Keenan
Josh Keenan
19,652 Points

Can you post your code?

1 Answer

Looks like you have your app set to use port 8000 https://github.com/nenadristov/social_app_treehouse/blob/master/app.py#L6 on this line instead of 8090