Forum Discussion
el_wubo
16 years agoVisitor
"paul2102" wrote:
That is what I did. I tried several paths and couldn't find any one for python that worked. I get the same error message when going to localhost:8001 with the server connected or not. error:404 Not Found.
Thanks
Definitely try what hammerpocket suggested.
Let me repeat back what you said to see if I have this right:
You clicked on "Start Server". You were running springboard in debug mode so you immediately saw "(61,'Connection refused')" in your terminal window. You then pointed your browser at http://localhost:8001/feed and got a 404. Am I close?
After you try what hammerpocket suggested, try running rss_server.py directly. If it's a python path problem then launching directly should run rss_server.py with the same python that's successfully running springboard (which is the python springboard suggests you use by default.) While rss_server.py is running try your browser test again.
Related Content
- 7 months ago