milaq / YCast

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

Subdirectories not accessable since upgrade from 1.0.0 to 1.1.0 release #67

Open TheBossME opened 3 years ago

TheBossME commented 3 years ago

today I have updated from version ycast 1.0.0, (which is running fine with my Yamaha DSP-Z7) to version 1.1.0

I'm facing issues while browsing into subdirs now. I see under under the "Radiobrowser" menu:

I can browse into all subdirs except "Most Popular"

when changing to subdirectory only hourglass is displayed

restarted the hosting server "raspberry" pi and also the AV Receiver without success. the stations.yml is working fine and i can hear my favorite stations.

TheBossME commented 3 years ago

2020-10-12 14:36:57 DEBUG: Radiobrowser API request: tags?hidebroken=true 2020-10-12 14:36:57 DEBUG: Starting new HTTP connection (1): all.api.radio-browser.info:80 2020-10-12 14:36:58 DEBUG: http://all.api.radio-browser.info:80 "GET /json/tags?hidebroken=true HTTP/1.1" 200 None 2020-10-12 14:36:58 INFO: IP-of-DSP-Z7 - - [12/Oct/2020 14:36:58] "GET /ycast/radiobrowser/genre/?vtuner=true&mac=bd2fa91c81e7c92c6c6d13fb118c142a&dlang=ger&fver=W&start=1&howmany=8 HTTP/1.1" 200 - 2020-10-12 14:37:01 DEBUG: Radiobrowser API request: stations/search?order=name&reverse=false&tagExact=true&tag=128kbit 2020-10-12 14:37:01 DEBUG: Starting new HTTP connection (1): all.api.radio-browser.info:80 2020-10-12 14:37:01 DEBUG: http://all.api.radio-browser.info:80 "GET /json/stations/search?order=name&reverse=false&tagExact=true&tag=128kbit HTTP/1.1" 200 2427 2020-10-12 14:37:01 INFO: IP-of-DSP-Z7 - - [12/Oct/2020 14:37:01] "GET /ycast/radiobrowser/genre/128kbit?vtuner=true&mac=bd2fa91c81e7c92c6c6d13fb118c142a&dlang=ger&fver=W&start=1&howmany=8 HTTP/1.1" 200 - 2020-10-12 14:37:01 DEBUG: Radiobrowser API request: stations/search?order=name&reverse=false&tagExact=true&tag=128kbit 2020-10-12 14:37:01 DEBUG: Starting new HTTP connection (1): all.api.radio-browser.info:80 2020-10-12 14:37:01 DEBUG: http://all.api.radio-browser.info:80 "GET /json/stations/search?order=name&reverse=false&tagExact=true&tag=128kbit HTTP/1.1" 200 10442 2020-10-12 14:37:01 INFO: IP-of-DSP-Z7 - - [12/Oct/2020 14:37:01] "GET /ycast/radiobrowser/genre/128kbit?vtuner=true&mac=bd2fa91c81e7c92c6c6d13fb118c142a&dlang=ger&fver=W&start=1&howmany=8 HTTP/1.1" 200 - 2020-10-12 14:37:01 DEBUG: Radiobrowser API request: tags?hidebroken=true 2020-10-12 14:37:01 DEBUG: Starting new HTTP connection (1): all.api.radio-browser.info:80 2020-10-12 14:37:01 DEBUG: http://all.api.radio-browser.info:80 "GET /json/tags?hidebroken=true HTTP/1.1" 200 None 2020-10-12 14:37:02 INFO: IP-of-DSP-Z7 - - [12/Oct/2020 14:37:02] "GET /ycast/radiobrowser/genre/?vtuner=true&mac=bd2fa91c81e7c92c6c6d13fb118c142a&dlang=ger&fver=W&start=1&howmany=8 HTTP/1.1" 200 -

zofman commented 3 years ago

today I have updated from version ycast 1.0.0, (which is running fine with my Yamaha DSP-Z7) to version 1.1.0

I'm facing issues while browsing into subdirs now. I see under under the "Radiobrowser" menu:

  • Genres
  • Countries
  • Languages
  • Most Popular

I can browse into all subdirs except "Most Popular"

when changing to subdirectory only hourglass is displayed

restarted the hosting server "raspberry" pi and also the AV Receiver without success. the stations.yml is working fine and i can hear my favorite stations.

Same here on yamaha rx-v577 Jan

zofman commented 3 years ago

Same issue as TheBossMe. Except i cant browse in all 4 categories. Favorits are all good! Raspi2 and yamaha rx-v577

TheBossME commented 3 years ago

Yamaha DSP-Z7 is similar RX-3900 device User-Agent = "Network_Receiver/2.0 (DSP-Z7)"

I will help to debug the issues in the Yamaha Devices since the last api change

Can make Wireshark Snapshots, sent debug Logs etc... if it helps.

Greetings Bea

jonnieZG commented 3 years ago

FIxed in pull request #79

TheBossME commented 3 years ago

Issue is fixed for Yamaha DSP-Z7 (RX-3900) Model.

Thanks a lot 💋

Bea