egramtel/tdsharp

Update issue with version 1.8.9

atiyka opened this issue · 2 comments

I updated to the latest version, but I could not even initialize the library.
It throws an exception, when setting the tdlib parameters (I do the same way as you did in the new sample)

await _client.ExecuteAsync(new TdApi.SetTdlibParameters
    {
        ApiId = ApiId,
        ApiHash = ApiHash,
        DeviceModel = "PC",
        SystemLanguageCode = "en",
        ApplicationVersion = ApplicationVersion,
        DatabaseDirectory = filesLocation,
        FilesDirectory = filesLocation
    });

The exception is the following:
image

I tried also to set every possible parameter, but I still got the same exception.
Do you have any idea?

What tdlib build and version do you use? I mean, not tdsharp, but tdlib itself.

Good point! I don't know how can I check that, but I rebuilt the latest tdlib version and now everything works fine, thank you! :)