My solution is to run Task Manager (on Ubuntu) and kill the running adb, then re-run adb again, problem solved:)
Thanks for Vladislav Ivanov comment. You can also enter the command:
adb kill-server
and then
adb start-server
Related:
- Setup Android adb for Wifi debug