dingtalk icon indicating copy to clipboard operation
dingtalk copied to clipboard

[3084468:0309/125607.910889:ERROR:data_channel_controller.cc(414)] channel label not found.

Open hongyi-zhao opened this issue 3 years ago • 0 comments

On Ubuntu 20.04, I try to build the git master version of dingtalk according to the official guidance as shown below:

$ sudo apt-get -qq update
$ sudo apt-get install --no-install-recommends -y gcc-multilib g++-multilib
$ sudo apt-get install --no-install-recommends -y rpm
$ git clone https://github.com/nashaofu/dingtalk.git nashaofu/dingtalk.git
$ cd nashaofu/dingtalk.git
$ npm install
$ npm run build
$ npm run pack

Then I try to start the generated appimage as following:

$ cd release
$ ./dingtalk-2.1.9-latest-x86_64.AppImage 
[3390653:0309/130322.792669:ERROR:data_channel_controller.cc(414)] channel label not found

It can run successfully but will throw out the above message. Any hints for this problem?

Regards, HY

hongyi-zhao avatar Mar 09 '21 05:03 hongyi-zhao