Hello!
I have been getting a fairly consistent 503 error when using the API from this site.
I have following the guidelines for the API but it seems to want to consistently throw a 503 error for https://e621.net/posts.json
Has anyone else experienced this?
Thanks!
Exception in api iterator:
Traceback (most recent call last):
File ".\e621.py", line 198, in prefilter_build_index
for results in gen(last_id, **kwargs):
File "H:\e621_lib\remote.py", line 258, in get_posts
response.raise_for_status()
File "C:\Users\XXXXXX\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: https://e621.net/posts.json
Http Status: 503
Text: <html>
<head>
<title>Attention Required! - e621.net</title>
<link href="https://e621.net/favicon.ico" rel="icon">
</head>
<body>
<div class="message">
<h1>e621</h1>
<p>Please confirm you are not a robot.</p>
<form class="e6-challenge" action="/challenge" method="post">
<input type="hidden" name="_key" value="2641470658"/>
<input class="e6-challenge" type="submit" value="I'm not a robot!"/>
</form>
</div>
</body>
</html>