https://bugzilla.wikimedia.org/show_bug.cgi?id=64817
Bug ID: 64817
Summary: bot doesn't remain logged
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: login.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: phil.el(a)free.fr
Web browser: ---
Mobile Platform: ---
Opened with compat but someone reported the same trouble with core on the irc
channel, on compat a simple
$ python login.py
Password for user Phe-bot on wikipedia:fr
No characters will be shown
xxxxxx
Should be logged in now
$ python login.py -test
You are not logged in on wikipedia:fr.
The cookie seems fine for the first run
[{'cookieprefix': 'None', 'centralauth_Session':
'8c5318ab60af405a5b4c9ca0700b4d47', 'frwikiSession':
'e9f77b61c9a44a54b1cfe999473861f7', 'GeoIP': 'My geo loc here:v4',
'centralauth_Token': 'deleted', 'centralauth_User': 'Phe-bot', 'forceHTTPS':
'true', 'frwikiToken': 'deleted', 'frwikiUserName': 'Phe-bot', 'frwikiUserID':
'4507'}, None]
with the $ python login.py -test the same cookie are sent back to the server
when doing the userinfo request but the server answer
{u'query': {u'userinfo': {u'name': u'My_IP here', u'rights': [u'createaccount',
u'read', u'edit', u'createpage', u'createtalk', u'writeapi', u'editmyusercss',
u'editmyuserjs', u'viewmywatchlist', u'editmywatchlist', u'viewmyprivateinfo',
u'editmyprivateinfo', u'editmyoptions', u'centralauth-merge',
u'abusefilter-log', u'vipsscaler-test'], u'ratelimits': {u'emailuser': {u'ip':
{u'seconds': 86400, u'hits': 5}}, u'edit': {u'ip': {u'seconds': 60, u'hits':
8}}, u'linkpurge': {u'ip': {u'seconds': 60, u'hits': 30}}, u'mailpassword':
{u'ip': {u'seconds': 3600, u'hits': 5}}, u'renderfile': {u'ip': {u'seconds':
30, u'hits': 700}}, u'renderfile-nonstandard': {u'ip': {u'seconds': 30,
u'hits': 70}}}, u'anon': u'', u'preferencestoken': u'+\\', u'groups': [u'*'],
u'id': 0}}}
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55232
Web browser: ---
Bug ID: 55232
Summary: login.all always asks for password
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: login.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1360/
Reported by: nakor-wikipedia
Created on: 2011-10-14 14:23:06
Subject: login.all always asks for password
Original description:
When calling
login.py -all -pass
the script first asks for a password and then asks for password for every
sinmgle wiki site:
login.py -all -pass
Password for all accounts:
Password for user Almabot on mediawiki:mediawiki:
....
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64882
Bug ID: 64882
Summary: Port templatecount.py to core
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Web browser: ---
Mobile Platform: ---
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64457
Bug ID: 64457
Summary: provide support for sitelink badges in ItemPage
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: Wikidata
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: ricordisamoa(a)live.it
Depends on: 40810
Web browser: ---
Mobile Platform: ---
When badges will be actually supported by the WikibaseRepo extension (bug
40810, [[d:Wikidata:Development_plan#Badges]]), we may have to rework the whole
structure of ItemPage.sitelinks, either:
* using tuples as (Page, (ItemPage, ItemPage, ))
or:
* creating a new Sitelink class, with ItemPage.iterlinks() iterating over a
list of Sitelink instances, Sitelink.page returning a Page object, and
Sitelink.badges containing a list of ItemPage instances;
The latter scheme would probably increase maintainability in the long term.
Of course, we will also add functions to edit badges via the API.
--
You are receiving this mail because:
You are the assignee for the bug.