Uaseco - Music Server : "Could not access remote song"
Posted: 17 May 2017, 19:43
Hi all,
I have an issue with the musicserver plugin for Uaseco. The plugin can't read the song files, and i don't understand why. Here is my configuration file :
The music URL is : http://emcal.esy.es/Fichiers/Trackmania ... _black.ogg
You can click it, it works. But in the game, it doesn't work. Here are the logs :
I tried to put the musics in a local folder, but I have the same problem. So I think the problem comes from my music files. I converted them from MP3 to OGG, with Freac. Here is a picture of the software settings :

Thank you for your help.
I have an issue with the musicserver plugin for Uaseco. The plugin can't read the song files, and i don't understand why. Here is my configuration file :
Code: Select all
<music_server>http://emcal.esy.es/Fichiers/Trackmania/Musique/</music_server>
<song_files>
<song>ACDC_-_Back_in_black.ogg</song>
<!-- And others -->
</song_files>
You can click it, it works. But in the game, it doesn't work. Here are the logs :
Code: Select all
[2017-05-17 18:34:02] [MusicServer] webrequest->get(): 404 - The given URL could not be found!
#0 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\plugins\plugin.music_server.php(1073): WebRequest->HEAD(Array)
#1 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\plugins\plugin.music_server.php(238): PluginMusicServer->httpHead('http://emcal.es...')
#2 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(1100): PluginMusicServer->onEndMap(Object(UASECO), Object(Map))
#3 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(2130): UASECO->releaseEvent('onEndMap', Object(Map))
#4 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\plugins\plugin.modescript_handler.php(580): UASECO->endMap()
#5 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(1100): PluginModescriptHandler->onModeScriptCallbackArray(Object(UASECO), Array)
#6 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(1813): UASECO->releaseEvent('onModeScriptCal...', Array)
#7 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(445): UASECO->executeCallbacks()
#8 C:\Users\Emile\Desktop\Jeux\Serveur Maniaplanet v4\UASECO-0.9.1_2017-05-11\uaseco.php(2505): UASECO->run()
#9 {main}
[2017-05-17 18:34:02] [MusicServer] Could not access remote song [http://emcal.esy.es/Fichiers/Trackmania/Musique/ACDC_-_Back_in_black.ogg]!!!

Thank you for your help.