[Pywikipedia-bugs] [Maniphest] [Commented On] T142021: Error mysqlquery

2016-12-14 Thread Herzi.Pinki
Herzi.Pinki added a comment. it is also described in https://www.mediawiki.org/wiki/Manual:Pywikibot/pagegenerators.py#Calls_from_another_program (and does not work)TASK DETAILhttps://phabricator.wikimedia.org/T142021EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Pywikipedia-bugs] [Maniphest] [Commented On] T142021: Error mysqlquery

2018-02-12 Thread Herzi.Pinki
Herzi.Pinki added a comment. @Dvorapa, I have a rather complicated sql script calculating the center of a set of coordinates and sorting all the coordinates by decreasing distance from that center to find smelling coordinates. You can find the sql here: https://quarry.wmflabs.org/query/12034 (1) I

[Pywikipedia-bugs] [Maniphest] [Commented On] T142021: Error mysqlquery

2018-02-12 Thread Herzi.Pinki
Herzi.Pinki added a comment. In T142021#3964216, @Dvorapa wrote: If I understand you correctly, you just wanted to use pywikibot to process your SQL multiple times only by chynging the country? Yeah, that was my intent. And to create a maintenance wiki page based on the results. I will think

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T142021: Error mysqlquery

2018-02-11 Thread Herzi.Pinki
Herzi.Pinki added a subscriber: Milimetric.Herzi.Pinki added a comment. @Milimetric, could you please be so kind and add some boost on this topic?TASK DETAILhttps://phabricator.wikimedia.org/T142021EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Herzi.PinkiCc

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T142021: Error mysqlquery

2018-02-09 Thread Herzi.Pinki
Herzi.Pinki added a subscriber: matmarex.Herzi.Pinki added a comment. @matmarex, could you please be so kind and add some boost on this topic?TASK DETAILhttps://phabricator.wikimedia.org/T142021EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Herzi.PinkiCc

[Pywikipedia-bugs] [Maniphest] [Commented On] T363303: page.coordinates() fails in pywikibot

2024-04-24 Thread Herzi.Pinki
Herzi.Pinki added a comment. pwb.py version: Pywikibot: [https] r-pywikibot-core.git (60e9ec2, g1, 2024/03/08, 07:47:53, OUTDATED) Release version: 9.0.0 packaging version: 23.2 mwparserfromhell version: 0.6.6 wikitextparser version: n/a requests version: 2.31.0

[Pywikipedia-bugs] [Maniphest] [Commented On] T363303: page.coordinates() fails in pywikibot

2024-04-24 Thread Herzi.Pinki
Herzi.Pinki added a comment. Now I logged in to test.wikipedia.org, it does not change the behavior. I also tried to log out and log in from paws, did not change anything. thanks for caring - still help needed (and yes, why the test.wikipedia is involved, is a miracle ... TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Created] T363303: page.coordinates() fails in pywikibot

2024-04-24 Thread Herzi.Pinki
Herzi.Pinki created this task. Herzi.Pinki added projects: Pywikibot, API Platform. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION import pywikibot asite = pywikibot.Site('de') #asite.login() page = pywikibot.Page(asite, "Wien")