Lost-MSth / Arcaea-server

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

Songs doesnt downloads #159

Closed MaximIce1 closed 5 months ago

MaximIce1 commented 5 months ago

if i try to download all songs, server seems sending them, but client fails downloading them image image arcaea 5.5.8c server from dev branch

Lost-MSth commented 5 months ago

The server cannot get its address correctly. Please set the config item DOWNLOAD_LINK_PREFIX.

MaximIce1 commented 5 months ago

how i should get prefix?

Lost-MSth commented 5 months ago

Have you seen the config doc?

Format: http(s)://host(:port)/download/ based on client. If you use Charles remote mapping, set host the direct destination address.

MaximIce1 commented 5 months ago

thanks, fixed