rajvasani / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
0 stars 0 forks source link

startup error when browsing http://localhost:8000 #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I installed pubsubhubbub according with the very simple instructions.
Then I tried to run

>  google_appengine/dev_appserver.py src/ -p 8000 --datastore_path=/tmp/tubes1

I browse

>   http://localhost:8000

I receive many errors in the terminal output:
...........
ERROR    2011-04-18 07:23:15,616 dev_appserver.py:2642] Error encountered 
reading file 
"/home/marino/provanuovopshb/pshb-example/src/static/css/reset-min.css":
[Errno 2] No such file or directory: 
'/home/marino/provanuovopshb/pshb-example/src/static/css/reset-min.css'
.....
ERROR    2011-04-18 07:23:15,662 dev_appserver.py:2642] Error encountered 
reading file "/home/marino/provanuovopshb/pshb-example/src/static/js/jquery.js":
[Errno 2] No such file or directory: 
'/home/marino/provanuovopshb/pshb-example/src/static/js/jquery.js'
.......

> ls src/static/css
ls: cannot access src/static/css: No such file or directory
> ls src/static/js
  model.js  ui.js

a problem in setup.sh ?

I am running python 2.6.5 on linux ubuntu  10.04

Marino

Original issue reported on code.google.com by sgn...@gmail.com on 18 Apr 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Due to the approaching shutdown of Google Code 
(http://google-opensource.blogspot.ch/2015/03/farewell-to-google-code.html) 
we're moving all public PubSubHubbub development to the pubsubhubbub 
organization on Github:

https://github.com/pubsubhubbub

The protocol spec resides under https://github.com/pubsubhubbub/PubSubHubbub 
while the various client libraries and example applications have separate 
repositories.

Wiki content has been migrated to the PubSubHubbub project as well:

https://github.com/pubsubhubbub/PubSubHubbub/wiki

Please re-open your issue on GitHub if it's still relevant. 

Original comment by the...@google.com on 18 May 2015 at 7:25