[WebKit-devel] [Bug 263817] Wikipedia search results aren't loading or redirecting correctly
Dawit Alemayehu
adawit at kde.org
Mon Jan 24 07:04:49 CET 2011
https://bugs.kde.org/show_bug.cgi?id=263817
--- Comment #8 from Dawit Alemayehu <adawit kde org> 2011-01-24 07:04:48 ---
(In reply to comment #7)
> Thanks for your answers.
> I tried yesterday to disable squid, no success. I also deleted cache folder and
> disabled konqueror cache but it's not helping.
>
> This are the new output with kio AccessManager debug :
>
> - Clicking wikipedia french language link :
> konqueror(12321)/kdewebkit KWebPage::acceptNavigationRequest: url: QUrl(
> "http://fr.wikipedia.org/" ) , type: 0 , frame: QWebFrame(0x161c610)
> konqueror(12321)/kio (AccessManager)
> KDEPrivate::AccessManagerReply::slotResult: 124
^^^^
The 124 message is an error code and according to the KIO::Error list 124 is
ERR_UNSUPPORTED_ACTION. No idea why you would get that with the kdewebkit based
browsers, but not khtml... The only thing left to do to troubleshoot this is to
save the output of kio_http to file and compare what you get when you use khtml
vs kwebkitpart at that level.
Here are the steps to save the http debug output to file:
1.) Press ALT+F2
2.) Enter kdebugdialog --fullmode
3.) Select debug area 7103 kio_http
4.) Select "File" in the Output to box of the "Information" group.
5.) Chosse a file to output to, e.g. /tmp/kio_http.log.
6.) Press Apply.
7.) Repeat steps 3-6 for debug area 7113 kio_http_debug.
8.) Press Ok.
9.) Log out of your KDE session and log back in for the change to take effect.
Run your tests for both konqueror + kwebkit and konqueror +khtml, scrub the
produced log file for any personal information you want to protect and attach
the log file here...
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the WebKit-devel
mailing list