TelegramApi icon indicating copy to clipboard operation
TelegramApi copied to clipboard

ERRORSENDINGCODE on ubuntu

Open Pashnov opened this issue 8 years ago • 2 comments

I've wrote simple client to read messages from group. I launch my code from intellij idea and everything work on windows pc. I have work ubuntu pc and when I try to launch my code I got error above. kernel.init() returns this status.

Could you please help me with ti? I'm new in ubuntu

Pashnov avatar May 26 '17 08:05 Pashnov

I think you have to fix linux dev/./random to dev/./urandom

WOLFI3654 avatar Aug 18 '17 12:08 WOLFI3654

in the startup add a line -Djava.security.egd=file:/dev/./urandom

onixred avatar Mar 24 '18 08:03 onixred