milaq / YCast

Self hosted vTuner internet radio service emulation
Other
243 stars 93 forks source link

ERROR: Unhandled upstream query #38

Open M-Schoeler opened 4 years ago

M-Schoeler commented 4 years ago

Hi all, i am trying to integrate a Sagemcom radio into ycast. It is isung the url wistron.vtuner.com which i was able to redirect to ycast. when staring ycast with debugging i see these errors:

2020-02-23 20:47:12 ERROR: Unhandled upstream query (/setupapp/Wistron/asp/browsexpa/navXML.asp) 2020-02-23 20:47:12 INFO: 127.0.0.1 - - [23/Feb/2020 20:47:12] "GET /setupapp/Wistron/asp/browsexpa/navXML.asp?gofile=LocationLevelTwo&mac=XXXXXXXXXXXXXXXXXXXXXXXXXX&dlang=ger&fver=1.754333 HTTP/1.0" 404 - 2020-02-23 20:48:12 ERROR: Unhandled upstream query (/setupapp/Wistron/asp/browsexpa/FavXML.asp) 2020-02-23 20:48:12 INFO: 127.0.0.1 - - [23/Feb/2020 20:48:12] "GET /setupapp/Wistron/asp/browsexpa/FavXML.asp?empty=&mac=XXXXXXXXXXXXXXXXXXXXXXXXXX&dlang=eng&fver=1.754333 HTTP/1.0" 404 - 2020-02-23 20:52:44 ERROR: Unhandled upstream query (/setupapp/Wistron/asp/Browsexpa/Search.asp) 2020-02-23 20:52:44 INFO: 127.0.0.1 - - [23/Feb/2020 20:52:44] "GET /setupapp/Wistron/asp/Browsexpa/Search.asp?sSearchtype=2&Search=Alternative&mac=XXXXXXXXXXXXXXXXXXXXXXXXXX&dlang=eng&fver=1.754333 HTTP/1.0" 404 -

Does anyone now, how to resolve the issue?

Cheers, Micha

milaq commented 4 years ago

Hi,

it seems like that your AVR is not sending the usual loginXML.asp query. Maybe this is the first vendor which doesn't do it that way.

Or maybe the AVR is still in an old (cached) vTuner state and unplugging it from the wall socket and replugging it helps. Please try that and report your results back.

M-Schoeler commented 4 years ago

HI Milaq,

this is how it looks like right after powering the device (SAGEMCOM RM50) on (after factory resetting it), switching to vtuner and selecting "Search by theme":

2020-02-27 19:12:18 INFO: 192.168.73.29 - - [27/Feb/2020 19:12:18] "GET /setupapp/wistron/asp/browsexpa/loginXML.asp?mac=XXXXXXXXXXXXXXXXXXXXXXXXXX&dlang=eng&fver=1.754333 HTTP/1.1" 200 - 2020-02-27 19:12:22 ERROR: Unhandled upstream query (/setupapp/Wistron/asp/Browsexpa/Search.asp) 2020-02-27 19:12:22 INFO: 192.168.73.29 - - [27/Feb/2020 19:12:22] "GET /setupapp/Wistron/asp/Browsexpa/Search.asp?sSearchtype=2&Search=Alternative&mac=XXXXXXXXXXXXXXXXXXXXXXXXXX&dlang=eng&fver=1.754333 HTTP/1.1" 404 -

Cheers, Micha