Poswn

Results 8 comments of Poswn

I'm using the latest version of Nukkit at the time of this issue opened, commit `90cd601` of the `master` branch.

If you want to test this easily, you can fly high up in air, drop & whilst falling say something random in chat to run the method to teleport you,...

Not sure but this issue from Pocketmine may be possibly related or not. `https://github.com/pmmp/PocketMine-MP/issues/821`

FYI - This request works fine from my python project ```python import requests URL = "https://www.minecraft.net/en-us/download/server/bedrock" def get_download_link(): response = requests.get(URL, headers={ "User-Agent": "Mozilla/5.0 (X11; CrOS x86_64 12871.102.0) AppleWebKit/537.36 (KHTML,...

> Have you set a 10 second timeout? In the rust code I have yes? (python I haven’t)

Removed the `.timeout()` line and still get the same error

That’s so weird it works for you but not for me ![image](https://github.com/seanmonstar/reqwest/assets/70639233/17b2bf7e-636d-4cd0-8585-146319018c63)

> I don't know whether this is a bug or not, since I'm not actually sure what the expected behaviour is here. I mean as in for example look at...