Pywikibot keeps attempting to access non-existent files when running with allimages().
2020-02-14 06:43:34,471 corruptBackwards: DEBUG Skipping check on File:JR久慈 駅 - panoramio (1).jpg Traceback (most recent call last): File "fullscan_reversed.py", line 23, in <module> scan.process_file() # Do the work File "/home/ccc/Commons-image-corruption-detector/base_scan.py", line 65, in process_file for image_page in pwb_wrappers.allimages(reverse=self.reverse): File "/usr/local/lib/python3.8/site-packages/pywikibot/data/api.py", line 2808, in __iter__ self.data = self.request.submit() File "/usr/local/lib/python3.8/site-packages/pywikibot/data/api.py", line 1985, in submit rawdata, use_get = self._http_request(use_get, uri, body, headers, File "/usr/local/lib/python3.8/site-packages/pywikibot/data/api.py", line 1767, in _http_request self.wait() File "/usr/local/lib/python3.8/site-packages/pywikibot/data/api.py", line 2088, in wait raise TimeoutError('Maximum retries attempted without success.') pywikibot.exceptions.TimeoutError: Maximum retries attempted without success.
@AntiCompositeNumber got pywikibot to fail attempting to access
Without the percent-encoding, that's
Pywikibot is using POST and not GET, but it fails the same. Most recent attempt resulted in
{"error":{"code":"internal_api_error_WMFTimeoutException","info":"[XknCBQpAAEsAAJ7w@woAAACH] Caught exception of type WMFTimeoutException","errorclass":"WMFTimeoutException"},"servedby":"mw1280"}
Could someone with logstash access look into what's going on with the media-wiki end?