[Pywikipedia-bugs] [Maniphest] [Commented On] T331243: redirect.py: problem with the build-in generator

2023-04-02 Thread Shalomori123
Shalomori123 added a comment. Got it, thanks  TASK DETAIL https://phabricator.wikimedia.org/T331243 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, Shalomori123 Cc: Aklapper, pywikibot-bugs-list, Shalomori123, Themindcoder, Adamm71

[Pywikipedia-bugs] [Maniphest] [Commented On] T331243: redirect.py: problem with the build-in generator

2023-04-01 Thread Shalomori123
Shalomori123 added a comment. @Xqt why to deprecate this option actually? I think the problem is in this strange generator. We have no other generator in `pagegenerators` that yield `str()` type. I don't understand in the software efficiency of the `Page()` class, but I think

[Pywikipedia-bugs] [Maniphest] [Retitled] T331243: redirect.py: problem with the build-in generator

2023-03-09 Thread Shalomori123
Shalomori123 renamed this task from "redirect.py: problem with namespace" to "redirect.py: problem with the build-in generator". TASK DETAIL https://phabricator.wikimedia.org/T331243 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Created] T331243: redirect.py: problem with namespace

2023-03-05 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added projects: Pywikibot-Scripts, Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION @PAWS:/srv/paws/pwb$ python pwb.py redirect double -ns:0 -fullscan . Execution time: 0 seconds

[Pywikipedia-bugs] [Maniphest] [Commented On] T328203: 503 error

2023-01-28 Thread Shalomori123
Shalomori123 added a comment. It doesn't make sense to me to write an unreadable CSS code, but I can't force you. TASK DETAIL https://phabricator.wikimedia.org/T328203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: JJMC89

[Pywikipedia-bugs] [Maniphest] [Commented On] T328203: 503 error

2023-01-28 Thread Shalomori123
Shalomori123 added a comment. We can't override this? TASK DETAIL https://phabricator.wikimedia.org/T328203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: JJMC89, Aklapper, pywikibot-bugs-list, Shalomori123, PotsdamLamb

[Pywikipedia-bugs] [Maniphest] [Created] T328203: 503 error

2023-01-28 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION This is the error massage that I get often when the internet connection is not very stable. WARNING: Http response status

[Pywikipedia-bugs] [Maniphest] [Commented On] T325912: NoRedirectPageBot: Two conflicting messages

2022-12-25 Thread Shalomori123
Shalomori123 added a comment. Thank you @xqt, I thought that it supposed to pass as a parameter to `super().__init__(**kwargs)`. What caused my wrong is a line that tell this (the last line of the first warning)... What's the meaning of this line? TASK DETAIL https

[Pywikipedia-bugs] [Maniphest] [Commented On] T325912: NoRedirectPageBot: Two conflicting messages

2022-12-24 Thread Shalomori123
Shalomori123 added a comment. Version: Pywikibot: pywikibot/__init__.py (, -1 (unknown), 2022/07/23, 15:01:36, UNKNOWN) Release version: 7.5.0 setuptools version: 58.2.0 mwparserfromhell version: 0.6.3 wikitextparser version: n/a requests version: 2.26.0 Python

[Pywikipedia-bugs] [Maniphest] [Edited] T325912: NoRedirectPageBot: Two conflicting messages

2022-12-24 Thread Shalomori123
Shalomori123 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T325912 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: Aklapper, pywikibot-bugs-list, Shalomori123, PotsdamLamb, Jyoo1011, JohnsonLee01, SHEKH

[Pywikipedia-bugs] [Maniphest] [Created] T325912: NoRedirectPageBot: Two conflicting messages

2022-12-24 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION WARNING: /.../python/pywikibot/pywikibot/bot.py:1787: FutureWarning: RedirectPageBot is deprecated since release 7.2.0; use

[Pywikipedia-bugs] [Maniphest] [Created] T313665: Pywikibot/readme: missing '

2022-07-23 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION This isn't a bug. Just a little annoying fix. On the readme file there is example of bot. In the `update_options` dict

[Pywikipedia-bugs] [Maniphest] [Commented On] T311173: Scripts/add_text: -createonly doesn't work

2022-06-22 Thread Shalomori123
Shalomori123 added a comment. Thank you! TASK DETAIL https://phabricator.wikimedia.org/T311173 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, Shalomori123 Cc: Aklapper, pywikibot-bugs-list, Shalomori123, Jyoo1011, JohnsonLee01, SHEKH

[Pywikipedia-bugs] [Maniphest] [Created] T311173: Scripts/add_text: -createonly doesn't work

2022-06-22 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added projects: Pywikibot, Pywikibot-Scripts. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION The option '-createonly' doesn't working. To fix it you need to do 2 changes: 1. Add

