Phone number is banned

I tried to build TELEports for desktop on my Kubuntu 18.04 with nvidia driver support according to installation instructions in this repository.

I also had to run these commands to be able to start with nvidia:

$ distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
$ curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
$ curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
$ sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
$ sudo systemctl restart docker

Then builded and started the app with:

$ clickable destkop

Received the auth code to my phone and entered it in the app on desktop. Just viewed a couple of chats, no messages were typed there, and it was closed suddenly. I restarted it again and got the following error on next attempt to receive an auth code:

PHONE_NUMBER_BANNED

teleports-banned

As a result, I can't use my phone number in Telegram on other devices anymore. Why did it happen?

Maybe, this thread is related:

https://github.com/tdlib/td/issues/312