adrianengine/jquery-spectragram

Uncaught TypeError: Cannot read property 'accessToken' of undefined

Closed this issue · 4 comments

I get this error in the console:

Uncaught TypeError: Cannot read property 'accessToken' of undefined
i.getUserFeed
(anonymous function)
x.extend.each
x.fn.x.each
jQuery.fn.spectragram
(anonymous function)
c
p.fireWith
x.extend.ready
q

Here is the site:
http://charity-walk.co.uk

Ok I just updated the script to the version on GitHub and not the website and is now working.
Is the website version out of date?

Its the minified version that is wrong. It is not minified correctly.
There is self.accessData.accessToken that shold say t.accessData.accessToken

Hi!

I have the following error in the console:

Uncaught TypeError: Cannot read property 'length' of undefined

on line 58 of file spectragram.js

Please help. Thank you

Hi Guys! Sorry for the late response. There is a new version of the library, get it from the releases page, maybe with this one that error was fixed. Thanks!