mysticcoders / voicenotes-sync

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

PLUGIN KEEPS LOSING LOGIN AND NOTE TEMPLATE MALFUNCTIONING #52

Open Jwminva opened 1 week ago

Jwminva commented 1 week ago

The plugin keeps logging out and causing the synch to fail. It's also referring to and authentication key that doesn't seem to exist. The note template is not working either. It's not creating properties anymore. This all happened suddenly after an update this weekend.

Jwminva commented 1 week ago

Is anyone else having this issue? This literally just started a couple days ago.

Jwminva commented 1 week ago

It's getting pretty annoying. The tasks are not synchronizing either it seems.

jor7am commented 1 week ago

me too, you're right, this happen after the last update

Jwminva commented 1 week ago

Well, at least it's not just me.

Sent from Proton Mail Android

-------- Original Message -------- On 9/24/24 3:46 PM, jor7am wrote:

me too, you're right, this happen after the last update

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

kinabalu commented 1 week ago

can you perhaps screenshot any relevant settings you have in your installs? not able to recreate yet but would like to figure it out

Jwminva commented 6 days ago

Which settings? The voicenotes plug in settings or settings in general? The thing is, I didn't change any settings recently.

Sent from Proton Mail Android

-------- Original Message -------- On 9/24/24 7:42 PM, Andrew Lombardi wrote:

can you perhaps screenshot any relevant settings you have in your installs? not able to recreate yet but would like to figure it out

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

kinabalu commented 6 days ago

code was changed, but trying to recreate your issue so its helpful to see what the voicenotes plugin settings are to try to recreate.

Jwminva commented 6 days ago

Yeah I'll try to do some screen prints of what the note looked like before the update to the plug-in and what they look like now because they are definitely different. Like I said as far as I know I didn't change any major settings in anything so clearly something wrong relative to the last update Sent from Proton Mail Android

-------- Original Message -------- On 9/24/24 10:15 PM, Andrew Lombardi wrote: code was changed, but trying to recreate your issue so its helpful to see what the voicenotes plugin settings are to try to recreate. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

robotii commented 5 days ago

The properties not appearing are due to the changes in main.ts

around line 378

    ---\n`;

needs to be changed back to

---\n`;

without the leading spaces, then the properties will work again after a resync.

kinabalu commented 5 days ago

Good catch on that -- 0.0.23 has that fix in it. I don't think that's the main issue in the ticket though

kinabalu commented 4 days ago

can I get an update if folks are still experiencing this issue?

Jwminva commented 4 days ago

The format issue seems to be fixed so the notes generated are creating properties again. However, the login issue is persisting.

kinabalu commented 4 days ago

Unable to recreate the issue with login here, I know its happening for some. Are you using the email-based login? or Apple / Google? What are the Settings in your app (excluding the template itself)

Jwminva commented 4 days ago

The format issue appears to be fixed because now the notes created in the obsidian vault have properties again like they did previously however the issue with logging out and in to voice notes through the plug-in is still an issue. So if I exit the Vault and re-enter the vault it's not going to sink without me re-entering my account login information again in the plug-in

Sent from Proton Mail Android

-------- Original Message -------- On 9/27/24 2:35 PM, Andrew Lombardi wrote:

can I get an update if folks are still experiencing this issue?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Jwminva commented 3 days ago

It keeps asking for a login token when the vault is opened and there is no login token that I'm aware of for voice notes

Sent from Proton Mail Android

-------- Original Message -------- On 9/27/24 8:20 PM, JWM_IN_VA wrote: The format issue appears to be fixed because now the notes created in the obsidian vault have properties again like they did previously however the issue with logging out and in to voice notes through the plug-in is still an issue. So if I exit the Vault and re-enter the vault it's not going to sink without me re-entering my account login information again in the plug-in Sent from Proton Mail Android

-------- Original Message -------- On 9/27/24 2:35 PM, Andrew Lombardi wrote: can I get an update if folks are still experiencing this issue? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Jwminva commented 3 days ago

Yes, I'm using the same email login I set up the account with which wasn't having issues until the last update foe the plugin. Then suddenly it wanted an Authentication login which i do not understa