mscheetz / KuCoinApi.Net

KuCoin api access built in .Net Standard
MIT License
6 stars 4 forks source link

KuCoinApi.Net v2.0 doesn't work with RESTApiAccess v 1.3.0 #12

Closed SergeevGregory closed 5 years ago

SergeevGregory commented 5 years ago

Dear developer, today I download from nuget KuCoinApi.Net (0.3.0) and error occurs during debug my app: MissingMethodException: Method not found: "System.Threading.Tasks.Task1<!!0> RESTApiAccess.Interface.IRESTRepository.GetApiStream(System.String, System.Collections.Generic.Dictionary2<System.String,System.String>)".

I downgraded verison of RESTApiAccess from 1.3.0 to 1.2.1 and app works now. Please, fix this issue.

mscheetz commented 5 years ago

Think i found the issue in RestApiAccess, just updated it. Which endpoints were giving you errors?

SergeevGregory commented 5 years ago

Main constructor of KuCoinApi give this error. I tested new RESTApiAccess (v 1.3.1) and nothing new... Again not work.

mscheetz commented 5 years ago

Updated this KuCoin library, should be working now with the new RESTApiAccess