[16:24] hmpf almost nothing done in the last 2 weeks [17:19] uploaded some small dumps to http://archive.org/details/wiki-wikitravel.org [17:56] Nemo_bis: Hi. [17:57] alard: hi [17:57] alard: so, it fails when it retrieves http://wikitravel.org/wik/Special:Version IIRC [17:58] This is the request https://code.google.com/p/wikiteam/source/browse/trunk/dumpgenerator.py#901 [18:03] Nemo_bis: Have you tried printing these variables to try it yourself? [18:03] print (indexphp, getUserAgent()) [18:04] I can't find the URL that it's trying to access. [18:05] the index.php comes from the config and it's like http://wikitravel.org/wiki/ar/index.php [18:05] In that case, maybe you could try this: [18:05] curl -L --user-agent "X" "http://wikitravel.org/wiki/ar/index.php" -d "title=Special%3AVersion" -v > /dev/null [18:06] That makes the same request, I think. [18:07] Or no, it's might be making a normal GET request: [18:07] curl -L --user-agent "X" "http://wikitravel.org/wiki/ar/index.php?title=Special%3AVersion" -v > /dev/null [18:08] If that works it's something with the script, if that doesn't work there might be something with your IP or user agent. [18:11] alard: I opened the page with my browser and set the script to use the same UA [18:12] it worked with the browser but not the script [18:12] maybe I should try another IP with tor [18:40] Nemo_bis: Maybe emijrp knows what to do. [18:41] alard: but he hates wikitravel :) [18:41] hi emijrp [18:41] wut [18:41] emijrp: I uploaded some little dumps to http://archive.org/details/wiki-wikitravel.org [18:42] I was trying to continue some of them via index.php but I get an error 403 [18:42] changing UA doesn't help [19:33] wikitravel sucks [20:12] yes, we know...