thedudeguy / JukeIt

A Bukkit plugin for Minecraft that allows you to "Burn" new music onto Music Discs and play them in the Jukeboxes.
GNU General Public License v3.0
10 stars 10 forks source link

No "Download Complete" #139

Closed tehbrandork closed 10 years ago

tehbrandork commented 10 years ago

I just bought JukeIt Pro and everything seems to work fine up until I try to play a song, and it says "Downloading Music..." but never "Download Complete".

I'm constantly looking at the logs and what bothers me is that according to other people, it should say something about a music uri, and here, it says nothing about it.

22:32:45 [INFO] [JukeIt] Player Pickup Item 22:32:47 [INFO] [JukeIt] Checking if URL is complete: 226_-VA-_GoShiina-_God _AndMan-Shall_We_MeetAgain-.mp3 22:32:47 [INFO] [JukeIt] URL Failed, probably a server file 22:32:47 [INFO] [JukeIt] Checking newly patched url: http://http://75.83.132.155 /:8081/music/226-VA-_GoShiina-_God_AndMan-Shall_We_MeetAgain-.mp3 22:32:47 [INFO] [JukeIt] URL Passes, returning as: http://http://75.83.132.155/: 8081/music/226-VA-_GoShiina-_God_AndMan-Shall_We_MeetAgain-.mp3 22:32:47 [INFO] [JukeIt] Attempting to start jukebox with url 226-VA-_GoShii na-_God_AndMan-Shall_We_Meet_Again-.mp3

thedudeguy commented 10 years ago

You closed the issue, does that mean you resolved it?

tehbrandork commented 10 years ago

Yes, in the config it seems that putting http:// in my serverhostname with the ip address seemed to be the problem. It works now, but for some reason when I first used it, minecraftServerHostname: 75.83.132.155 would not work and would throw an error, now it works fine.

I originally had to put minecraftServerHostname: http://75.83.132.155/ in the config in order for the web server to work but that would cause the music to not download correctly.