copyvios icon indicating copy to clipboard operation
copyvios copied to clipboard

API query failed: 503 Server Error:

Open SpelunkerToday opened this issue 2 years ago • 2 comments

Traceback (most recent call last): File "/data/project/copyvios/www/python/src/app.py", line 38, in inner return func(*args, **kwargs) File "/data/project/copyvios/www/python/src/app.py", line 103, in index query = do_check() File "./copyvios/checker.py", line 44, in do_check _get_results(query, follow=not _coerce_bool(query.noredirect)) File "./copyvios/checker.py", line 58, in _get_results page.get() # Make sure that the page exists before we check it! File "/data/project/copyvios/git/earwigbot/earwigbot/wiki/page.py", line 587, in get rvprop="content|timestamp", rvslots="main") File "/data/project/copyvios/git/earwigbot/earwigbot/wiki/site.py", line 708, in api_query return self._api_query(kwargs) File "/data/project/copyvios/git/earwigbot/earwigbot/wiki/site.py", line 246, in _api_query raise exceptions.APIError("API query failed: {0}".format(exc)) APIError: API query failed: 503 Server Error: Service Unavailable for url: https://en.wikipedia.org/w/api.php

SpelunkerToday avatar Mar 08 '22 18:03 SpelunkerToday