Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
It looks like SteamCMD first tries to get the update manifest from a misspelled URL, cdn.akamai.steamstaticcom[cdn.akamai.steamstaticcom] rather than cdn.akamai.steamstatic.com, and a proper DNS server at this point would say "that doesn't exist" and then SteamCMD would try a different URL.
The default Virgin Media DNS server instead reports that it does exist, and sends the IP of a webserver belonging to Virgin, so that it can send you a search page. SteamCMD is not expecting this so it falls over.
Using a different DNS server fixes this. What's blowing my mind is that the SteamCMD installer has a timestamp from 2013, so this first install experience has been broken for years. Wow.
SteamCMD first tries to grab the update manifest from: http://client-download.steampowered.com/client/steam_cmd_win32 but is HTTP-redirected to http://cdn.akamai.steamstaticcom/client/steam_cmd_win32 which is typo'd, and so should fail. That typo is probably a recent mistake.
If it does fail, it tries again with http://media.steampowered.com/client/steam_cmd_win32 which does work.
But, Virgin Media's DNS servers hijack the typo'd cdn.akamai.steamstaticcom URL, and reply with a web page with a 200 OK status code, which is only supposed to be used when the request was properly replied to. SteamCMD then thinks everything is fine, and tries to interpret the webpage as the client update manifest, and blows up.
So yeh: two things at fault here:
1. client-download.steampowered.com redirected to a typo'd URL
2. Virgin Media hijacking typo'd URLs and replying with a HTTP 200 OK status code.
The last one is pretty staggering. Like, at least reply with a 404 code, bloody hell, Virgin. Anyway, using a different DNS server works around it because it means you get around Virgin squatting typo'd URLs.
Yeah because SteamCMD worked before, this seemed recent (2021 type recent). However Im still getting an error. The second link does work when I type it in, and I get a file called steam_cmd_win32 (literally type file). But not sure what to do with it. But I changed the DNS and still get the virgin media http 200 "error".
This will makes your computer use the IP for media.steampowered.com when trying to reach client-download.steampowered.com. I've tested and it works, but I don't know if this will introduce unintended consequences with anything else, try at your own risk.
this also worked for me, thank you so much!!