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

Nenad Ristov
4,647 PointsCan'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?

Nenad Ristov
4,647 PointsJosh Keenan, I uploaded to GitHub. Here's a link https://github.com/nenadristov/social_app_treehouse
1 Answer

Josh Stephens
13,529 PointsLooks 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
Josh Keenan
19,652 PointsJosh Keenan
19,652 PointsCan you post your code?