https://bugzilla.wikimedia.org/show_bug.cgi?id=55116
Web browser: ---
Bug ID: 55116
Summary: When it will start work archivebot.py and
weblinkchecker.py?
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/support-requests/37/
Reported by: n-fran
Created on: 2013-01-25 12:13:15
Subject: When it will start work archivebot.py and weblinkchecker.py?
Original description:
1\) archivebot.py
I put in the parameters
|algo = old\(1d\)
Several days have passed, but still appears
Processing 10 threads
There are only 0 Threads. Skipped
When it will be back up?
2\) weblinkchecker.py
I set the parameter-day:1 several days have Passed, but the bot is doing
nothing.
And the errors are gone. I think that the problem is not only in my family
file, because the same error occurs when I run the bot in Russian Wikipedia.
http://pastebin.com/x1zQipmU
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55285
Web browser: ---
Bug ID: 55285
Summary: Login no longer available
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/1136/
Reported by: Anonymous user
Created on: 2010-03-09 13:34:43
Subject: Login no longer available
Original description:
I get the following errors when using a known good user-config.py and family
configurations for an SVN checkout of 2009-11-05. This is for a local wiki.
Using 2010-03-09, I get the following error on Ubuntu 9.04 \(Python 2.6.2\) and
Ubuntu 8.04 \(Python 2.5.2\):
Logging into FamilyName:en as UserName via API
Error downloading data: No JSON object could be decoded
Request: en:/scriptpath/api.php?
Retrying in 1 minutes.... \(I changed line 152 of query.py to
retry\_idle\_time\*0.01 so I could see the dump without growing a beard first\)
Dump output:
Error reported: No JSON object could be decoded
127.0.0.1
/hcrscript/api.php?
\{"login":\{"result":"Success","lguserid":3,"lgusername":"UserName","lgtoken":"2b448df9379b445c225c0a5c1d3af18b","cookieprefix":"DatabaseName","sessionid":"3dd4cc3dd33236b57da8234d2f73e6d3"\}\}
on Ubuntu 9.04:
python version.py
Pywikipedia \[http\] trunk/pywikipedia \(r7983, 2010/03/09, 08:14:34\)
Python 2.6.2 \(release26-maint, April 19, 2009, 01:56:41\)
\[GCC 4.3.3\]
also broken on Ubuntu 8.04
python version.py
Pywikipedia \[http\] trunk/pywikipedia \(r7983, 2010/03/09, 08:14:34\)
Python 2.5.2 \(r252:60911, Jul 22 2009, 15:35:03\)
\[GCC 4.2.4 \(Ubuntu 4.2.4-1ubuntu3\)\]
But it seems to work fine on this system:
foreignhost:pywikipedia-2010-03-09 alex$ python version.py
Pywikipedia \[http\] trunk/pywikipedia \(r7983, 2010/03/09, 08:14:34\)
Python 2.5.2 \(r252:60911, Feb 22 2008, 07:57:53\)
\[GCC 4.0.1 \(Apple Computer, Inc. build 5363\)\]
Any ideas what's happening?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55131
Web browser: ---
Bug ID: 55131
Summary: Non-unicode path results in UnicodeDecodeError
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
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/1648/
Reported by: valhallasw
Created on: 2013-07-28 19:36:57.919000
Subject: Non-unicode path results in UnicodeDecodeError
Original description:
>From an IRC support request:
Traceback (most recent call last):
File "login.py", line 436, in <module>
main()
File "login.py", line 432, in main
loginMan.login()
File "login.py", line 319, in login
cookiedata = self.getCookie(api)
File "login.py", line 243, in getCookie
self.site.updateCookies(L, self.sysop)
File "wikipedia.py", line 6371, in updateCookies
self._setupCookies(self._cookies[index], sysop)
File "wikipedia.py", line 6342, in _setupCookies
f = open(config.datafilepath('login-data', filename), 'w')
File "config.py", line 555, in datafilepath
return makepath(os.path.join(base_dir, *filename))
File "/usr/lib/python2.7/posixpath.py", line 80, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 16:
ordinal not in range(128)
The pywikipedia folder was in '/.../Télechargements', which is has an accented
letter. Moving to a non-accented directory solved the issue.
User is running rewrite; version.py did not yield useful results because it
doesn't support git or git nightlies yet...
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54868
Web browser: ---
Bug ID: 54868
Summary: isDisambig results in AttributeError
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: major
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: themineo+wikibz(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
In [1]: import pywikibot
In [2]: s = pywikibot.Site("et", "wikipedia")
In [3]: p = pywikibot.Page(s, "Hannes Varblane")
In [4]: p.isDisambig()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-af3848c4be35> in <module>()
----> 1 p.isDisambig()
/home/wieland/dev/pywikibot-core/pywikibot/page.pyc in isDisambig(self,
get_Index)
569 if self.site.hasExtension('Disambiguator', False):
570 # If the Disambiguator extension is loaded, use it
--> 571 return 'disambiguation' in self.properties()
572
573 if not hasattr(self.site, "_disambigtemplates"):
/home/wieland/dev/pywikibot-core/pywikibot/page.pyc in properties(self, force)
379 if not hasattr(self, '_pageprops') or force:
380 self.site.loadpageprops(self)
--> 381 return self._pageprops
382
383 def defaultsort(self, force=False):
AttributeError: 'Page' object has no attribute '_pageprops'
» git describe --always --dirty
a987c8e-dirty
(Dirty here refers to the submodules having been updated)
This is obviously using the core branch.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55230
Web browser: ---
Bug ID: 55230
Summary: Using non-ascii file path causes UnicodeDecodeError
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
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/1370/
Reported by: valhallasw
Created on: 2011-10-26 20:35:33
Subject: Using non-ascii file path causes UnicodeDecodeError
Original description:
\[user@denix eskarcha\]$ python2 login.py
unicode test: triggers problem \#3081100
Password for user Eskarcha on chakra:en:
Logging in to chakra:en as Eskarcha via API.
Traceback \(most recent call last\):
File "login.py", line 436, in <module>
main\(\)
File "login.py", line 432, in main
loginMan.login\(\)
File "login.py", line 319, in login
cookiedata = self.getCookie\(api\)
File "login.py", line 243, in getCookie
self.site.updateCookies\(L, self.sysop\)
File "/home/user/proxectos/chakra/documentación/eskarcha/wikipedia.py", line
5193, in updateCookies
self.\_setupCookies\(self.\_cookies\[index\], sysop\)
File "/home/user/proxectos/chakra/documentación/eskarcha/wikipedia.py", line
5164, in \_setupCookies
f = open\(config.datafilepath\('login-data', filename\), 'w'\)
File "/home/user/proxectos/chakra/documentación/eskarcha/config.py", line 505,
in datafilepath
return makepath\(os.path.join\(base\_dir, \*filename\)\)
File "/usr/lib/python2.7/posixpath.py", line 71, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 39:
ordinal not in range\(128\)
\[user@denix eskarcha\]$ python2 version.py
Pywikipedia \[http\] trunk/pywikipedia \(r9675, 2011/10/26, 08:57:14\)
Python 2.7.1 \(r271:86832, Jul 24 2011, 00:49:56\)
\[GCC 4.5.3\]
config-settings:
use\_api = True
use\_api\_login = True
unicode test: triggers problem \#3081100
Moving the pywikipediabot directory to an ascii path works as workaround.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55037
Web browser: ---
Bug ID: 55037
Summary: featured.py small improvement
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/304/
Reported by: yfdyh000
Created on: 2012-04-09 21:37:23
Subject: featured.py small improvement
Original description:
Remove already exist \{\{Link GA\}\} when featured.py added \{\{Link FA\}\}
For example:
\- \{\{Link GA|en\}\}
\+ \{\{Link FA|en\}\}
It may be necessary to avoid editor confusion.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54684
Web browser: ---
Bug ID: 54684
Summary: AttributeError: 'Page' object has no attribute
'_isredir'
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
AttributeError: 'Page' object has no attribute '_isredir' occures but it never
should occure after loadpageinfo method is executed:
WARNING: loadpageinfo: Query on [[ml:????????? ?????????]] returned data on
'???
???? ?????'
Traceback (most recent call last):
File "C:\pwb\core\pwb.py", line 103, in <module>
run_python_file(fn, args)
File "C:\pwb\core\pwb.py", line 49, in run_python_file
exec compile(source, filename, "exec") in main_mod.__dict__
File "C:\pwb\core\scripts\featured.py", line 672, in <module>
main()
File "C:\pwb\core\scripts\featured.py", line 665, in main
bot.run()
File "C:\pwb\core\scripts\featured.py", line 287, in run
self.run_featured()
File "C:\pwb\core\scripts\featured.py", line 350, in run_featured
self.treat(code, task)
File "C:\pwb\core\scripts\featured.py", line 359, in treat
self.featuredWithInterwiki(fromsite, process)
File "C:\pwb\core\scripts\featured.py", line 554, in featuredWithInterwiki
atrans = self.findTranslated(a, tosite)
File "C:\pwb\core\scripts\featured.py", line 472, in findTranslated
if backpage.isRedirectPage():
File "C:\pwb\core\pywikibot\page.py", line 445, in isRedirectPage
return self.site.page_isredirect(self)
File "C:\pwb\core\pywikibot\site.py", line 1364, in page_isredirect
return page._isredir
AttributeError: 'Page' object has no attribute '_isredir'
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound
m
ethod ConnectionPool.__del__ of {'https:yo.wikipedia.org':
[<httplib2.python2.ht
tplib2.HTTPSConnectionWithTimeout instance at 0x000000003132D748>],
'https:lv.wi
...
b2.python2.httplib2.HTTPSConnectionWithTimeout instance at
0x000000000945DB08>],
'https:simple.wikipedia.org':
[<httplib2.python2.httplib2.HTTPSConnectionWithTi
meout instance at 0x000000002DD044C8>]}> ignored
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55022
Web browser: ---
Bug ID: 55022
Summary: Беларуская лякалізацыя
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/322/
Reported by: Anonymous user
Created on: 2012-11-24 18:35:46
Subject: Беларуская лякалізацыя
Assigned to: xqt
Original description:
Translation of casechecker.py into Belarusan \(both writings\).
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55030
Web browser: ---
Bug ID: 55030
Summary: Add color to "Waiting for %i pages to be put."
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/314/
Reported by: yfdyh000
Created on: 2012-06-25 17:00:48
Subject: Add color to "Waiting for %i pages to be put."
Original description:
Add color\(e.g. lightblue\) to output\(u'Waiting for %i pages to be put.
Estimated time remaining: %s' in wikipedia.py, to quickly find important line.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55070
Web browser: ---
Bug ID: 55070
Summary: WIKTIONARY linker
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/233/
Reported by: jandudik
Created on: 2009-12-21 10:10:59
Subject: WIKTIONARY linker
Original description:
It would be useful some module like commonscat.py, which would gou through
wiktionary articles and check, if there is the same-name article in same
language wikipedia. If yes, bot would ask if I want to connect these articles
including \{\{wiktionary|article\}\} to wikipedia \[\[article\]\] or
\[\[article \(something\)\]\] \(or both\) and \{\{Wikipedia|article\}\}
\(alternatively more articles\) to wiktionary one.
This maybe cannot be full autonomously, but helpful
--
You are receiving this mail because:
You are the assignee for the bug.