You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: spurious network error (2 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
I tried:
Using another machine
Using another OS
Disabling firewall
Reinstalling rust
Deleting my entire machine (hard reset)
but it doesn't work
This is my Cargo.toml file
[package]
name = "game1"
version = "0.1.0"
authors = ["name"]
edition = "2018"
[dependencies]
bevy = "0.5"
literally, what?
Updating crates.io index
warning: spurious network error (2 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
warning: spurious network error (1 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
error: failed to get bevy as a dependency of package game1 v0.1.0 (C:\Users\myname\Desktop\Files\game1)
Caused by:
failed to load source for dependency bevy
Caused by:
failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
this is the full error message
Keep in mind that I disabled firewall, I have no proxy (I checked) and no VPN. I also read posts #6513 and #3750 but they didn't help. This isn't a problem with my machine, nor my network. What is this? Is there a fix?
The text was updated successfully, but these errors were encountered:
I think we have issues where libgit2 cant work on IPv6. @ehuss do I remember that correctly? It may be worth trying with the git-fetch-with-cli = true set.
Hello, I keep getting this message:
warning: spurious network error (2 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
I tried:
but it doesn't work
This is my Cargo.toml file
[package]
name = "game1"
version = "0.1.0"
authors = ["name"]
edition = "2018"
[dependencies]
bevy = "0.5"
literally, what?
Updating crates.io index
warning: spurious network error (2 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
warning: spurious network error (1 tries remaining): failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
error: failed to get bevy as a dependency of package game1 v0.1.0 (C:\Users\myname\Desktop\Files\game1)
Caused by:
failed to load source for dependency bevy
Caused by:
Unable to update registry https://github.com/rust-lang/crates.io-index
Caused by:
failed to fetch https://github.com/rust-lang/crates.io-index
Caused by:
failed to read data: The server returned an invalid or unrecognized response
; class=Os (2)
this is the full error message
Keep in mind that I disabled firewall, I have no proxy (I checked) and no VPN. I also read posts #6513 and #3750 but they didn't help. This isn't a problem with my machine, nor my network. What is this? Is there a fix?
The text was updated successfully, but these errors were encountered: