You should not include a trailing "." in the URL.

Here's my console for comparison:

Starting server in PID 67282.
Starting HTTP server on http://0.0.0.0:6543
127.0.0.1 - - [28/Oct/2016 00:35:01] "GET / HTTP/1.1" 302 548
127.0.0.1 - - [28/Oct/2016 00:35:01] "GET /plain HTTP/1.1" 200 57

Note that you should have a 302 redirect from `/` to the 200 `/plain`.

I think you are in the wrong directory when invoking `pserve development.ini 
--reload`.

Did you omit any sub-step within this step?

Did you run the tests first?

Did you follow all the steps in the entire Quick Tutorial in sequence, or jump 
right to this step?

Finally, compare your source files against ours:
https://github.com/Pylons/pyramid/tree/1.7-branch/docs/quick_tutorial/request_response

--steve


On 10/28/16 at 1:11 AM, [email protected] (Rado Duoistin) pronounced:

> Sorry.
> My console output. 
> 
> Starting subprocess with file monitor
> Starting server in PID 6804.
> Starting HTTP server on http://0.0.0.0:6543
> 127.0.0.1 - - [28/Oct/2016 10:58:55] "GET / HTTP/1.1" 200 521
> 127.0.0.1 - - [28/Oct/2016 10:59:02] "GET /plain HTTP/1.1" 404 542
> 
> Error mesage.
> 
> 404 Not FoundThe resource could not be found.
> 
> /plain.
> 
> Where should I include a trailing "." ?
> 
> 
> 
> пятница, 28 октября 2016 г., 10:37:42 UTC+3 пользователь Steve Piercy 
> написал:
> >
> > What's your console output? 
> >
> > What's the exact error message? 
> >
> > Did you include a trailing "."?  You should not. 
> >
> > I cannot replicate the issue without further information. 
> >
> > --steve 
> >
> >
> >
> >
> > ------------------------ 
> > Steve Piercy, Soquel, CA 
> >
> >
> 

------------------------
Steve Piercy, Soquel, CA

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/r471Ps-1085i-2B0F6514D3BD410EAD7FFCAF6B7BDB73%40stevepi-mbp.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to