julien-c / Circular

An open source Buffer app clone
http://circular.io
MIT License
1.03k stars 193 forks source link

Problem with adding tweets with images #39

Closed a3014503 closed 9 years ago

a3014503 commented 9 years ago

Hi, I have been using Circular for more than 2 month and its awesome but recently I added some tweets with images (which was for the first time and during the past 2 month all my tweets were text only) and it doesn't work! It says that its posted successfully but nothing will be added to profile. It would be great if you can help me figure out the problem and/or fix the issue. Cheers

mgallego commented 9 years ago

When I drag a photo from my computer, circular show the next error in the javascript console, and don't load the image:

ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead. circular.min.js:7
POST http://circular.io/api/upload 500 (Internal Server Error) circular.min.js:7
Uncaught TypeError: Cannot read property 'thumbnail' of null 
julien-c commented 9 years ago

I will look into it tomorrow, thanks for the report

On Thursday, September 18, 2014, Moises Gallego notifications@github.com wrote:

When I drag a photo from my computer, circular show the next error in the javascript console, and don't load the image:

ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead. circular.min.js:7POST http://circular.io/api/upload 500 (Internal Server Error) circular.min.js:7Uncaught TypeError: Cannot read property 'thumbnail' of null

— Reply to this email directly or view it on GitHub https://github.com/julien-c/Circular/issues/39#issuecomment-56093942.

julien-c commented 9 years ago

Should be fixed.

mgallego commented 9 years ago

Thanks. Now I can attach images, but dont post the tweet, with or without image. Doesn't work! It says that its posted successfully but nothing will be added to profile

I used the "post now" button.