brunskillage / Synology.NET

A C# Client for Synology Servers
Apache License 2.0
27 stars 7 forks source link

Response Always Nothing #4

Open Nerone21 opened 3 years ago

Nerone21 commented 3 years ago

Hello,

I don't understand why every time I run a function, the response of that function equals nothing.

I do have a connection and a SID but never any data in the response.

On the other hand, I have an exception thrown: "'System.Runtime.Serialization.SerializationException' in RestSharp.dll" but without details.

Can you tell me what's going on?

I am in DSM 6.2.4-25556

Thx

best2jin commented 1 year ago

I downloaded it through Nuget but had the same symptoms. After downloading the source, I attached the dll and it worked normally.