You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever i add any asset, the logger gives an "unkown error" and no RPC is shown
To Reproduce
Code example:
publicstaticvoidMain(){stringid="772853901396279376";DiscordRpcClientclient=new(id){Logger=newConsoleLogger(){Level=LogLevel.Info}};client.OnReady+=(sender,e)=>{Console.WriteLine("Received Ready from user {0}",e.User.Username);};client.OnPresenceUpdate+=(sender,e)=>{Console.WriteLine("Received Update! {0}",e.Presence);};client.Initialize();client.SetPresence(newRichPresence{Details="Test",State="example",Assets=newAssets(){LargeImageKey="gmod"}});while(true){}//keep alive}
When removing the assets from the RichPresence, it works without issue.
Expected behavior
Shows the rpc with assets
Desktop (please complete the following information):
OS: Windows 11
Framework: .net 8.0
Library Version: 1.2.1.24
I have tried the 1.3.0 version, which is unavailable on nuget, but the same issue occurs
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever i add any asset, the logger gives an "unkown error" and no RPC is shown
To Reproduce
Code example:
When removing the assets from the
RichPresence
, it works without issue.Expected behavior
Shows the rpc with assets
Desktop (please complete the following information):
I have tried the 1.3.0 version, which is unavailable on nuget, but the same issue occurs
The text was updated successfully, but these errors were encountered: