Lost-MSth / Arcaea-server

一个微型的 Arcaea 本地服务器 A small local server for Arcaea
MIT License
358 stars 53 forks source link

base.ogg not downloading (Dev Build) #156

Closed CoreAndCrew closed 5 months ago

CoreAndCrew commented 5 months ago

I am migrating songs from an old version of Arcaea to a new one so it can support ETR difficulty. I am getting a bug in which it is not downloading the base.ogg and thus cannot play the song. I am using server version v2.11.3.8 (the recent version in dev) and arcaea version 5.5.8c

image

Lost-MSth commented 5 months ago

Can you show me the folder structure of song data?

Do all songs have this problem?

rlarhsid commented 5 months ago

you too? I'm having the exact same problem. I think the current dev build has a problem.

rlarhsid commented 5 months ago

@Lost-MSth tested via the 2.11.3 master branch files, overwrting the "download.py" file in "/core" directory fixed this problem.

Lost-MSth commented 5 months ago

OK. I know it.

firstWindow commented 5 months ago

(4.aff ) file name is missing in core > download.py

FILE_NAMES = ['0.aff', '1.aff', '2.aff', '3.aff', '4.aff', 'base.ogg', '3.ogg', 'video.mp4', 'video_audio.ogg', 'video_720.mp4', 'video_1080.mp4']

CoreAndCrew commented 5 months ago

Works now, thank you!

image