elihaidv
elihaidv
My object has `_id` property But I found that when I have another objects in the array with no `_id`, this exception has thrown. I think we need hear a...
Hi, Same problem here After few days/hours got an error: ``` node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:218 return Promise.reject(new Error(`Protocol error (${method}): Session closed. Most likely the ${this._targetType} has been closed.`)); ^ Error: Protocol error...
Same here. I realized the problem is invalid API keys. But I wonder how can I catch this. It seems try/catch doesn't work. My process is crash.
Here my fix https://github.com/jaggedsoft/node-binance-api/pull/805
Fixed this issue https://github.com/jaggedsoft/node-binance-api/issues/823
I have this problem too. After you call TextViewEx.setTextIsSelectable(true) and you trying to select text, Press long click on text, and see it isn't work properly :(