websemantics / vimeo-upload

Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app
http://websemantics.github.io/vimeo-upload/
Apache License 2.0
114 stars 80 forks source link

onError get's called when ajax returned with data as empty string? Video does get uploaded to vimeo, I just can't get it to return with the video ID. #12

Open jwkeenan opened 7 years ago

jwkeenan commented 7 years ago

It uploads the video to Vimeo without a problem, but the ajax call returns onError with data empty instead of onComplete with the video ID. I don't get it, if I log into vimeo the video is there with all the correct settings. Any ideas?

jwkeenan commented 7 years ago

I'm using jquery-1.7.1.min.js, could that be the problem?