mos9527

Results 24 comments of mos9527

> I still doubt if https://mkcn-prod-public-30001-1.dailygn.com should be used as the API Endpoint for CN Server. Seems like this endpoint is no longer in use. Which is to be expected...

> [CSV Format](https://github.com/user-attachments/files/19626330/mk-zian-obt-cdn.bytedgame.com_2025_04_07_12_47_30.csv) [HAR Format](https://gingerbreap-my.sharepoint.com/:u:/g/personal/gbrp_gbrp_top/EQFMAHnXWZtHhcHHnxwYMeIBy4gAjigbEZhjieE-viC_tA?e=vw43sa) @gingerbreap Thanks a lot. These have been quite helpful! The schema pattern shown in these capture does seem to allow CN bundles to download. You...

> I'm wondering if there's an another way to do this for better efficiency and to avoid possible DDOS. The bundle location seemed to have already located in the `AssetBundleInfo`,...

> I'm wondering if there's an another way to do this for better efficiency and to avoid possible DDOS. The bundle location seemed to have already located in the AssetBundleInfo,...

https://github.com/mos9527/sssekai/commit/2df55addc1c56968d317bff293698358730bc9f6 should *really* fix this. What we are doing now is pretty close to the TW game's decomp. Do note though that auth is required for Master Data now. (which...

> Both TW and KR seemed to be working on my side (don't know why they all stopped working at some point near the end, see screenshot). Was checking CN...

> [@mos9527](https://github.com/mos9527) the AB_ENDPOINT appears to be missing a `/` at the end for ROW: > > ``` > While downloading music/jacket/jacket_s_433 : 404 Client Error: Not Found for url:...

> the self.raise_for_auth() isn't needed since you can download the master data withput any authentication. Also, the url for the master data is https://lf21-mkovscdn-sg.bytedgame.com/obj/sf-game-alisg/gdl_app_5245/MasterData/60001/master-data-{cdnVersion}}.info for tw. [Last time](https://github.com/mos9527/sssekai/issues/17) I've checked...

> I tested the memory performance of this PR using tracemalloc. In the worst-case scenario from my test, the context cache occupies ~240KB of extra memory, which is acceptable for...

> Going by the docs and code for lru_cache, it doesn't create a cache for each thread. It simply handles the parallel access to a cache and makes that thread-safe....