ivk1800 / tdlib-dart

MIT License
25 stars 15 forks source link

Upload Project #16

Open addreeh opened 7 months ago

addreeh commented 7 months ago

Could you upload a working project with all the folders to try it please

RB105 commented 6 months ago

Can anyone help to fixing below problem when I send request to tdlib : Unhandled Exception: 'package:tdlib/src/client/platform/io/io_platform.dart': Failed assertion: line 60 pos 12: '_client != null': is not true.

Mashi-91 commented 6 months ago

maybe you are not using await while initializing the tdlib. ig it help🙂

RB105 commented 6 months ago

@Mashi-91 thanks for commit bro , but I used await where I use tdlib initialization and sent tdlib requests, I can’t work after last commit of this repo

Mashi-91 commented 6 months ago

if u send some code or something then ig i can help you.