<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I'm using Choqok's MediaManager to download images from twitter, but without success.<br><br></div>For downloading the image the MediaManager uses the following piece of code:<br>
<br></div>KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload, KIO::HideProgressInfo);<br><br></div>srcUrl contains the correct image url (as KUrl). So far everything is fine.<br><br></div>But once the signal result (KJob*) is called, I get only an html page from my internet provider with an dnserror and I don't know why.<br>
<br></div>Calling the srcUrl in my Webbrowser works as expected, but through KIO::Job I don't get the image I request.<br><br></div>Has anyone an idea if my code is wrong or something in kdelibs?<br></div><div>(The piece of code I'm talking about is in the project Choqok, file mediamanager.cpp lines 92 to 140)<br>
</div><div><br></div>Cheers,<br><br>Daniel<br></div>