[Pywikipedia-bugs] [Maniphest] [Commented On] T291684: pywikibot move page doesn't mark in a bot flag

2021-09-25 Thread Shalomori123
Shalomori123 added a comment. My first point was solved, but the second didn't yet. TASK DETAIL https://phabricator.wikimedia.org/T291684 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: Xqt, Legoktm, pywikibot-bugs-list, Aklapper

[Pywikipedia-bugs] [Maniphest] [Commented On] T291684: pywikibot move page doesn't mark in a bot flag

2021-09-25 Thread Shalomori123
Shalomori123 added a comment. Thank you @Legoktm TASK DETAIL https://phabricator.wikimedia.org/T291684 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: Xqt, Legoktm, pywikibot-bugs-list, Aklapper, Shalomori123, Jyoo1011

[Pywikipedia-bugs] [Maniphest] [Updated] T291684: pywikibot move page doesn't mark in a bot flag

2021-09-24 Thread Shalomori123
Shalomori123 added a project: Pywikibot. Restricted Application added a subscriber: pywikibot-bugs-list. TASK DETAIL https://phabricator.wikimedia.org/T291684 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Closed] T281323: Replace.py: -addcat

2021-04-29 Thread Shalomori123
Shalomori123 closed this task as "Invalid". Shalomori123 added a comment. Yes, my bad. But my mistake caused because it doesn't exists in the documentation in MW, so thought it's absolutely deprecated. TASK DETAIL https://phabricator.wikimedia.org/T281323 EMAIL PREFERENC

[Pywikipedia-bugs] [Maniphest] [Commented On] T281389: Page/__init__.py: WikibaseEntity

2021-04-29 Thread Shalomori123
Shalomori123 added a comment. I think you tried to do something but it's not working. so if name not in self.DATA_ATTRIBUTES we need to raise an exception or warning, and delete the last line of the func... TASK DETAIL https://phabricator.wikimedia.org/T281389 EMAIL PREFERENCES https

[Pywikipedia-bugs] [Maniphest] [Commented On] T281323: Replace.py: -addcat

2021-04-28 Thread Shalomori123
Shalomori123 added a comment. The existence in the documentation in line 37. On line 529: @deprecated_args(acceptall='always', addedCat='addcat') There is no warning, and that's what strange here. The command line is: python pwb.py replace '(שבי"ל)' '([[מחבר:שבי&qu

[Pywikipedia-bugs] [Maniphest] [Created] T281410: Pywikibot ItemPage: can't get the item of the Main Page

2021-04-28 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Hello, when I tried to get the item of the Main Page of any wiki, it's throw an exception. Maybe it's not a problem of the Main

[Pywikipedia-bugs] [Maniphest] [Commented On] T281389: Page/__init__.py: WikibaseEntity

2021-04-28 Thread Shalomori123
Shalomori123 added a comment. Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_ru

[Pywikipedia-bugs] [Maniphest] [Commented On] T281389: Page/__init__.py: WikibaseEntity

2021-04-28 Thread Shalomori123
Shalomori123 added a comment. Ok, it's only if I try to get invalid value: import pywikibot site = pywikibot.Site('he', 'wikisource') page = pywikibot.Page(site, 'קטגוריה:רבי אבא') item = pywikibot.ItemPage.fromPage(page) item.abc TASK DETAIL https://phabricator.wikimedia.org

[Pywikipedia-bugs] [Maniphest] [Commented On] T281389: Page/__init__.py: WikibaseEntity

2021-04-28 Thread Shalomori123
Shalomori123 added a comment. But when I did something it's raised an exception because of that. TASK DETAIL https://phabricator.wikimedia.org/T281389 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: Xqt, Aklapper, pywikibot-bugs

[Pywikipedia-bugs] [Maniphest] [Created] T281389: Page/__init__.py: WikibaseEntity

2021-04-28 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION On the page/__init__ file, in the class WikibaseEntity, there is function called __getattr__(), and it's returns at the end (line

[Pywikipedia-bugs] [Maniphest] [Retitled] T281323: Replace.py: -addcat

2021-04-28 Thread Shalomori123
Shalomori123 renamed this task from "-addcat" to "Replace.py: -addcat". TASK DETAIL https://phabricator.wikimedia.org/T281323 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Shalomori123 Cc: Aklapper, pywikibot-bugs-list, Sh

[Pywikipedia-bugs] [Maniphest] [Created] T281323: -addcat

2021-04-27 Thread Shalomori123
Shalomori123 created this task. Shalomori123 added a project: Pywikibot-replace.py. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Hey there! The code states that the parameter "-addcat", to add category when editing, is deprecated