enricostara / telegram-mt-node

Telegram MTProto library (javascript, node.js)
MIT License
77 stars 25 forks source link

[Error] Unable to read: NativeBuffer #11

Closed dmorawetz closed 8 years ago

dmorawetz commented 9 years ago

I use telegram.link and when I call client.createAuthKey I get an error where the StackTrace shows an error (from the title) net.RpcChannel.

enricostara commented 9 years ago

A bit of context? :)

dmorawetz commented 9 years ago

You can read my code here: https://github.com/Morosko/atom-telegram/blob/master/lib/atom-telegram.coffee Line 62 ;)

Edit: I have to add, that the error only occurs sometimes, so I'm not sure if it's a problem of the API or if it occurs because of internet connection errors or somethin similar.