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