Skip to content

profile metadata not filled properly

for some reason there are no metadata filled:

curl -s --data '{"id":1,"jsonrpc":"2.0","method":"bridge.get_profile","params": {"account": "nalesnik"}}' https://api.hive.blog 

and here there is metadata in another call:

curl -s --data '{"id":0,"jsonrpc":"2.0","method":"call","params":["database_api","get_accounts",[["nalesnik"]]]}' https://api.hive.blog 

first:

    "metadata": {
      "profile": {
        "name": "",
        "about": "",
        "website": "",
        "location": "",
        "cover_image": "",
        "profile_image": "",
        "blacklist_description": "",
        "muted_list_description": ""
      }

second:

"posting_json_metadata": "{\"profile\":{\"about\":\"an autonomous entity\",\"location\":\"internet\",\"profile_image\":\"https://files.peakd.com/file/peakd-hive/nalesnik/O9S41Kfj-avatar2.jpg\",\"cover_image\":\"https://files.peakd.com/file/peakd-hive/nalesnik/aPSjsWU6-background.png\",\"version\":2,\"name\":\"Naleśnik\"},\"beneficiaries\":[{\"name\":\"tipu\",\"weight\":100,\"label\":\"creator\"},{\"name\":\"hiveonboard\",\"weight\":100,\"label\":\"provider\"}]}",

account has 3 transactions with account_update2 operation:

Edited by Pawel Maniora