GooBox/goobox-community-gui

Storj login with correct email/password causes incorrect email/password error due to encryption key issue

MeijeSibbel opened this issue · 2 comments

Versions

Replace the values below with your own:

  • GUI Version: v0.2.0
  • Operating System: All
  • Storage provider selected: -

Optional:

  • Current account balance:
  • Current wallet address:
  • Size of sync directory: <... GB>
  • Number of files and folders in Sync directory: <... files and ... folders>

logs

Please attach the following logs:

windows

  • C:\Users\USER\AppData\Roaming\Goobox\<log>.log
  • C:\Users\USER\AppData\Local\Goobox\Logs\<...>-sync.log

Mac

....

Linux

...

Expected Behavior

Please describe the program's expected behavior.

 "Generate seed" generates a seed for the goobox folder, even if they already have buckets in their account.

Actual Behavior

Please describe the program's actual behavior. Please include any stack traces
or log output in the back ticks below.

If a user tries to generate a seed when they already have buckets in their account and then press "Next", they get a "Please enter the correct email/password" error, even if these are correct. The reason for this is that Storj doesn't allow a user to generate a seed for goobox if they already have a bucket in their account. This is very confusing for the end-user and has to be fixed.

So the community app should not return a incorrect email/password error also.

Steps to Reproduce

Please include the steps the reproduce the issue, numbered below. Include as
much detail as possible.

  1. ...
  2. ...
  3. ...

Screenshots (Optional)

If the error is graphical in nature it is helpful to provide a screenshot.

I think GooBox/goobox-sync-storj#122 would solve this issue.