Re: [BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I don't use a proxy. And for the profile images the code works but not for other images. Cheers Daniel Von meinem iPhone gesendet > Am 05.03.2014 um 22:53 schrieb Thiago Macieira : > >> Em qua 05 mar 2014, às 22:22:53, Daniel Kreuter escreveu: >> Hi, >> >> I'm using Choqok's MediaManag

Re: [BUG299433] Problem while downloading image

2014-03-05 Thread Thiago Macieira
Em qua 05 mar 2014, às 22:22:53, Daniel Kreuter escreveu: > Hi, > > I'm using Choqok's MediaManager to download images from twitter, but > without success. > > For downloading the image the MediaManager uses the following piece of code: > > KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload,

[BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I'm using Choqok's MediaManager to download images from twitter, but without success. For downloading the image the MediaManager uses the following piece of code: KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload, KIO::HideProgressInfo); srcUrl contains the correct image url (as KUrl).