Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: Image upload not working [2254]

$
0
0
Hi,
I'm trying to upload image from my WP8 app to Twitter and it worked well but from yesterday I can't post images with success. I'm using this code:
```
var file = ToByteArray(image); // Method to extract byte[] from a file on WP
var t = Tweet.CreateTweetWithMedia(text, file);
var success = await t.PublishAsync();
```

What can I do? This app is really important and users are complaning about this issue.

Thank you,
Alessandro
Comments: ** Comment from web user: linvi **

I cannot reproduce this problem consequently I will publish the release 0.9.3.1 tonight.
Let's continue talking about your problem and fix this one for the next release.

Could you disable the ExceptionHandler and run the application as is. Let me know if an exception occurs.

``` C#
ExceptionHandler.SwallowWebExceptions = false;
```

Linvi


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>