Blank page and "SyntaxError: Unexpected EOF" in JS console when viewing feeds

Hello,

When I load the main page (www.newsblur.com), everything looks normal. However, when I click on “All Site Stories”, the stories are clearly fetched and even displayed momentarily, but then all the content disappears and the entire page turns grey.

I’m seeing this in Safari and Chrome on OS X.

Here’s what I see in the log:

[Log] [“Navigating to url”, “folder/everything”] (common.js, line 198)
[Error] SyntaxError: Unexpected EOF
globalEval (common.js, line 42)
domManip (common.js, line 137)
append (common.js, line 132)
(anonymous function) (common.js, line 134)
access (common.js, line 45)
html (common.js, line 134)
render (common.js, line 1572)
w (common.js, line 858)
trigger (common.js, line 857)
reset (common.js, line 871)
load_feed_precallback (common.js, line 1273)
(anonymous function) (common.js, line 1275)
success (common.js, line 1258)
_success (common.js, line 242)
success (common.js, line 238)
u (common.js, line 83)
fireWith (common.js, line 85)
d (common.js, line 157)
(anonymous function) (common.js, line 168)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (fonts.css, line 0)
[Error] ReferenceError: Can’t find variable: propublica
global code (socialsnippet.js, line 3)

1 Like

Having just posted this, the problem is, of course, no longer occurring.