@kanade_lab Could you please check the update file configuration of this ghost sometime?
I think maybe there is something wrong with it
Conversation
Notices
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:36 JST steve -
ななっち (kanade_lab@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST ななっち @steve02081504 対応してみましたがどうでしょうか
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST steve @kanade_lab I'm still unable to update and it looks like I have a network problem (and it doesn't look like the ssp update cache is working either)
Maybe after pona fixes the update caching issue with ssp I'll get it done a few more times
Anyway, thanks for the help! -
ななっち (kanade_lab@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST ななっち @steve02081504 アップデートのログにエラーが出てたりしますか?
先程はゴーストのフルアップロードを試しましたが、エラーの原因がわからないまま対応したので詳しく見ておきたいです。・Ctrl+L
・Left-Bottom Combobox: Update -
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST steve @kanade_lab This looks like the server is denying access on the way to download, although I'm not sure
-
ななっち (kanade_lab@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST ななっち @steve02081504
"server is denying access" の可能性… とりあえずブラウザで開いてみますか? ブラウザで開けるならSSPが怪しいのかもしれない
レンタルサーバーの問題でないと良いのですが -
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST steve @kanade_lab Even though I got an error updating ghost in ssp, I can still access the file normally in the browser
It does seem to be a ssp's issue. -
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST steve @ponapalt Could you please check the relevant codes?
Thanks for your efforts :blobok: -
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:13:35 JST ぽな (C.Ponapalt) @steve02081504 Please check network log. (not update log)
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:14:31 JST steve -
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:19:17 JST ぽな (C.Ponapalt) @steve02081504 There is a log that succeeds with HTTP code 304, so it is not an update cache issue.
Since it is stopping with a 502 error, it is probably an error on the server side or some cache server leading up to it. -
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:21:06 JST steve @ponapalt I'm not quite sure about all this, does this mean nanachi needs to change the server used for ghost updates? :meow_thinking:
-
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:26:05 JST ぽな (C.Ponapalt) @steve02081504 A 502 Bad Gateway error is returned because an error occurred at one of the relay servers leading up to the nanachi.sakura.ne.jp server.
It may be a problem in your environment, or it may be a technical problem on the Sakura Internet side. At least on the SSP side, the only thing I can do is to increase the number of retries. -
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:31:27 JST ぽな (C.Ponapalt) @steve02081504 Does it happen even if you rewrite the homeurl from http to https?
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:33:20 JST steve @ponapalt Thanks for the answer!
One more question, why does using the local cache require access to ghost's update server?
In my scenario, with a local file cache ssp could just skip this file fetch without any internet queries -
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 20:36:52 JST steve @ponapalt Looks much better with https, but still ng (after about 50 files successfully updated)
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 13-May-2023 21:33:00 JST steve @ponapalt (Unless the locally cached file is different from the md5&size documented in updates.txt)
-
ぽな (C.Ponapalt) (ponapalt@ukadon.shillest.net)'s status on Saturday, 13-May-2023 21:33:00 JST ぽな (C.Ponapalt) @steve02081504 For now, the mechanism is to send the cache file updated date with if-modified-since header, and if 302 Not Modified is returned, the entire data of the file is not transferred.
We need to rewrite the code to check the file hash first and skipping entire communication process, so please wait a bit.
-