When I select MusicIP mix in DSTM I always get a song mix instead. The server log shows that the following command is used to get the mix
If I enter this in Firefox I get "MusicIP API error - invalid request or internal error"
But if I change "localhost" to the IP address of my server then a mix is generated and takes around 14 seconds.
If I add the filter I would like to use with MusicIP the mix takes just over 15 seconds to generate.
I suppose "localhost" doesn't work as I am using a windows laptop to connect to a Raspberry Pi. Is the issue the time taken to generate the mix? If so could the timeout be increased?
Code:
http://localhost:10002/api/mix?album=%2Fmedia%2Fusb0%2FMyMusic%2FRamones%2F1999%20-%20Anthology%20(2CD)%2FCD1%2F01-Blitzkrieg%20Bop.mp3&mixgenre=0&sizetype=tracks&rejectsize=12&variety=3&style=100&size=30
But if I change "localhost" to the IP address of my server then a mix is generated and takes around 14 seconds.
If I add the filter I would like to use with MusicIP the mix takes just over 15 seconds to generate.
I suppose "localhost" doesn't work as I am using a windows laptop to connect to a Raspberry Pi. Is the issue the time taken to generate the mix? If so could the timeout be increased?