Skip to main content
Guitar Hero
January 11, 2019
Answered

Samsung Multiroom App Feedback: login and other issues

  • January 11, 2019
  • 230 replies
  • 9921 views
Hi,
I can't login to deezer via Samsung multiroom. It keeps advising the ID or password is wrong.

I've re-entered multiple times, even changed the password a couple of times, logged in and out of deezer directly using the same credentials (to prove it is correct).

Have reset the multiroom twice, uninstalled and reinstalled the app. Powered off and on my mobile twice. Still advises wrong ID or password?

Is there a known problem currently occurring?

Cheers
Best answer by Gazturner

Hello Gary,

 

It was nice talking to you earlier and again I do apologise that you are experiencing issues with using Deezer within the Samsung Multiroom app. As a music fan myself I can understand how frustrating this must be. This issue is not related to your Samsung devices but more to the Multiroom app itself. The problem can be fixed with a future software update.

 

I have just escalated this issue with the HQ and hope they will release a fix soon for this functionality between Deezer and the Multiroom app.

In the meantime feel free to contact the developers directly emailing multiroom@samsung.com

 

I hope you will be able to enjoy your music without any issue as soon as possible.

 

Kind regards,

 

Andrei 

Support Manager Samsung KX

Coal Drops Yard, London, N1C 4DQ

E: andreia@mashkx.com

 

Feel free to contact the above email.... The more the merrier. 

230 replies

Roadie
October 8, 2019
Thanks.
Roadie
October 11, 2019
I got the same proble since 10 month, i hope a update soon before to swicht with Spotify....
Roadie
October 11, 2019
I agrre with Jonathan Roy (sans doute Québécois comme moi, Simon Lepage et les autres qui ont ce même problème) that switching to Spotify seems to be the only possible outcome since Deezer has beeen incapapble for over a year now to reslolve this issue.
Rudi
Ultimate Superstar
Ultimate Superstar
October 17, 2019

Hi there @Jonathan Roy @papasof @papasofetal 

Sorry that's happening and you still have problems. But after several attempts, we currently don't have the support of Samsung on this issue. Please note that the Samsung Multiroom app isn't developed by us and you may have more support from their side.

Hitmaker
November 2, 2019

Hola Rudy,

Understanding that you have some attemps to solve this with Samsung.

Have you tried to escalate it to your leadership to try to work with Samsung as a team ALL for the the satisfaction of the CLIENT!?!?!?

Because you answer looks like there was no chance to do anything and thats over.

Regards

Rudi
Ultimate Superstar
Ultimate Superstar
November 3, 2019

Hi there @Marco O 

Our developers attempted to work in conjunction with Samsung on this - but it wasn't possible. Deezer isn't responsible for developing this app, so we're unable to move things forward. Thank you for your support and understanding.

Hitmaker
March 13, 2020

Hola Rudi, hope you are fine.

4 months have gone real quick, do you have any updates on this?

Recently a new version of Multiroom app came in, now it’s: 4143 but still no access and same answer from the app: ID OR PASSWORD INCORRECT.

Thanks

Rudi
Ultimate Superstar
Ultimate Superstar
March 14, 2020

Hi there @Marco O 

Thanks for coming back. We haven't had updates from Samsung at the moment.

However, I've tried to have a brief look at your account and I couldn't find a Deezer account linked to the Gmail email you used here in the community. So I suggest you check your credentials, your account could be linked to another email address :thumbsup_tone2:

Roadie
May 7, 2020

Hi

i have an issue logging into Deezer using Samsung MultiRoom app. I have used this for around 3 years and suddenly stopped working so I logged out and now can’t log back in. I have deleted MultiRoom app, reset my devices, logged into Deezer directly and changed password a couple times but nothing is working. 
 

Is there a known fix for this?

 

thanks

Roadie
May 7, 2020

So, I’ve just recently encountered the ID login error, now coming up without fail, making it impossible to use on my Samsung K950 soundbar. This is a bummer of note, as I used to use it to play FLAC’s from Deezer. I can still use bluetooth, but the quality is absolutely abysmal.

I’ve gone through all the loops of uninstalling, re-installing, rebooting & resetting all devices involved, as well as the password itself to no avail.

I did some more digging, and it turns out the Multiroom app doesn’t connect to Deezer (or any of the other integrations) itself. Instead, it simply sends instructions to the soundbar, which is meant to connect to Deezer. Thus, all the connection logic sits on the soundbar (which actually runs an Express HTTP server), and not in the app.

I used some packet capturing to inspect the flow of request/responses between the app and soundbar while trying to login to Deezer, and noticed that the error message that we get (incorrect ID/password) is probably not correct.

The response that the soundbar sends back to the app when I get the error is the following:

<?xml version="1.0" encoding="UTF-8"?><CPM><method>SignInStatus</method><version>0.1</version><speakerip>192.168.0.104</speakerip><user_identifier>public</user_identifier><response result="ng">
<cpname>Deezer</cpname>
<timestamp>2020-05-07T22:33:43Z</timestamp>
<errmessage>No connection to Internet, please check it.</errmessage>
<errcode>71</errcode>
<category isroot="1"></category>
<category_localized></category_localized>
<root>Playlist Picks</root>
<root_index>2</root_index>
<root_localized>Playlist Picks</root_localized>
</response>

As you can see, the actual error message is “No connection to Internet, please check it.”, so it doesn’t seem like it even got as far as submitting the login credentials to Deezer.

What is odd, is that the soundbar definitely does have internet connectivity, as it can stream from TuneIn perfectly. Maybe that error message is also bugged.

I was going to say that this could hint towards a Deezer problem (maybe the authentication hostname was changed, or something to do with SSL certs).

But then I tried Tidal and also got the same error on the surface. The underlying response was a bit different though:

<?xml version="1.0" encoding="UTF-8"?><CPM><method>SignInStatus</method><version>0.1</version><speakerip>192.168.0.104</speakerip><user_identifier>public</user_identifier><response result="ng">
<errmessage></errmessage>
<errcode>50</errcode>
<cpname>Tidal HiFi</cpname>
<category isroot="1"></category>
<root>New</root>
</response>

Since both Tidal and Deezer attempts result in the same surface level error, I think we can at least assume that the “ID or password is incorrect” message is some kind of generic catch all error message, and not necessarily a reflection of the validity of the provided login credentials.

All in all, this doesn’t solve the problem, but it does indicate that if the issue is on Samsung’s side, it isn’t in the Multiroom app, but rather in the speaker firmware itself.

If it is really a connectivity issue, that could explain why the error is sporadic for some people. It could potentially be some service that doesn’t always start up properly which is needed to facilitate communication Deezer.

For Deezer people, can you provide the authentication endpoint that the Samsung firmware is meant to hit?