https://bugzilla.wikimedia.org/show_bug.cgi?id=60042
Web browser: ---
Bug ID: 60042
Summary: Problem with uploading files
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: massari.fen(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Getting:
ERROR: Upload error:
Traceback (most recent call last):
File "scripts/upload.py", line 214, in upload_image
ignore_warnings=self.ignoreWarning)
File "/root/mybot/core/pywikibot/site.py", line 3246, in upload
raise ValueError("APISite.upload: cannot upload file without "
ValueError: APISite.upload: cannot upload file without a summary/description.
Even with -noverify I get the same error. And if I try to change the desc I
get: Could not load GUI modules: No module named gui and the error from
above!
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=59078
Web browser: ---
Bug ID: 59078
Summary: Customize clean_sandbox.py for Egyptian Arabic (arz)
Wikipedia
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: meno25mail(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
In clean_sandbox.py script of the compat branch, please customize it for the
Egyptian Arabic (arz) Wikipedia:
content = {
'arz': u'{{عنوان السبوره}}\n<!-- مرحبا! خد راحتك فى تجريب مهاراتك فى
التحرير تحت الخط ده. بما إن الصفحه دى لتجارب التعديل، فالصفحه دى حيتم تنضيفها
اوتوماتيكيا كل 12 ساعه. -->',
sandboxTitle = {
'arz': u'Project:السبوره',
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=59107
Web browser: ---
Bug ID: 59107
Summary: Issue in template.py with summary
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: dixond(a)acm.lviv.ua
Classification: Unclassified
Mobile Platform: ---
Created attachment 14190
--> https://bugzilla.wikimedia.org/attachment.cgi?id=14190&action=edit
Patch for the reported issue
template.py passes the "editSummary" parameter to replace.ReplaceRobot, however
the correct parameter name should be "summary". The patch is attached.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68613
Bug ID: 68613
Summary: checkimages reports execution time even when the bot
does execute
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: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
If there was an error parsing the command line arguments, or sys.exit was
called when -help was found, the execution time is output (to stderr by
default).
$ python pwb.py scripts/checkimages.py -help
...
Execution time: 0 seconds
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55286
Web browser: ---
Bug ID: 55286
Summary: imagetransfer.py does not work
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/1134/
Reported by: paleozavr
Created on: 2010-03-07 20:39:31
Subject: imagetransfer.py does not work
Original description:
This text it writes instead of working
C:\bot3>imagetransfer.py -fromlang:en -tolang:uk
C:\bot3\imagetransfer.py:32: DeprecationWarning: the md5 module is deprecated;
u
se hashlib instead
import re, sys, md5, urllib
Traceback \(most recent call last\):
File "C:\bot3\imagetransfer.py", line 310, in <module>
main\(\)
File "C:\bot3\imagetransfer.py", line 306, in main
bot.run\(\)
File "C:\bot3\imagetransfer.py", line 235, in run
imagelist = page.imagelinks\(followRedirects = True\)
File "C:\bot3\wikipedia.py", line 2262, in imagelinks
for page in self.linkedPages\(withImageLinks = True\):
File "C:\bot3\wikipedia.py", line 2209, in linkedPages
thistxt = removeLanguageLinks\(self.get\(get\_redirect=True\),
File "C:\bot3\wikipedia.py", line 618, in get
self.\_contents = self.\_getEditPage\(get\_redirect = get\_redirect, throttle =
t
hrottle, sysop = sysop\)
File "C:\bot3\wikipedia.py", line 692, in \_getEditPage
raise NoPage\(self.site\(\), self.aslink\(forceInterwiki = True\),"Page does
not
exist. In rare cases, if you are certain the page does exist, look into
overridi
ng family.RversionTab" \)
pywikibot.exceptions.NoPage: \(wikipedia:uk, u'\[\[uk:-fromlang:en\]\]', 'Page
does n
ot exist. In rare cases, if you are certain the page does exist, look into
overr
iding family.RversionTab'\)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55299
Web browser: ---
Bug ID: 55299
Summary: selflink.py chokes - condition unclear
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/979/
Reported by: purodha
Created on: 2009-07-15 14:19:03
Subject: selflink.py chokes - condition unclear
Original description:
python /home/purodha/pywikipedia/selflink.py -start:Hz -v
Pywikipediabot \(r7065 \(wikipedia.py\), 2009/07/14, 19:34:51\)
Python 2.5.2 \(r252:60911, Jan 4 2009, 21:59:32\)
\[GCC 4.3.2\]
Getting 60 pages from wikipedia:ksh...
>>> HÖ \(Watt eßß datt?\) <<<
No changes necessary.
>>> Häijmat- un Kooshtallmusejum <<<
No changes necessary.
>>> Hämmche <<<
No changes necessary.
>>> Hängche <<<
No changes necessary.
>>> Hännesje <<<
No changes necessary.
>>> Hännesje Tiater <<<
No changes necessary.
>>> Häpi Änd <<<
No changes necessary.
>>> Hätz <<<
No changes necessary.
>>> Häädejraad \(Blëjshteff\) <<<
Exception in Page constructor
site=wikipedia:ksh, title=%231, insite=wikipedia:ksh, defaultNamespace=0
Traceback \(most recent call last\):
File "/home/purodha/pywikipedia/selflink.py", line 249, in <module>
main\(\)
File "/home/purodha/pywikipedia/selflink.py", line 245, in main
bot.run\(\)
File "/home/purodha/pywikipedia/selflink.py", line 189, in run
self.treat\(page\)
File "/home/purodha/pywikipedia/selflink.py", line 168, in treat
text, jumpToBeginning = self.handleNextLink\(page, text, match\)
File "/home/purodha/pywikipedia/selflink.py", line 113, in handleNextLink
linkedPage = wikipedia.Page\(page.site\(\), match.group\('title'\)\)
File "/home/purodha/pywikipedia/wikipedia.py", line 456, in \_\_init\_\_
raise InvalidTitle\(u"Invalid title starting with a \#: '%s'" % t\)
wikipedia.InvalidTitle: Invalid title starting with a \#: '\#1'
purodha@nightshade:~/redir$
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55250
Web browser: ---
Bug ID: 55250
Summary: reflinks disrupts references
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/1279/
Reported by: masti01
Created on: 2010-12-31 12:49:59
Subject: reflinks disrupts references
Original description:
in some cases reflinks.py disrupts references when both group and name tags are
used in references i.e. <ref group="adn." name="echo">
link to faulty edit diff:
http://pl.wikipedia.org/w/index.php?title=Katedra\_Naj%C5%9Bwi%C4%99tszej\_…
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68665
Bug ID: 68665
Summary: misspelling breaks when script is not configured for
the site
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
$ python pwb misspelling -family:wikipedia -lang:ar -simulate
<type 'exceptions.KeyError'>
Traceback (most recent call last):
File "pwb.py", line 157, in <module>
run_python_file(fn, argv, argvu)
File "pwb.py", line 67, in run_python_file
exec(compile(source, filename, "exec"), main_mod.__dict__)
File "scripts/misspelling.py", line 140, in <module>
main()
File "scripts/misspelling.py", line 135, in main
bot = MisspellingRobot(always, firstPageTitle, main_only)
File "scripts/misspelling.py", line 60, in __init__
self.createPageGenerator(firstPageTitle), False, main_only)
File "scripts/misspelling.py", line 73, in createPageGenerator
% self.misspellingTemplate[mylang]
KeyError: u'ar'
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55077
Web browser: ---
Bug ID: 55077
Summary: More useful movepages.py
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/220/
Reported by: dixond
Created on: 2009-08-27 23:11:25
Subject: More useful movepages.py
Original description:
Script movepages.py will be very much useful if it also change links in all
pages linked to moved page.
--
You are receiving this mail because:
You are the assignee for the bug.