hi-ogawa / wordCollector

https://chrome.google.com/webstore/detail/word-collector/jfeinpeakgoblpcelmhdhajmdoeoifap
0 stars 0 forks source link

chrome: when pressing popup icon, it seems the request for category listing goes wrong sometimes. #38

Closed hi-ogawa closed 9 years ago

hi-ogawa commented 9 years ago

Started GET "/api/users/1" for 127.0.0.1 at 2015-08-28 23:24:57 +0900 [2015-08-28 23:24:57] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:14 /Users/hiogawa/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:80:in eof?' /Users/hiogawa/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:80:inrun' /Users/hiogawa/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in block in start_thread' Processing by Api::V1::UsersController#show as JSON Parameters: {"id"=>"1"} User Load (0.4ms) SELECTusers.* FROMusersWHEREusers.auth_token= 'wMAi6EPK_rWRxzzbzYML' LIMIT 1 User Load (0.3ms) SELECTusers.* FROMusersWHEREusers.id= 1 LIMIT 1 Category Load (0.4ms) SELECTcategories.* FROMcategoriesWHEREcategories.user_id` = 1 Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 1.1ms)

hi-ogawa commented 9 years ago

then backbone isn't loaded at all.

hi-ogawa commented 9 years ago

it doesn't happen on production, so I assume this is because of webrick or something?