FooSoft / anki-connect

Anki plugin to expose a remote API for creating flash cards.
https://foosoft.net/projects/anki-connect/
Other
1.93k stars 219 forks source link

Can not get ankiconnect to work. Yomichan seems not work anymore. #295

Open Amazingsteve opened 2 years ago

Amazingsteve commented 2 years ago

I have tried changing the webbind portion to 127.0.0.1.8765 127.0.0.1.8765:8765 127.0.0.1.

I have tried to changed inside of yomichan anki connect to the same except I tried with and without http. I restarted both browsers, reinstalled anki, restarted computer, and tried everything that was suggested on reddit. I have done everything within my power. Any help would be appreciated.

git-akihakune commented 2 years ago

I don't know what caused the error, but none of these addresses

127.0.0.1.8765
127.0.0.1.8765:8765
127.0.0.1.

is valid. So better leave it as default

127.0.0.1:8765

Or bind it to another port

127.0.0.1:9999

then update Yomichan configuration accordingly.