mysticcoders / voicenotes-sync

A plugin for Obsidian to sync with the VoiceNotes.com service
MIT License
38 stars 1 forks source link

Login / sync of voice notes not working with newest version #55

Open NewAiCoder opened 3 days ago

NewAiCoder commented 3 days ago

Hey @kinabalu I am getting authentication token errors when I sign in via the plugin options and using username/password. I get a popup that says the login was successful but as soon as I try to sync, I get a bunch of errors and no notes are synced. It also seemingly logs me out because the next time I open the plugin options I have to sign in again. The same happens when I re-start Obsidian.

This morning when I first synced notes it worked briefly before these issues started happening.

Here's the console output:

plugin:voicenotes-sync:58 loginUrl: https://api.voicenotes.com/api/auth/login plugin:voicenotes-sync:1543 SyntaxError: Unexpected token ')' at new Function () at jinja.compile (plugin:voicenotes-sync:1119:13) at jinja.render (plugin:voicenotes-sync:1125:23) at VoiceNotesPlugin.eval (plugin:voicenotes-sync:1497:38) at Generator.next () at fulfilled (plugin:voicenotes-sync:32:58) eval @ plugin:voicenotes-sync:1543 plugin:voicenotes-sync:1543 SyntaxError: Unexpected token ')' at new Function () at jinja.compile (plugin:voicenotes-sync:1119:13) at jinja.render (plugin:voicenotes-sync:1125:23) at VoiceNotesPlugin.eval (plugin:voicenotes-sync:1497:38) at Generator.next () at fulfilled (plugin:voicenotes-sync:32:58) eval @ plugin:voicenotes-sync:1543 plugin:voicenotes-sync:1543 SyntaxError: Unexpected token ')' at new Function () at jinja.compile (plugin:voicenotes-sync:1119:13) at jinja.render (plugin:voicenotes-sync:1125:23) at VoiceNotesPlugin.eval (plugin:voicenotes-sync:1497:38) at Generator.next () at fulfilled (plugin:voicenotes-sync:32:58) eval @ plugin:voicenotes-sync:1543 plugin:voicenotes-sync:1543 SyntaxError: Unexpected token ')' at new Function () at jinja.compile (plugin:voicenotes-sync:1119:13) at jinja.render (plugin:voicenotes-sync:1125:23) at VoiceNotesPlugin.eval (plugin:voicenotes-sync:1497:38) at Generator.next () at fulfilled (plugin:voicenotes-sync:32:58) eval @ plugin:voicenotes-sync:1543 plugin:voicenotes-sync:1543 SyntaxError: Unexpected token ')' at new Function () at jinja.compile (plugin:voicenotes-sync:1119:13) at jinja.render (plugin:voicenotes-sync:1125:23) at VoiceNotesPlugin.eval (plugin:voicenotes-sync:1497:38) at Generator.next () at fulfilled (plugin:voicenotes-sync:32:58) eval @ plugin:voicenotes-sync:1543

let me know if you need any further information.

kinabalu commented 2 days ago

Are you using email-based login or using one of the third party login methods (Apple, Google, Twitter)?

what platform are you using with the Voicenotes Sync plugin? Mobile iOS? Android? Desktop Mac? Windows?

NewAiCoder commented 2 days ago

I am using e-mail login. I am using Obsidian on Windows.