ZeroNetX / ZeroNet

ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.dev
Other
212 stars 32 forks source link

Favorited sites list is empty after update from official v.0.7.1 #149

Closed defder-su closed 1 year ago

defder-su commented 2 years ago

Step 1: Please describe your environment

Step 2: Describe the problem:

Steps to reproduce:

  1. Update client following http://127.0.0.1:43110/15UYrA7aXr2Nto1Gg4yWXpY3EAJwafMTNk/?Topic:1638193961_12sCaEUFqE6g3JrDqmEA8pn9yrgxwkZQMe.
  2. Check Favorited Sites list.

Observed Results:

Expected Results:

defder-su commented 2 years ago

The old favorited sites list is available in the legacy ZeroHello page.

slrslr commented 2 years ago

The old favorited sites list is available

thanks, if anyone have long list it may be possible speed up the process by

backup zeronet/data/users.json open it, find mentioned old zerohello address and below the section:

"favorite_sites": {
...
}

and copy it to new zerohello site section, quit ZN, save the file

defder-su commented 2 years ago

backup zeronet/data/users.json open it, find mentioned old zerohello address and below the section:

"favorite_sites": {
...
}

and copy it to new zerohello site section, quit ZN, save the file

It did the trick, thank you.