filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

Uncaught Error: SecurityError #14

Closed wyattjoh closed 11 years ago

wyattjoh commented 11 years ago

Whenever I take the demo, and run it on my local server, I can pull up the upload dialoge, but it keeps throwing a javascript error when i select the file to upload: Uncaught Error: SecurityError: DOM Exception 18

Which then freezes the page at a spinning uploading screen. My API key has been entered as well.

brettcvz commented 11 years ago

This appears to be related to http://stackoverflow.com/questions/2704929/uncaught-error-security-err-dom-exception-18-when-i-try-to-set-a-cookie

Does this only appear on localhost?

wyattjoh commented 11 years ago

I've linked the address dev.com to 127.0.0.1 via my hosts file and I get the same result. I havent had a chance to deploy it yet to an actual server, although it should work.

brettcvz commented 11 years ago

What browser/OS?

wyattjoh commented 11 years ago

Mac OS X 10.8.3 and Google Chrome 26.0.1410.65.

brettcvz commented 11 years ago

Great, I'll take a look and let you know what I find. Are you seeing this as well with the standard javascript SDK or just with the django version?

wyattjoh commented 11 years ago

I took the stock demo from git, loaded it up, and thats the error I had.

brettcvz commented 11 years ago

Fixed