Gracenote SDK giving error: User not registered for online use

自闭症网瘾萝莉.ら 提交于 2019-12-11 13:54:44

问题


I am currently trying to get the sample application working from the GNSDK called "musicid_file_trackid" but it is not working and constantly giving the error "User not registered for online use"...

I am using the C# Wrapper coming with the SDK.

I have registered my application on the Gracenote website and filled in the correct clientId and clientIdTag. I can use the Gracenote Web API without problems using these client details but when I use the GNSDK it gives that user not registered error.

Does anyone have any idea why this is?

Here are the details of the error message given:

GNSDK Product Version : 3.07.0.2861 (built 2014-10-28 01:46-0700) A first chance exception of type 'GracenoteSDK.GnException' occurred in gnsdk_csharp.dll GnException : (User not registered for online use)User not registered for online use


回答1:


Its the version of Visual Studio solution type you have chosen. The UWP does not support that type of exception. I think this is resolved under the VS 2017. Make sure your C# project is also set to the correct platform target. I had to set mine to x64 for mine to ever compile



来源:https://stackoverflow.com/questions/31382774/gracenote-sdk-giving-error-user-not-registered-for-online-use

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!