Bugs item #2971600, was opened at 2010-03-16 19:21
Message generated for change (Comment added) made by mike_lifeguard
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2971600&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sectionencode incorrectly encoding
Initial Comment:
>>> wikipedia.sectionencode(':/', 'utf-8')
'.3A/'
Which is incorrect as it is ":.2F"
The correct code for sectionencode() should be:
return urllib.quote(text.replace(" ","_").encode(encoding), safe=':').replace("%",".")
Also, it would be nice if encoding defaulted here to 'utf-8'
----------------------------------------------------------------------
Comment By: Mike.lifeguard (mike_lifeguard)
Date: 2010-05-31 01:01
Message:
Could you check if the bug is present in the rewrite branch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2971600&group_…
Bugs item #3009336, was opened at 2010-05-31 05:34
Message generated for change (Tracker Item Submitted) made by nicdumz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3009336&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: NicDumZ — Nicolas Dumazet (nicdumz)
Assigned to: Russell Blau (russblau)
Summary: badtoken: invalid token during Page.put
Initial Comment:
>From time to time I get token errors
File "/home/nicdumz/python/dumzibot/statistics.py", line 24, in putNb
page.put(str(nb))
File "/home/nicdumz/.local/lib/python2.6/site-packages/pywikibot/page.py", line 767, in put
async, callback)
File "/home/nicdumz/.local/lib/python2.6/site-packages/pywikibot/page.py", line 726, in save
self._save(comment, minor, watchval, async, callback)
File "/home/nicdumz/.local/lib/python2.6/site-packages/pywikibot/page.py", line 749, in _save
raise pywikibot.PageNotSaved("%s: %s" %(link, err))
pywikibot.exceptions.PageNotSaved: [[Projet:Maritime/Total]]: badtoken: Invalid token
I (re-)activated debug output and will try to look more carefully for this error. The (ugly) script causing this is available at http://bitbucket.org/nicdumz/wikipedia-dumzibot/src/tip/statistics.py but it is clearly not doing anything crazy on the pywikibot side, other than what I included in the traceback.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3009336&group_…
Bugs item #3008448, was opened at 2010-05-28 12:11
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3008448&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: stanlekub (stanlekub)
>Assigned to: xqt (xqt)
Summary: fixing_redirects.py does not properly show help message
Initial Comment:
fixing_redirects.py does not show pagenerators.parameterHelp properly when requested.
Attached is a patch to fix this behaviour (patched againt r8224)
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-29 13:19
Message:
done in r8229
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3008448&group_…
Bugs item #3008448, was opened at 2010-05-28 12:11
Message generated for change (Tracker Item Submitted) made by stanlekub
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3008448&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: stanlekub (stanlekub)
Assigned to: Nobody/Anonymous (nobody)
Summary: fixing_redirects.py does not properly show help message
Initial Comment:
fixing_redirects.py does not show pagenerators.parameterHelp properly when requested.
Attached is a patch to fix this behaviour (patched againt r8224)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3008448&group_…
Bugs item #3007636, was opened at 2010-05-26 23:58
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: interwiki.py crash Section not found
Initial Comment:
WARNING: Section not found: [[sv:Orter i Värmland#Gökhöjden]]
Dump nl (wikipedia) written.
Traceback (most recent call last):
File "C:\py\interwiki\interwiki.py", line 2421, in <module>
main()
File "C:\py\interwiki\interwiki.py", line 2395, in main
bot.run()
File "C:\py\interwiki\interwiki.py", line 2155, in run
self.queryStep()
File "C:\py\interwiki\interwiki.py", line 2128, in queryStep
self.oneQuery()
File "C:\py\interwiki\interwiki.py", line 2124, in oneQuery
subject.batchLoaded(self)
File "C:\py\interwiki\interwiki.py", line 1304, in batchLoaded
% (page.aslink(True), redir, redirectTargetPage.aslink(True)))
File "C:\py\interwiki\wikipedia.py", line 537, in aslink
self.title(savetitle=True, decode=True))
File "C:\py\interwiki\wikipedia.py", line 447, in title
title = title[:begin + 1] + anchor
TypeError: coercing to Unicode: need string or buffer, NoneType found
C:\py\interwiki>version.py
WARNING: Configuration variable 'language' is defined but unknown. Misspelled?
Pywikipedia [http] trunk/pywikipedia (r8200, 2010/05/22, 16:14:13)
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-27 13:07
Message:
Please have a look whether this has been fixed with r8222
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&group_…
Bugs item #1985308, was opened at 2008-06-05 12:39
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 6
Private: No
Submitted By: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot does not properly stay logged in (cookies)
Initial Comment:
My bot (r5514) does not stay properly logged in!
My first thought was this is because of the API_login, but it happens also for the normal login method. Is this maybe caused by SUL?
Or maybe by the following change?
http://svn.wikimedia.org/viewvc/pywikipedia?view=rev&revision=5514
See fa.wikipedia.org/wiki/بحث_کاربر:MelancholieBot#IP_contribution
----------------------------------------------------------------------
Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2010-05-27 09:33
Message:
Hello,
It did not occur for me recently.
Best regards,
Marc-Etienne
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-26 19:27
Message:
After this long time and some changes due to the login process: is this
behaviour still current?
----------------------------------------------------------------------
Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2009-01-27 17:40
Message:
Bug still present for me also (Escarbot).
My way to solve it:
1) remove all files in login-data directory
2) python login.py -all -pass
Best regards,
Marc-Etienne
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 12:48
Message:
yes, the bug is still there. e.g. NobelBot made some edits under anon IP in
some wikis. cf.
http://en.wikipedia.org/w/index.php?title=30_Rock&oldid=266368735 and
http://da.wikipedia.org/w/index.php?title=30_Rock&oldid=2787208
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 10:03
Message:
I've noticed several times that AWB session (rather than browser sessions),
if logged in with bot's account, may destroy interwiki bot's login data
triggering it to make edits under anonymous IP. Haven't tested if this
behaviour still remains with recent pywikipedia revisions.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 09:33
Message:
Is this behaviour still current?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-08-18 10:11
Message:
Logged In: NO
It's odd, but the bug is intermittent and not all the wikis are affected.
Most affected wikis are: ast, da, de, ja, he, ka, ko, mk, rmy, ro, sr, tr.
Is there any way to definitely fix this bug?
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-17 14:58
Message:
Logged In: YES
user_id=2089773
Originator: YES
For this, please see the comment of sswierkosz (at the very bottom)!
It's best to delete all login.data first, then run your bot without
logging out from your bot account by using a web browser in parallel.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-17 14:05
Message:
Logged In: NO
Thanks for the hint. The bot doesn't asks for password now but it seems
like it still accidentally makes some edits under IP address. And it
overwrites login.data files with every login/edit, so the bug is still
there and needs to be fixed.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-16 02:24
Message:
Logged In: YES
user_id=2089773
Originator: YES
The easiest and best workaround is to use a password file!
Add the line
password_file = "yourFileName"
to your user-config.py
Provide yourFileName with the following line(s):
("yourBot", "yourPassword")
Login and re-login is done automatically then.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-15 22:21
Message:
Logged In: NO
the bot asks for a password every time it tries to save a page.
"centralauth_Token" and "centralauth_Session" values in xxx-login.data
files change every time, and the bot doesn't stay logged in. any
workaround?
----------------------------------------------------------------------
Comment By: Carsrac (carsrac)
Date: 2008-06-06 10:38
Message:
Logged In: YES
user_id=2066902
Originator: NO
I have also problems. I need constantly enter in my password for several
wiki's and if I do it the bot makes tha edit under my ip adres instead of
username of the bot. The wiki that are effected are fr, ro, be, nds-nl, af,
hif, sah, srn. My ip adress is 213.132.164.186 and my bot user name is
CarsracBot. As you all know may IW bots do not any edits under its ip
adress. So I think this bug will effect very likely a lot of bots running
with pywikipedia script.
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:25
Message:
Logged In: YES
user_id=2022153
Originator: NO
I don't know if this is correct behavior, but it is certainly annoying.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-06-05 13:20
Message:
Logged In: YES
user_id=2089773
Originator: YES
@sswierkosz: Yes, maybe that could be the reason. MediaWiki bug?
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:07
Message:
Logged In: YES
user_id=2022153
Originator: NO
I noticed that if you log out all sessions are destroyed, not only
current. Maybe you logged in and then logged out using your bot account, so
its cookies are not valid anymore.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&group_…
Bugs item #1985308, was opened at 2008-06-05 12:39
Message generated for change (Comment added) made by vargenau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Pending
Resolution: None
Priority: 6
Private: No
Submitted By: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot does not properly stay logged in (cookies)
Initial Comment:
My bot (r5514) does not stay properly logged in!
My first thought was this is because of the API_login, but it happens also for the normal login method. Is this maybe caused by SUL?
Or maybe by the following change?
http://svn.wikimedia.org/viewvc/pywikipedia?view=rev&revision=5514
See fa.wikipedia.org/wiki/بحث_کاربر:MelancholieBot#IP_contribution
----------------------------------------------------------------------
Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2010-05-27 09:33
Message:
Hello,
It did not occur for me recently.
Best regards,
Marc-Etienne
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-26 19:27
Message:
After this long time and some changes due to the login process: is this
behaviour still current?
----------------------------------------------------------------------
Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2009-01-27 17:40
Message:
Bug still present for me also (Escarbot).
My way to solve it:
1) remove all files in login-data directory
2) python login.py -all -pass
Best regards,
Marc-Etienne
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 12:48
Message:
yes, the bug is still there. e.g. NobelBot made some edits under anon IP in
some wikis. cf.
http://en.wikipedia.org/w/index.php?title=30_Rock&oldid=266368735 and
http://da.wikipedia.org/w/index.php?title=30_Rock&oldid=2787208
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 10:03
Message:
I've noticed several times that AWB session (rather than browser sessions),
if logged in with bot's account, may destroy interwiki bot's login data
triggering it to make edits under anonymous IP. Haven't tested if this
behaviour still remains with recent pywikipedia revisions.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 09:33
Message:
Is this behaviour still current?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-08-18 10:11
Message:
Logged In: NO
It's odd, but the bug is intermittent and not all the wikis are affected.
Most affected wikis are: ast, da, de, ja, he, ka, ko, mk, rmy, ro, sr, tr.
Is there any way to definitely fix this bug?
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-17 14:58
Message:
Logged In: YES
user_id=2089773
Originator: YES
For this, please see the comment of sswierkosz (at the very bottom)!
It's best to delete all login.data first, then run your bot without
logging out from your bot account by using a web browser in parallel.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-17 14:05
Message:
Logged In: NO
Thanks for the hint. The bot doesn't asks for password now but it seems
like it still accidentally makes some edits under IP address. And it
overwrites login.data files with every login/edit, so the bug is still
there and needs to be fixed.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-16 02:24
Message:
Logged In: YES
user_id=2089773
Originator: YES
The easiest and best workaround is to use a password file!
Add the line
password_file = "yourFileName"
to your user-config.py
Provide yourFileName with the following line(s):
("yourBot", "yourPassword")
Login and re-login is done automatically then.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-15 22:21
Message:
Logged In: NO
the bot asks for a password every time it tries to save a page.
"centralauth_Token" and "centralauth_Session" values in xxx-login.data
files change every time, and the bot doesn't stay logged in. any
workaround?
----------------------------------------------------------------------
Comment By: Carsrac (carsrac)
Date: 2008-06-06 10:38
Message:
Logged In: YES
user_id=2066902
Originator: NO
I have also problems. I need constantly enter in my password for several
wiki's and if I do it the bot makes tha edit under my ip adres instead of
username of the bot. The wiki that are effected are fr, ro, be, nds-nl, af,
hif, sah, srn. My ip adress is 213.132.164.186 and my bot user name is
CarsracBot. As you all know may IW bots do not any edits under its ip
adress. So I think this bug will effect very likely a lot of bots running
with pywikipedia script.
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:25
Message:
Logged In: YES
user_id=2022153
Originator: NO
I don't know if this is correct behavior, but it is certainly annoying.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-06-05 13:20
Message:
Logged In: YES
user_id=2089773
Originator: YES
@sswierkosz: Yes, maybe that could be the reason. MediaWiki bug?
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:07
Message:
Logged In: YES
user_id=2022153
Originator: NO
I noticed that if you log out all sessions are destroyed, not only
current. Maybe you logged in and then logged out using your bot account, so
its cookies are not valid anymore.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&group_…
Patches item #3007742, was opened at 2010-05-27 03:19
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3007742&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pyr0 ()
Assigned to: Nobody/Anonymous (nobody)
Summary: rvdiffto parameter implementation
Initial Comment:
No revisions diff text loading function is implemented in the framework. Here is one:
Changelog:
Modified site.loadrevisions() method to support rvdiffto parameter.
Added a Page.Revision.Diff class for storing the diff text and revto id.
Modified api.update_page() to save the new diff information.
A method from Page.py is still missing to get diffs just like you get a revision now. But you can get the diff text from page._revision[id].diff.text directly for now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3007742&group_…
Bugs item #3007636, was opened at 2010-05-26 21:58
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py crash Section not found
Initial Comment:
WARNING: Section not found: [[sv:Orter i Värmland#Gökhöjden]]
Dump nl (wikipedia) written.
Traceback (most recent call last):
File "C:\py\interwiki\interwiki.py", line 2421, in <module>
main()
File "C:\py\interwiki\interwiki.py", line 2395, in main
bot.run()
File "C:\py\interwiki\interwiki.py", line 2155, in run
self.queryStep()
File "C:\py\interwiki\interwiki.py", line 2128, in queryStep
self.oneQuery()
File "C:\py\interwiki\interwiki.py", line 2124, in oneQuery
subject.batchLoaded(self)
File "C:\py\interwiki\interwiki.py", line 1304, in batchLoaded
% (page.aslink(True), redir, redirectTargetPage.aslink(True)))
File "C:\py\interwiki\wikipedia.py", line 537, in aslink
self.title(savetitle=True, decode=True))
File "C:\py\interwiki\wikipedia.py", line 447, in title
title = title[:begin + 1] + anchor
TypeError: coercing to Unicode: need string or buffer, NoneType found
C:\py\interwiki>version.py
WARNING: Configuration variable 'language' is defined but unknown. Misspelled?
Pywikipedia [http] trunk/pywikipedia (r8200, 2010/05/22, 16:14:13)
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&group_…
Bugs item #2815620, was opened at 2009-07-02 09:13
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2815620&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: login - ok. But not logged in.
Initial Comment:
C:\pywikipedia>python version.py
Pywikipedia [http] trunk/pywikipedia (r7007, Jun 30 2009, 16:17:29)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
1. Login:
C:\pywikipedia>python login.py -all -pass -v
Pywikipediabot [http] trunk/pywikipedia (r7007, ГЁГ?Г- 30 2009, 16:17:29)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Password for all accounts:
Getting information for site mephist:en
Note: this language does not allow global bots.
Note: this language does not allow global bots.
Logging in to mephist:en as ChameleonsWikiBot
Should be logged in now
2. Then test:
C:\pywikipedia>test.py -v
Pywikipediabot [http] trunk/pywikipedia (r7007, ГЁГ?Г- 30 2009, 16:17:29)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Getting information for site mephist:en
Note: this language does not allow global bots.
Note: this language does not allow global bots.
You are not logged in on mephist:en.
login - ok. But not logged in.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-26 19:47
Message:
As login process has been changed: Is this bug still valid?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-02 10:32
Message:
Addon:
I am using this extension:
http://www.ipbwiki.com/Ipb_Wiki:Integration_Of_Invision_Power_Board_with_Me…
to integrate wiki with ipb forum. So maybe it is a source of the problem.
My login.data file have some parameters from forum. And login.py with "-v
-v" looks like this:
C:\pywikipedia>python login.py -all -pass -v -v
Pywikipediabot [http] trunk/pywikipedia (r7007, ГЁГ?Г- 30 2009,
16:17:29)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)]
Password for all accounts:
WARNING: Using -v -v on login.py might leak private data. When sharing,
please double check your password is not readable and log out your bots
session.
Getting information for site mephist:en
Note: this language does not allow global bots.
Note: this language does not allow global bots.
Logging in to mephist:en as ChameleonsWikiBot
self.site.postData(//index.php?title=Special:Userlogin&useskin=monobook&action=submit,
wpSkipCookieCheck=1&wpPassword=XXXXX&wpDomain=&wpRemember=1&wpLoginattemp
t=Aanmelden%20%26%20Inschrijven&wpName=ChameleonsWikiBot)
302/Found
Date: Thu, 02 Jul 2009 08:26:34 GMT
Server: Apache
X-Powered-By: PHP/5.2.6-pl2-gentoo
Set-Cookie: wikidbUserID=deleted; expires=Wed, 02-Jul-2008 08:26:33 GMT;
path=/; httponly
Set-Cookie: wikidbsession=XXXXXXXXXXxpires=Wed, 02-Jul-2008 08:26:33 GMT;
path=/; httponly
Set-Cookie: wikidbLoggedOut=20090702082634; expires=Fri, 03-Jul-2009
08:26:34 GMT; path=/; httponly
Set-Cookie: wikidb_session=XXXXXXXXXX43465ac7a64e42dc95b578; path=/;
HttpOnly
Set-Cookie: corum_mephi_manual_logout=0; expires=Fri, 02-Jul-2010 08:26:34
GMT; domain=.mephist.ru
Set-Cookie: corum_mephi_member_id=11943; expires=Fri, 02-Jul-2010 08:26:34
GMT; domain=.mephist.ru
Set-Cookie: corum_mephi_pass_hash=866ab81b4c4ef95178ca7bb43901572e;
expires=Fri, 02-Jul-2010 08:26:34 GMT; domain=.mephist.ru
Set-Cookie: corum_mephi_session_id=65b1a28435912375c0bea65822659c0c;
expires=Fri, 02-Jul-2010 08:26:34 GMT; domain=.mephist.ru
Set-Cookie: wikidbUserID=62; expires=Sat, 01-Aug-2009 08:26:34 GMT;
path=/; httponly
Set-Cookie: wikidbUserName=ChameleonsWikiBot; expires=Sat, 01-Aug-2009
08:26:34 GMT; path=/; httponly
Set-Cookie: wikidbsession=XXXXXXXXXX1c656eaf89455fe74dde22; expires=Sat,
01-Aug-2009 08:26:34 GMT; path=/; httponly
Vary: Accept-Encoding,Cookie
X-Vary-Options:
Accept-Encoding;list-contains=gzip,Cookie;string-contains=wikidbToken;string-contains=wikidbLoggedOut;string-contains=wikidb_session
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: private, must-revalidate, max-age=0
Location:
http://wiki.mephist.ru/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B…
Content-Encoding: gzip
Content-Length: 20
Content-Type: text/html; charset=utf-8
Should be logged in now
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2815620&group_…