general
Unable to connect to Tabby server in PyCharm
I'm trying to get tabby running in PyCharm on my macbook pro M2, but PyCharm seems unable to connect to tabby.
Be
Bernhard
Asked on Oct 22, 2023
There is a bug in the tabby plugin that may prefer to resolve localhost to ipv6 (::1). You can try setting the server endpoint to http://127.0.0.1:8080
manually in the tabby plugin settings page.
Oct 23, 2023Edited by