lumehq / lume

A multi-purpose nostr client for desktop.
https://lume.nu
GNU General Public License v3.0
241 stars 24 forks source link

Can't log out #119

Closed tensor5g closed 1 week ago

tensor5g commented 9 months ago

The logout option doesn't appear to do anything for me

Windows 11 23H2

https://github.com/luminous-devs/lume/assets/74799905/5813e9ec-4384-4eb5-aa83-66c1ea7b68e4

I've got some other issues but I wanted to see if logout/login would fix them

reyamir commented 9 months ago

Hi, thank for your report You can report all issues, I've a plan for new hotfix today

reyamir commented 9 months ago

Hi, I've fixed your issue in the latest release, can you help me try it https://github.com/luminous-devs/lume/releases/tag/v2.1.3

tensor5g commented 9 months ago

After installing the new version I have two new issues. I get this error during installation

image

Clicking OK the install seems to continue fine. After I launch Lume I noticed I was signed out so I put in my npub and tried to click "Continue with nsecBunker" but nothing happens

image

Restarting did not help

reyamir commented 9 months ago

oh, it strange, I will set up a Windows vm and test your issue

or you can delete lume's db at this location: C:\Users\\AppData\Roaming\com.lume.nu\ -> delete file lume_v2.db

then you can restart app

reyamir commented 9 months ago

Oh, I've found a problem with login with nsecBunker, I'm working to fix it maybe I will release other hotfix today or tomorrow

if you get other issues, you can report it to me here. I'm fully spending this week just for fix bugs. sorry for buggy release

tensor5g commented 9 months ago

Ok, after signing in manually with nsec I get this error when opening my profile (clicking icon in bottom left)

image

reyamir commented 9 months ago

I'm working on it too

reyamir commented 9 months ago

Hi, I've released new version to fix your issue: https://github.com/luminous-devs/lume/releases/tag/v2.1.4

tensor5g commented 9 months ago

Getting same nip05 error when clicking my profile button. Confirmed I'm on 2.1.4

reyamir commented 9 months ago

oh, I will check again can you share me your nip05, maybe something wrong when verify your nip05

reyamir commented 9 months ago

yup, I've found the issue, I'm working on new hotfix

reyamir commented 9 months ago

sorry for bothering you again, can you help me check this version https://github.com/luminous-devs/lume/releases/tag/v2.1.5 I've added the fallback if nip05 cannot be load

tensor5g commented 9 months ago

Thank you, I can load the profile now. Next issue is that I cannot seem to follow anyone. I hover over the button, it turns blue, but clicking it doesn't do anything.

reyamir commented 9 months ago

Hi, I've found a problem with follow/unfollow button, the contact list is updated, but the button state is update exactly (follow -> unfollow / unfollow -> follow)

I'm working to fix it

image
reyamir commented 9 months ago

Hi, I've pushed new update again 😅, https://github.com/luminous-devs/lume/releases/tag/v2.1.6 You can update via "Check for update" button in Settings Screen -> About, or you can enable auto update

tensor5g commented 9 months ago

Clicking the follow button now causes my window to go white

image

Also there is a console open whenever I open Lume

image

reyamir commented 9 months ago

Oh, look like this bug only occur on Windows, I will do more test on Windows today

reyamir commented 9 months ago

Hi, I've pushed new version to fix your issue https://github.com/luminous-devs/lume/releases/tag/v2.1.7 You can reinstall with version without -debug flag in name, it won't show console when open app

And can you share me your npub, you have great contribute to lume by raise a lot of issues from the last week I'm working on new lume.nu website which have contributor page, and I will add you to it

tensor5g commented 9 months ago

The white window is fixed, thank you. I will DM you my npub.

Next issue, I seem to be getting duplicate notifications. I assume I am getting the same notification from each relay?

image

reyamir commented 9 months ago

Ah, it already have dedup function, but maybe a bug cause same event display multiple times or maybe it is spam replies. I will check it, and I also revamp this part to show reply content instead of your post content