You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that this plugin has an issue with Obsidian Sync.
It only works on the last device where I set the API key via the settings. On the other devices, it results in this error:
plugin:latex-ocr:20801 Uncaught (in promise) Error: Could not call remote method 'decryptString'. Check that the method signature is correct. Underlying error: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.Underlying stack: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
The text was updated successfully, but these errors were encountered:
I'm unsure of the best way to solve this issue, because Obsidian itself doesn't have any support for storing encrypted data in a way that's related to the user account AFAIK. Maybe a feature could be implemented that stores the API key in plaintext form, which would obviously be less secure but could help solve your issue.
Hi,
I noticed that this plugin has an issue with Obsidian Sync.
It only works on the last device where I set the API key via the settings. On the other devices, it results in this error:
plugin:latex-ocr:20801 Uncaught (in promise) Error: Could not call remote method 'decryptString'. Check that the method signature is correct. Underlying error: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.Underlying stack: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
The text was updated successfully, but these errors were encountered: