Closed benthamite closed 1 year ago
Seems like this issue: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23750#29 The last commit should solve it. Feel free to reopen if the issue persists.
By the way, you seem to be using two backends at the same time. It makes sense to use translation-server
to get entries and zotra-cli
to get attachments, because translation-server
is much faster.
I added a backend zotra-server
which is as fast as translation-server
and can also get attachments. I also added the functionality of running the servers from inside emacs, so you won't need to run it externally. Note that zotra-cli
repository is also updated (and renamed to zotra-server
)
I just tried it and it works great. Thank you!
By the way, perhaps a user option should be added to always run zotra-download-attachment
after zotra-add-entry
, passing to it the same URL or search string?
I'm considering it. First I'd need to change a few things to make the current code cleaner before adding that.
After updating to the latest version, I’m getting a "Multibyte text in HTTP request" error; I append a backtrace.
Here’s the relevant part of my config:
I’m using the latest version of
translation-server
(commit#cf96d57
).I’m not sure what’s going on, and GPT-4 doesn’t, either. Let me know if there’s other information I could provide to help diagnose the problem. Thank you.