RaspSDR / server

The web-888 web server code, Clone from kiwisdr with lots of changes
11 stars 4 forks source link

DRM Scedule site connection fails #11

Closed neil969 closed 1 month ago

neil969 commented 1 month ago

I only received my Web-888 today, and have not managed to receive any DRM yet but when firing up the DRM extension it says in a yellow box at the top "can't contact server using default data" . Therefore the scheduled frequencies are all wrong.

I am using the Alpha Channel - Currently v2024.1001 , and again, I can see the same issue on other receivers in rx.rx-888.com image

littlebear0729 commented 1 month ago

I checked DevTools and found a request to URL: http://downloads.rx-888.com/webconfig/drmrx.cjson, and this request encountered a CORS error.

littlebear0729 commented 1 month ago

Also, FAX decoding extension is facing the same problem while sending a request to: http://downloads.rx-888.com/webconfig/FAX_freq_menus.cjson. Maybe some Cross-Origin security setting of the domain "downloads.rx-888.com" should change?

howard0su commented 1 month ago

I will fix it. The configuration of server side is override by some unknown problem.

howard0su commented 1 month ago

fixed, please check.

littlebear0729 commented 1 month ago

It's now working.