-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exportify.js:308 Uncaught TypeError: Cannot read property 'href' of undefined #7
Comments
Strange. I just tested with Chrome v44.0.2403.18 beta (64-bit) and Firefox v38.0.5 and both individual exports and zipped export of all playlists worked just fine. Can you think of anything unusual about your account or setup? Do you definitely have playlists? How many? Have you got zero starred songs? What versions are you using? Do you see the error after clicking 'Get Started'? Do you have a premium account? Anything else you can think of might help. |
Tried again in "privacy mode" (ie no extensions), same error. I'm with Chrome 43.0.2357.81. |
It could well be related to rate limiting. I haven't got around to adding error messages yet but will try to add this tomorrow. In the meantime you could always use the 'Network` section of the Chrome developer tools to inspect the last successful Spotify API request to see if the response has status code 429? |
Rate limiting error messages are now properly handled. I'm pretty sure this will be the issue given that you have 193 playlists. If so I will close this issue and discussion can continue on #6. |
Actually I still have the issue ; I checked the network tab of the debugger (I should have done that in the first place) and there's no error response it seems. I have one playlist with local/imported track, with href=null, but when alone it seems to be exported right so shouldn't be the problem. |
I'm not able to debug directly in the browser ; maybe you could add a debug print in the console showing the current playlist/call being proceeded by exportify.js:311 (if available)? |
I have 1 playlist with no songs, it is the problem. |
Nice catch thanks for this - I'll sort this bug ASAP. |
I have downloaded Exportify but cannot export from Sportify to Exportify.....Please tell me HOW |
All in the title, cannot export using Chrome neither FF, same error :
exportify.js:308 Uncaught TypeError: Cannot read property 'href' of undefined
Btw, thank you for this export script/ui :)
The text was updated successfully, but these errors were encountered: