-
pywikibot complains:
"AssertionError: articlepath must end with /$1"
It's not clear to me where to report this upstream. Or how to best resolve it. I will try if uncommenting the assertion does the t…
guaka updated
9 years ago
-
pywikibot has a pure python template param extractor using regex, which behaves slightly different in corner cases to mwpfh.
pywikibot's mwpfh code is simply using "parsed_wikitext_obj.filter_templat…
-
i am very new to python, and any other scripting language.
i am very new to anything which got to do with server/client/connections.
i was trying to set up my own wiki for updating doxygen documents.…
-
* Operating system: Windows 10
* Python 3.10.8
Hello, I can't run your application - `python import_one.py Q2` fails with `TypeError: 'NoneType' object is not subscriptable` error.
I have no expi…
-
After fixing #56, [Pywikibot](https://github.com/wikimedia/pywikibot) Python installation on AppVeyor fails anyway with the following error:
```
mkdir appveyor
$wc = new-object net.webclient
$run …
-
I've been getting this error from the cron job for a couple of days:
```
Traceback (most recent call last):
File "/home/utasart/github-wikidata-bot/.venv/lib/python3.8/site-packages/pywikibot/p…
-
https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/exceptions.py is an example of a very long docstring, which would require a large read size, however we want a low read size to avoid…
-
e.g. https://github.com/wikimedia/pywikibot-core/blob/2702690/pywikibot/comms/http.py#L256
Opened via [gitter](https://gitter.im/coala/coala/?at=585e87ce7a3f79ef5d981e5b) by @jayvdb
-
Cannot login to wiki via [MediaWiki API](https://www.mediawiki.org/wiki/API:Login); as a result automated API-based libraries like pywikibot cannot login.
It's theoretically possible to login via A…
-
**Problem:** When running the pre-commit hook in Windows PowerShell, `get_config` returns `{}` because `prog='docsig.EXE'` instead of `'docsig'`.
**t.patch:**
moves disable from cli arg to config
…