josephdadams / midi-relay

Listens for HTTP request with JSON payload and relays MIDI/MSC commands on local ports.
MIT License
58 stars 9 forks source link

404 on http://127.0.0.1:4000/js/jquery/jquery.min.js #14

Closed hussra closed 2 years ago

hussra commented 4 years ago

I'm trying out midi-relay 2.2.0 on Windows 64-bit. Downloaded and unzipped midi-relay2.2.0-win-x64.zip, and I'm finding that on the settings page (http://127.0.0.1:4000/settings) not a whole lot is working (e.g. no MIDI ports listed, though I know loopMIDI is installed and working - it's listed in the midi-relay console window).

Peering into the Chrome dev tools, it looks like it's trying to pull in http://127.0.0.1:4000/js/jquery/jquery.min.js and getting a 404 error back.

It looks like http://127.0.0.1:4000/js/jquery/jquery.js is present and correct, but not the minified version that the settings page is asking for.

josephdadams commented 4 years ago

Just saw this. I missed the notification. Sorry about that. It is probably an issue with the way I packaged the binaries. I will look into building new releases that fix this problem.

hussra commented 4 years ago

No problem. I was able to figure out how to configure what I needed in midi-triggers.json, but just thought I'd report this while it was fresh in my mind.