Skip to content

Instantly share code, notes, and snippets.

@czottmann
Last active December 15, 2015 08:29
Show Gist options
  • Save czottmann/5231707 to your computer and use it in GitHub Desktop.
Save czottmann/5231707 to your computer and use it in GitHub Desktop.
Stack traces for https://app.gistboxapp.com/library/my-gists [Google Chrome 26.0.1410.40 beta]
Uncaught TypeError: Cannot read property 'login' of null frontend.js:15
_.Class.formatGist frontend.js:15
(anonymous function) frontend.js:15
x.each.x.forEach frontend.js:6
h.(anonymous function) frontend.js:7
_.Class.formattedGists frontend.js:15
_.Class.starredGists frontend.js:15
Backbone.View.extend.render frontend.js:16
Backbone.View.extend.initialize frontend.js:16
o.View frontend.js:7
r frontend.js:7
Backbone.View.extend.renderFilterItems frontend.js:17
Backbone.View.extend.render frontend.js:17
Backbone.View.extend.initialize frontend.js:17
o.View frontend.js:7
r frontend.js:7
(anonymous function) frontend.js:16
_.extend.setupSubview frontend.js:15
Backbone.View.extend.initialize frontend.js:16
o.View frontend.js:7
r frontend.js:7
Backbone.Router.extend.library frontend.js:17
(anonymous function) frontend.js:7
(anonymous function) frontend.js:7
x.some.x.any frontend.js:6
u.extend.loadUrl frontend.js:7
u.extend.navigate frontend.js:7
u.extend.navigate frontend.js:7
(anonymous function) frontend.js:15
(anonymous function) frontend.js:15
l frontend.js:6
o.Events.trigger frontend.js:6
_.Class.success frontend.js:15
(anonymous function) frontend.js:15
c frontend.js:4
h.fireWith frontend.js:4
r frontend.js:5
r frontend.js:6
Uncaught TypeError: Object [object Object] has no method 'openFilterView' frontend.js:17
Backbone.Router.extend.libraryMyGists frontend.js:17
(anonymous function) frontend.js:7
(anonymous function) frontend.js:7
x.some.x.any frontend.js:6
u.extend.loadUrl frontend.js:7
u.extend.navigate frontend.js:7
u.extend.navigate frontend.js:7
(anonymous function) frontend.js:16
Y.event.dispatch frontend.js:4
o.handle.u
@jookyboi
Copy link

I've thus far been unable to reproduce the issue. It seems like the GitHub API returned a gist without a user attached to it.. which would seem strange. Do you have any Gist which would fit this description? I may have missed a corner case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment