-
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
-
`C:\pwb>pwb.py userscripts/clean_commonscat.py
Traceback (most recent call last):
File "C:\pwb\pwb.py", line 39, in
sys.exit(main())
File "C:\pwb\pwb.py", line 35, in main
runpy.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…
-
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 would like to use wbsetclaimvalue to change values for existing statements, like what is being done with the Pywikibot tutorial: https://www.wikidata.org/wiki/Wikidata:Pywikibot_-_Python_3_Tutorial/…
-
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…
-
In addition to the mock-ish stdin testing already merged, this needs very real tests of the python runtime, to cover real scenarios like various `PYTHONIOENCODING` and `LANG`/etc settings.
Ideally …