PDA

View Full Version : QHttp: empty path requested is invalid -- using '/'



Archa4
18th February 2011, 10:26
I get an interesting warning in my program that parses xml.
So when i use links like:
"http://rss.news.yahoo.com/rss/yahoonewsroom"
"http://www.delfi.lv/rss.php"

I get the warning
QHttp: empty path requested is invalid -- using '/'

But when I use
"http://www.forumcinemas.lv/rss/xml/movies/

I get no warnings... What can be the problem here?

ComaWhite
18th February 2011, 11:05
Well first of all why are you using QHttp when it's deprecated? You should be using QNetworkAccessManager.