Patches item #3614398, was opened at 2013-06-07 03:04
Message generated for change (Tracker Item Submitted) made by beta16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3614398&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Luca Rabinelli (beta16)
Assigned to: Nobody/Anonymous (nobody)
Summary: WikiData: property datatype
Initial Comment:
in file attached there's a simple function for determine datatype of a wikidata property via API, instead use of "isinstance".
Useful in DataPage.editclaim()
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3614398&group_…
Bugs item #3614272, was opened at 2013-06-03 06:30
Message generated for change (Settings changed) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614272&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: rewrite
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Russell Blau (russblau)
>Assigned to: Legoktm (legoktm)
Summary: Timestamp type error in category_redirect.py
Initial Comment:
This is in rewrite/scripts/category_redirect.py:
File "/var/spool/gridengine/execd/tools-exec-05/job_scripts/209020", line 385, in run
if not self.readyToEdit(cat):
File "/var/spool/gridengine/execd/tools-exec-05/job_scripts/209020", line 195, in readyToEdit return (deadline.strftime(dateformat) > cat.editTime()) TypeError: can't compare Timestamp to str
python scripts/version.py Pywikibot [http] branches/rewrite (r11617, 2013/06/02, 13:07:05, OUTDATED) Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] unicode test: ok
Sorry for format issues: can't get paste to work right on iPhone!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614272&group_…
Bugs item #3614272, was opened at 2013-06-03 06:30
Message generated for change (Tracker Item Submitted) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614272&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: rewrite
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Russell Blau (russblau)
Assigned to: Russell Blau (russblau)
Summary: Timestamp type error in category_redirect.py
Initial Comment:
This is in rewrite/scripts/category_redirect.py:
File "/var/spool/gridengine/execd/tools-exec-05/job_scripts/209020", line 385, in run
if not self.readyToEdit(cat):
File "/var/spool/gridengine/execd/tools-exec-05/job_scripts/209020", line 195, in readyToEdit return (deadline.strftime(dateformat) > cat.editTime()) TypeError: can't compare Timestamp to str
python scripts/version.py Pywikibot [http] branches/rewrite (r11617, 2013/06/02, 13:07:05, OUTDATED) Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] unicode test: ok
Sorry for format issues: can't get paste to work right on iPhone!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614272&group_…
Bugs item #3612550, was opened at 2013-05-02 22:54
Message generated for change (Comment added) made by cdpark
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3612550&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: Nullzer0 (nu11zer0)
Assigned to: Russell Blau (russblau)
Summary: force login after performing a sysop action
Initial Comment:
After my bot performed a sysop action, then wrote to a page, the bot wrote without botflag! It seems that the framework cached some informations and understood that the bot has no flag. My workaround is to add "site.login()" after every sysop action. But it should be implemented in the framework. Note that now redirect.py also has this problem.
----
Pywikibot branches/rewrite/ (r11487, 2013/05/02, 07:59:55, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
unicode test: ok
----------------------------------------------------------------------
Comment By: ChongDae (cdpark)
Date: 2013-06-02 23:51
Message:
I'm also have similar problem.
After updating pywikibot framework, forcing login is somewhat strange.
When bot name differ by project (E.g, different name for local wiki and
meta/commons wiki), login is requested for local bot name in meta wiki.
------------------------------------------------------------------------
Pywikibot [http] branches/rewrite (r11617, 2013/06/02, 13:07:05, OUTDATED)
Python 2.6.5 (r265:79063, Oct 1 2012, 22:04:36)
[GCC 4.4.3]
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3612550&group_…
Bugs item #3614232, was opened at 2013-06-01 18:31
Message generated for change (Comment added) made by hazard-sj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614232&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: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hazard-SJ (hazard-sj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception in Python 2.7.5
Initial Comment:
I just upgraded from Python 2.7.3 to Python 2.7.5 and now I get (this was tested from wikipedia.py):
exception UnsupportedOperation('fileno',) while fixing up sys.stdout and sys.stderr
Versions:
Pywikipediabot trunk/pywikipedia/ (r11604, 2013/06/01, 21:02:13, ok)
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
----------------------------------------------------------------------
>Comment By: Hazard-SJ (hazard-sj)
Date: 2013-06-01 23:43
Message:
Apparently the bug is valid when I run it from IDLE, but not from Command
Prompt (cmd.exe), as shown in the attachments.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614232&group_…
Bugs item #3613442, was opened at 2013-05-16 07:56
Message generated for change (Comment added) made by hazard-sj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3613442&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: No handlers could be found for logger "pywiki"
Initial Comment:
Some time ago, I started getting the warning:
No handlers could be found for logger "pywiki"
This is generated in small code fragments I create. I (still) haven't seen it in thte standard bot operations.
It's possible I must do something to avoid it but I would like to know what. I think it started happening about the time the log became a rotating file log.
Pywikipedia trunk/pywikipedia/ (r11488, 2013/05/03, 08:14:51, OUTDATED)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Hazard-SJ (hazard-sj)
Date: 2013-06-01 18:33
Message:
I've been getting this too.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3613442&group_…
Bugs item #3614232, was opened at 2013-06-01 18:31
Message generated for change (Tracker Item Submitted) made by hazard-sj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614232&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: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hazard-SJ (hazard-sj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception in Python 2.7.5
Initial Comment:
I just upgraded from Python 2.7.3 to Python 2.7.5 and now I get (this was tested from wikipedia.py):
exception UnsupportedOperation('fileno',) while fixing up sys.stdout and sys.stderr
Versions:
Pywikipediabot trunk/pywikipedia/ (r11604, 2013/06/01, 21:02:13, ok)
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3614232&group_…