Aki Hakune

Results 5 comments of Aki Hakune

I got the exact same error, but worse, it seems to appear on every action. ![image](https://user-images.githubusercontent.com/87116762/159708324-aaf937fb-322d-4881-9b18-463ab0643312.png) ## 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.