Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

Recaptcha doesn't load, resulting in a unusable site #73

Closed Noobfortress closed 4 years ago

Noobfortress commented 4 years ago

The site tries to load recaptcha from (https://www.google.com/recaptcha/api/js/recaptcha_ajax.js), which doesn't work due to a mime type mismatch. Results in the tool not loading at all.

Tested in firefox (v70.0.1) and edge (v44.17763.771.0), both givve the same errors

Errors in firefox: The resource from “https://www.google.com/recaptcha/api/js/recaptcha_ajax.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

Loading failed for the <script> with source “https://www.google.com/recaptcha/api/js/recaptcha_ajax.js”.

ReferenceError: Recaptcha is not defined

Errors in edge: Script from https://www.google.com/recaptcha/api/js/recaptcha_ajax.js was blocked due to mime type mismatch

'Recaptcha' is not defined

MarkL4YG commented 4 years ago

Hi @Noobfortress 👋 , this repository is community-maintained since a while now and we cannot provide support for Dinnerbone's personal site.
This is a duplicate of #68 and #67 .

kevinkjt2000 commented 4 years ago

All I can say is, try to reach out to @Dinnerbone through twitter or via some other means. His website code is not stored in this repo.