Show error message when the server asks for a captcha
This commit is contained in:
@@ -75,6 +75,10 @@ export const download_file = () => {
|
|||||||
) {
|
) {
|
||||||
captcha_type = "ip_rate_limit"
|
captcha_type = "ip_rate_limit"
|
||||||
captcha_window_title = "IP address rate limited"
|
captcha_window_title = "IP address rate limited"
|
||||||
|
} else {
|
||||||
|
captcha_window_title = "CAPTCHA required"
|
||||||
|
error_code = file.availability
|
||||||
|
error_message = file.availability_message
|
||||||
}
|
}
|
||||||
|
|
||||||
if (load_captcha_script) {
|
if (load_captcha_script) {
|
||||||
@@ -117,6 +121,13 @@ export const download_list = () => {
|
|||||||
A lot of downloads have originated from this IP address lately.
|
A lot of downloads have originated from this IP address lately.
|
||||||
Please prove that you are not a robot:
|
Please prove that you are not a robot:
|
||||||
</p>
|
</p>
|
||||||
|
{:else}
|
||||||
|
<p class="indent">
|
||||||
|
{error_message}
|
||||||
|
</p>
|
||||||
|
<p class="indent">
|
||||||
|
Reponse code: {error_code}
|
||||||
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
<br/>
|
<br/>
|
||||||
<div bind:this={captcha_container} class="captcha_container"></div>
|
<div bind:this={captcha_container} class="captcha_container"></div>
|
||||||
|
Reference in New Issue
Block a user