threefoldtech / home

Starting point for the threefoldtech organization
https://threefold.io
Apache License 2.0
9 stars 4 forks source link

Strange error: "Your identity does not exists on main please setup a new identity with 3sdk" #779

Closed joefoxton closed 4 years ago

joefoxton commented 4 years ago

In Jumpscale SDK, when I click on "Settings" in the menu, I see this error message:

"Your identity does not exists on main please setup a new identity with 3sdk"

I'm not sure what this means. It seems everything is working ok, but I'm not sure.

Screenshot 2020-06-15 at 12 00 00

grimpy commented 4 years ago

@joefoxton is this happening without changing the network selection? Did you create your 3sdk on another network? Are you sure the same name/email combination exists on mainnet aswell?

joefoxton commented 4 years ago

Yes, this is happening without changing the network selection. My 3sdk was created on mainnet. Yes, this user exists on mainnet… its what I’ve been using for all our farm & wallet management.

On 16 Jun 2020, at 09:41, Jo De Boeck notifications@github.com wrote:

@joefoxton https://github.com/joefoxton is this happening without changing the network selection? Did you create your 3sdk on another network? Are you sure the same name/email combination exists on mainnet aswell?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/threefoldtech/home/issues/779#issuecomment-644591940, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJREDSFFLTU56UQG47TQBLRW4OZFANCNFSM4N6AQHXQ.

grimpy commented 4 years ago

Based on what I can see this means you identity configured in the 3sdk is not in sync with what is configured in the explorer.

Could you please verify the following info for me: https://explorer.grid.tf/explorer/users?name=<your name>.3bot Check name and email and compare to

3sdk
3sdk> threebot komos

#compare with these fields
j.me.tname
j.me.email
joefoxton commented 4 years ago

[{"id":152,"name":"joefoxton.3bot","email":"","pubkey":"8dc222cf54c465cd1b1a9772552dcc7fa118e61a900d2bf667b07f763939c176","host":"","description":"","signature":""}]

Email should actually be joefoxton@me.com mailto:joefoxton@me.com on both. Not sure why its blank on explorer, and incorrect on kosmos.

Its configured correctly on 3bot Connect.

On 16 Jun 2020, at 14:10, Jo De Boeck notifications@github.com wrote:

Based on what I can see this means you identity configured in the 3sdk is not in sync with what is configured in the explorer.

Could you place verify the following info for me: https://explorer.grid.tf/explorer/users?name=.3bot Check name and email and compare to

3sdk> threebot komos

compare with these fields

j.me.tname j.me.email — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/threefoldtech/home/issues/779#issuecomment-644722889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJREDWG73VQJ2JT4VO6N2LRW5OKZANCNFSM4N6AQHXQ.

grimpy commented 4 years ago

@joefoxton ok thx for the information: Yes indeed in explorer it is as you said see: https://explorer.grid.tf/explorer/users?email=joefoxton@me.com I forgot that in explorer the email is not returned by default for privacy concerns but if you know the email you can find the user (see url above) so this seems to be ok.

So it seems to be wrong in kosmos.

Can you try to fix at as follows and check your browser again:

3sdk
3sdk> threebot shell
3bot stop
kosmos -p
j.me.email = "joefoxton@me.com"
j.me.save()
exit()
3bot start

And check your browser again

joefoxton commented 4 years ago

Yep, correct now.

Now I get the error “Could not switch explorers” in the SDK browser

On 16 Jun 2020, at 14:25, Jo De Boeck notifications@github.com wrote:

@joefoxton https://github.com/joefoxton ok thx for the information: Yes indeed in explorer it is as you said see: https://explorer.grid.tf/explorer/users?email=joefoxton@me.com https://explorer.grid.tf/explorer/users?email=joefoxton@me.com I forgot that in explorer the email is not returned by default for privacy concerns but if you know the email you can find the user (see url above) so this seems to be ok.

So it seems to be wrong in kosmos.

Can you try to fix at as follows and check your browser again:

3sdk 3sdk> threebot shell 3bot stop kosmos -p j.me.email = "joefoxton@me.com" j.me.save() exit() 3bot start And check your browser again

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/threefoldtech/home/issues/779#issuecomment-644729742, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJREDX7PJUMDUUV5YS6XRLRW5QCVANCNFSM4N6AQHXQ.

joefoxton commented 4 years ago

Restarted 3bot, now everything works fine

On 16 Jun 2020, at 14:53, Joe Foxton notifications@github.com wrote:

Yep, correct now.

Now I get the error “Could not switch explorers” in the SDK browser

On 16 Jun 2020, at 14:25, Jo De Boeck notifications@github.com wrote:

@joefoxton https://github.com/joefoxton ok thx for the information: Yes indeed in explorer it is as you said see: https://explorer.grid.tf/explorer/users?email=joefoxton@me.com https://explorer.grid.tf/explorer/users?email=joefoxton@me.com I forgot that in explorer the email is not returned by default for privacy concerns but if you know the email you can find the user (see url above) so this seems to be ok.

So it seems to be wrong in kosmos.

Can you try to fix at as follows and check your browser again:

3sdk 3sdk> threebot shell 3bot stop kosmos -p j.me.email = "joefoxton@me.com" j.me.save() exit() 3bot start And check your browser again

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/threefoldtech/home/issues/779#issuecomment-644729742, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJREDX7PJUMDUUV5YS6XRLRW5QCVANCNFSM4N6AQHXQ.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/threefoldtech/home/issues/779#issuecomment-644743399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJREDWHEDZSOSCFNLAUFQLRW5TN3ANCNFSM4N6AQHXQ.

grimpy commented 4 years ago

@joefoxton one more followup question, could you give me an idea how old you 3sdk installation is (the first installation not the latest update)? Cause the newest install should prevent this from happening already. So I'm wonder if you installed this before we had these preventive measures in place.

joefoxton commented 4 years ago

My first install is months ago so you are probably right!

On 16 Jun 2020, at 3:09 PM, Jo De Boeck notifications@github.com wrote:

 @joefoxton one more followup question, could you give me an idea how old you 3sdk installation is (the first installation not the latest update)? Cause the newest install should prevent this from happening already. So I'm wonder if you installed this before we had these preventive measures in place.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

grimpy commented 4 years ago

As such I will close this issue as resolved.

feel free to open it again in case you notice this behavior in the future