Javascript errors when paging through feeds with j/k or arrow keys

I’ve consistently had this problem in Chrome on several macbooks with various recent flavors of OSX.

  1. I click ‘all site stories’
  2. after it loads, i type j to go to the next story
  3. j will work for about 4-10 story loads. then it does nothing. the down arrow is also broken at this point. I have to click on the ‘next story’ button on the page to get the next story to load
  4. at this point, j will work again for about 4-10 more stories.

This is super frustrating- I’ve got a ton of feeds and it takes way too long to read them when I have to keep grabbing the mouse to click next.

It appears that there’s a JS error on the “j” key press that is causing the scroll to not work:

GET http://newsblur.com/socket.io/1/?t=13… 502 (Bad Gateway) common.js:740
j.handshake common.js:740
j.connect common.js:740
NEWSBLUR.Reader.Backbone.Router.extend.setup_socket_realtime_unread_counts common.js:1392
(anonymous function) common.js:821

GET http://newsblur.com/socket.io/1/?t=13… 502 (Bad Gateway) common.js:740
j.handshake common.js:740
j.connect common.js:740
NEWSBLUR.Reader.Backbone.Router.extend.setup_socket_realtime_unread_counts common.js:1392
(anonymous function)

Could you guys please take a look at this?
thanks!!

1 Like