telegram-mt-node
telegram-mt-node copied to clipboard
Telegram MTProto library (javascript, node.js)
Hi all, when I run my app using telegram-mt-node library is throwing this error: ``` auth-key.js:11 Uncaught Error: Cannot find module "lib/utility" at webpackMissingModule (auth-key.js:11) at Object. (auth-key.js:11) at Object....
I am trying to install the [telegram-mt-node](https://www.npmjs.com/package/telegram-mt-node) library in my projects to use it with [telegram-js](https://www.npmjs.com/package/telegram-js) library of npm. When I run the command, this error appears: ``` npm ERR!...
I am getting this error after performing successful POST to telegram, `Uncaught TypeError: "list" argument must be an Array of Buffers` issue occurs in `Buffer.concat = function concat (list, length)...
Hello, I'm facing a weird problem when I try to create an authkey, the error I am receiving is: I'm using[ Telegram.Link](https://github.com/enricostara/telegram.link/) to as a dependency. `[ERROR] Fri, 09 Dec...
This PR fixes this bug: ``` [ERROR] Tue, 29 Nov 2016 10:52:28 GMT net.HttpConnection Error ECONNRESET [ERROR] Tue, 29 Nov 2016 10:52:28 GMT net.RpcChannel Unable to read: Error: read ECONNRESET...
`npm run-script example` Please add example
I got this error many time... Error: socket hang up at createHangUpError (_http_client.js:206:15) at Socket.socketOnEnd (_http_client.js:298:23) at emitNone (events.js:85:20) at Socket.emit (events.js:179:7) at endReadableNT (_stream_readable.js:906:12) at nextTickCallbackWith2Args (node.js:474:9) at process._tickCallback...
I always got error "unref is not a function" so I removed it. Works fine now.