NeuroCPP

Results 39 comments of NeuroCPP

Remote app + local cors server I also use this configuration (overrides the issue of not being able to play copyrighted(supported) songs) I just said that to mark it up...

DID it Sort of just installed http server using node.js and then run it as local host running like a charm(NOT) but there is this message ![image](https://user-images.githubusercontent.com/85978957/170334090-186f8f06-f7e1-4e4e-aacd-6dad7bde9e15.png) let's test this...

works well - Search Working : True - Playing:True - Caching(Audio):A BIG NOPE - ![image](https://user-images.githubusercontent.com/85978957/170338803-507c7ef9-c124-4d71-b61b-eba5b8134eb2.png) returns with this message as always - Browser Rejects Cache Persistance : FIXED(just the service...

UPDATE: guess who the culprit was DRUM ROLL:ME run the http-server from the flagplayer-master folder (before i was running it from the page subfolder😅) BUT , but **http-server screenshot** ![image](https://user-images.githubusercontent.com/85978957/170345031-1923bac0-7ff5-468a-a47e-d031d5018184.png)...

Ok I will do that - [x] _**NOT NEEDED**_ ~~edit the reference to sw.js in index.js to page/sw.js and see if nothing else breaks~~ - [ ] add a documentation...

Ok there is some problem accessing CORS server ..sometimes it works and sometimes it doesn't then my pc BSODed multiple times..😕😕

> edit the reference to sw.js in index.js to page/sw.js and see if nothing else breaks can't figure out which index.js file are you mentioning here there are nearly 5...

Did again as u suggested but not in 'index.js' but in different main files here's what I found Search ".js" (8 hits in 3 files of 3 searched) E:\Software\FlagPlayer-master\page\index.html (1...

So I accidentally Line 589: edited this from "./page.js" --> "page.js" and it stopped working took 10 min to figure out the mistake

> `Line 257: navigator.serviceWorker.register("./sw.js").then(function(registration) {` That's the line you're looking for, and the one I initially meant (though I mistakingly said index.js instead of page.js). Experiment with the path there,...