Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-15 Thread moxman


mherger wrote: 
> >
> http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44==jmoxley%40gmail.com
> 
> Ok, you seem to get an unexpected response back, eg. some html error 
> page. Unfortunately LMS or the plugin would not dump the full response.
> 
> But what you could do is
> 
> - enable the same logging as before
> - try to log in as before
> - grab the above, update URL from the log file
> - run "curl '...above url...' > test.html
> - upload the resulting test.html to 
> https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

Found the problem, and it's worth noting this since others are bound to
run into this at some point or another.   ATT flags the plugin as a
phishing risk and denies the authentication which was remedied quickly
by ATT's home manager.   I had to run through the debug information to
figure it out, but that's what it was.

Thanks for the help.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread Michael Herger

http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44==jmoxley%40gmail.com


Ok, you seem to get an unexpected response back, eg. some html error 
page. Unfortunately LMS or the plugin would not dump the full response. 
But what you could do is


- enable the same logging as before
- try to log in as before
- grab the above, update URL from the log file
- run "curl '...above url...' > test.html
- upload the resulting test.html to 
https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> > [22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
> > get token
> 
> Anything around that? Please enable logging for network.asynchttp, too,
> 
> to get an idea of the http issue underlying the above (if any).

[22-02-14 13:31:16.4065] Slim::Networking::Async::HTTP::_http_read_body
(530) Read body: [709] bytes
[22-02-14 13:31:16.4080] Slim::Networking::Async::disconnect (251) Close
Slim::Networking::Async::Socket::HTTP=GLOB(0x6cacb98) => 44
[22-02-14 13:31:16.4094] Slim::Networking::Async::HTTP::_http_read_body
(596) closing mode
[22-02-14 13:31:16.4104] Slim::Networking::Async::HTTP::_http_read_body
(604) Body read
[22-02-14 13:31:16.4115] Slim::Networking::SimpleAsyncHTTP::onBody (129)
status for
http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44=494e4b0781eaf9dbce7c96c236bf63b8=jmoxley%40gmail.com
is 200 OK
[22-02-14 13:31:16.4127] Slim::Networking::SimpleAsyncHTTP::onBody (150)
Done
[22-02-14 13:31:16.4137] Plugins::Qobuz::API::__ANON__ (717) malformed
JSON string, neither array, object, number, string or atom, at character
offset 0 (before "\nhttp://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread Michael Herger

[22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
get token


Anything around that? Please enable logging for network.asynchttp, too, 
to get an idea of the http issue underlying the above (if any).

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> Then it's time to check your server.log. If there's nothing in there,
> try enabling debug logging for plugin.qobuz.

Yeah, I've looked at the log and it appears to be timing out
authenticating (I'm an IT guy of over 35 years).   So when I enabled the
debug logging for Qobuz this is the response:

[22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
get token

This isn't a high priority item but since I've seen this and apparently
somebody else has (in this thread) it's something to be aware of.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread mherger


Then it's time to check your server.log. If there's nothing in there,
try enabling debug logging for plugin.qobuz.



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> > I just moved across the US and my Qobuz is no longer working but I
> also
> 
> Only the Qobuz plugin in LMS, or Qobuz in general?

Only the Qobuz plugin, everything else seems to work perfectly.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-13 Thread Michael Herger

I just moved across the US and my Qobuz is no longer working but I also


Only the Qobuz plugin in LMS, or Qobuz in general?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-13 Thread moxman


d6jg wrote: 
> This might be a DNS caching issue. 
> Browser looking in one place LMS looking in another

I just moved across the US and my Qobuz is no longer working but I also
found that it works flawlessly if I enable a VPN service.   Client works
without it but the plugin will not communicate with the Qobuz
authentication server.

FYI, I spun up another clean version of LMS to test this.  If anyone
else has seen this I'd be curious about why this would happen, at this
point I'm willing to bet it's the ISP (ATT) using some sort of
filtering, but since I can hit the service with their native client I'm
mystified.

Nice plugin, I've enjoyed it until my move.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread d6jg


mherger wrote: 
> > Yes I tried to go back to some old v of LMS but the old versions did
> not
> > work with the Q-plugin anymore either. Though I did not make a
> "clean"
> > install of the old versions so cannot say if that had done the trick.
> 
> This very likely has nothing to do with LMS or the Qobuz plugin, but 
> must be something on Qobuz' end.

This might be a DNS caching issue. 
Browser looking in one place LMS looking in another



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

Yes I tried to go back to some old v of LMS but the old versions did not
work with the Q-plugin anymore either. Though I did not make a "clean"
install of the old versions so cannot say if that had done the trick.


This very likely has nothing to do with LMS or the Qobuz plugin, but 
must be something on Qobuz' end.

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


Yes I tried to go back to some old v of LMS but the old versions did not
work with the Q-plugin anymore either. Though I did not make a "clean"
install of the old versions so cannot say if that had done the trick.



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

VPN service is when I use the LMS Qobus plugin. As I said this was not
the case with previous versions of LMS when I did not need a VPN
unblocker.


Did you double check that by going back to the old LMS you'd be able to 
sign in? I have no clue what change in LSM could even cause this...

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


I resolved the problem when I logged in LMS through a VPN service (geo
unblocker) in the same country where the Qobuz account is registered,
everything works perfectly.

Cobuz is indeed providing their services in the country I am currently
residing and I have no problems connection to the account through the
Qobuz app or using a webbrowser. It seems that the only time I need the
VPN service is when I use the LMS Qobus plugin. As I said this was not
the case with previous versions of LMS when I did not need a VPN
unblocker.

jonr



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

When I use the URL you sent in a browser I am directed to Qobuz shop.
There seems to be some confusion with my Qobuz account when I am
physically situated outside the country where the account is registered.
Qobuz probably uses some kind of geoblocker. 


Interesting. It did work for me, and I'm likely in a different country 
(Switzerland). Are you in a place where Qobuz isn't available at all?


Please let me know if you learn anything about their geo blocking 
strategy. It might be helpful for others. Thanks!

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


When I use the URL you sent in a browser I am directed to Qobuz shop.
There seems to be some confusion with my Qobuz account when I am
physically situated outside the country where the account is registered.
Qobuz probably uses some kind of geoblocker. I did not have this problem
before, but I am not sure if it has anything to do with the LMS update
or if the problem is connected with new Qobuz account settings. Anyway
now I know what the problem is. Thank you very much for your help.



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-17 Thread Michael Herger

Plugins::Qobuz::API::__ANON__ (717) malformed JSON string, neither
array, object, number, string or atom, at character offset 0 (before
"\n\n


Got your file. I'm seeing that the plugin is failing authentication (the 
login call). But I was able to sign in using the parameters from your 
log file... so I'm not sure what's wrong there. Would you be using any 
kind of proxy filtering web traffic?

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-17 Thread mherger


Please enable logging for plugin.qobuz, try again. Then send me the full
server.log.zip (Settings/Information)

https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-17 Thread jonr


Appreciate if anybody could help resove an issue that i have with Qobus
after updating to LMS 8.2.0

Qobuz plugin v 2.4.9
LMS running on Big Sur

Log message: 
Plugins::Qobuz::API::__ANON__ (717) malformed JSON string, neither
array, object, number, string or atom, at character offset 0 (before
"\n\n

jonr



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins