g0v / twangry

政誌 - Angry event made in Taiwan.
http://fact.g0v.tw
Do What The F*ck You Want To Public License
51 stars 25 forks source link

Unhandled stream error in pipe #14

Closed chilijung closed 11 years ago

chilijung commented 11 years ago
stream.js:81
      throw er; // Unhandled stream error in pipe.
            ^
Error: ENOENT, open '/Users/lijung/Documents/Project/twangry/public/compiled/css/loading@2x.gif'

我用 node app.js 跑起來後,開啟 localhost:8080 會出現這個 error。web server 就掛了。

jimyhuang commented 11 years ago

哪一個頁面? url?

chilijung commented 11 years ago

http://127.0.0.1/ 網站開起來的同時,node server 就掛了。 可以看的到畫面但是感覺是 load static picture 有問題。 因為我在畫面上看的到 timeline 但是看不到 picturs 像是箭頭之類的 我的畫面: 2013-07-27 11 24 04

jimyhuang commented 11 years ago

我猜,Browser中輸入的網址應該要是 http://127.0.0.1:8080/ ~~~

chilijung commented 11 years ago

喔我有~~

jimyhuang commented 11 years ago

疑,我看你畫面沒錯,你的node版本是? 我這裡沒辦法重現,用chrome的develop tools看request,都是正確的

chilijung commented 11 years ago

v0.8.5

jimyhuang commented 11 years ago

我的測試環境都是 v0.10.x XD

看錯誤,像是node處理filename時碰到"@"

chilijung commented 11 years ago

XD 那我待會來更新一下好了

jimyhuang commented 11 years ago

先標示won't fix ~ 更新後若ok,再來關掉這個issue

jimyhuang commented 11 years ago

剛剛重啟,突然就生出Error .... 不過最神奇的是,開 http://127.0.0.1:8080 還都正常

events.js:72 throw er; // Unhandled 'error' event

chilijung commented 11 years ago

我 update node 也沒用想說晚點爬 code,感覺是 node 讀 static file 出問題。應該跟之前是用 nginx 那邊轉過來有關吧?

jimyhuang commented 11 years ago

got it. 你能正常開啟頁面/開發嗎?如果真還不行的話,我開server account來讓你直接進去好了~ 我有弄個簡單的develop env

chilijung commented 11 years ago

我晚點確認問題在跟你說好了~~thanks!

chilijung commented 11 years ago

我的電腦少了 loading@2x.gif 所以我複製了 loading.gif 做出了 loading@2x.gif 就好了~~