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

Wont Download File #97

Closed ghost closed 12 years ago

ghost commented 12 years ago

Now ive seen a few of these but none of them seem to apply to my issue. Yes i checked my port its open, typing my ip followed by the port takes me to the upload page on my web browser. The files are all .ogg or .wav. but i do got a little handy dandy log from my spoutcraft client.

2012/06/19 02:51:57 [INFO] CashForGoldSong.wav got clicked at 71, 3 2012/06/19 02:51:59 [INFO] WARNING, Downloaded File burned_disc_magenta.png's CRC -15742040471789344 did not match the expected CRC: 0 I did my research its something to do with too large of a file supposedly. the issue is ive tested this with .wav files that last no longer than 2 secs, so im quite confused here.

thedudeguy commented 12 years ago

the crc stuff is about the custom item texture cache and wont effect the music part. how big is your wave? your music should be around 2 mb's for the best results.

the address you type in to get to the web gui: is it the same address you have put in for the config option "minecraftServerHostname"? it should be if its not.

also you its best to not use a local network ip for that config. you want your ip on your wan side and not your lan side.

ghost commented 12 years ago

whoops, ok, figured it out. Btw, yes I had my external ip,(tnx to ipchicken) in there, everything was supprisingly setup correct. I had a few people jump on real quick and they said it worked fine for them so its either A. because Im on the server pc, or B. my client. I was just testing this mod for the main server i belong to to see if i could get it working on my test server first but since it will be on a non accessible server this really doesn't bother me, tnx for the help!

thedudeguy commented 12 years ago

no problem. closing this ticket.