Hello colleagues!
When trying to start the bot through:
$python pwb.py login
An error occurs:
WARNING: Non-JSON response received from server testwiki:en for url
https://testwiki.wiki/api.php
The server may be down.
Status code: 200
File "C:\bot\pywikibot\data\api.py", line 1899, in wait
raise TimeoutError('Maximum retries attempted without success.')
pywikibot.exceptions.TimeoutError: Maximum retries attempted without success.
CRITICAL: Exiting due to uncaught exception <class 'pywikibot.exceptions.Timeout
Error'>
How can this problem be solved?