Aki Hakune
Aki Hakune
I got the exact same error, but worse, it seems to appear on every action.  ## I. Full Anki error ``` Error An error occurred. Please start Anki while...
Thanks for your suggestion, I've found the problem in my script. ## I. Quick fix ```python requestJson = json.dumps(self.content).encode("utf-8") response = requests.post('http://localhost:8765', data=requestJson) ``` ## II. Explanation The problem was,...
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...
The workaround was great. I've tested on a few different Colab notebooks and no error was reported. As for this issue, I suggest leaving it open until the problem is...
Can confirm that this still works fine on MacOS, version 24.12.