@jslim18 asks
However, I am facing another issue that blockstack unable to pull out user profile for jslim18.id and the error is “Failed to load user profile” whereas other eg. mango.id, fredwilson.id all reported no problem. Awkward
I tried to lookup jslim18.id
and it works for me. Can you running blockstack --debug lookup jslim18.id
with the --debug
flag and if it doesn’t work, sharing the output here in this thread?
This is what I got:
(blockstack-venv)Tesla:~ larry$ blockstack --debug lookup jslim18.id
[2016-12-14 23:24:22,846] [DEBUG] [spv:103] (10642.140736646026176) Using mainnet
[2016-12-14 23:24:23,392] [DEBUG] [cli:210] (10642.140736646026176) Enabling advanced methods
[2016-12-14 23:24:23,410] [DEBUG] [client:100] (10642.140736646026176) Connect to node.blockstack.org:6264
[2016-12-14 23:24:23,462] [DEBUG] [client:135] (10642.140736646026176) Loaded storage driver 'disk'
[2016-12-14 23:24:23,463] [DEBUG] [client:135] (10642.140736646026176) Loaded storage driver 'blockstack_resolver'
[2016-12-14 23:24:23,463] [DEBUG] [client:135] (10642.140736646026176) Loaded storage driver 'blockstack_server'
[2016-12-14 23:24:23,464] [DEBUG] [client:135] (10642.140736646026176) Loaded storage driver 'http'
[2016-12-14 23:24:23,464] [DEBUG] [client:135] (10642.140736646026176) Loaded storage driver 'dht'
[2016-12-14 23:24:24,465] [DEBUG] [profile:155] (10642.140736646026176) Fetched 23f3e3424b63a25a56591bfa6fe8e76ca9a03fca from Atlas peer node.blockstack.org:6264
[2016-12-14 23:24:24,476] [WARNING] [profile:236] (10642.140736646026176) No data public key set; falling back to hash of data and/or owner public key for profile authentication
[2016-12-14 23:24:24,476] [DEBUG] [storage:507] (10642.140736646026176) get_mutable jslim18.id
[2016-12-14 23:24:24,476] [DEBUG] [storage:547] (10642.140736646026176) Try blockstack_resolver (https://blockstack.s3.amazonaws.com/jslim18.id)
[2016-12-14 23:24:25,218] [DEBUG] [storage:238] (10642.140736646026176) Verified with 1FbhxTQuWzxb7sJ9R1EdZBpbzXPNpo64mR
[2016-12-14 23:24:25,218] [DEBUG] [storage:577] (10642.140736646026176) loaded 'https://blockstack.s3.amazonaws.com/jslim18.id' with blockstack_resolver
[2016-12-14 23:24:25,681] [DEBUG] [client:172] (10642.140736646026176) Failed to fetch analytics key: No analytics key
{
"profile": {
"@type": "Person",
"account": [
{
"@type": "Account",
"identifier": "jslim18",
"proofType": "http",
"proofUrl": "https://www.facebook.com/jslim18/posts/1206428719388896",
"service": "facebook"
},
{
"@type": "Account",
"identifier": "jslim18",
"proofType": "http",
"proofUrl": "https://gist.github.com/jslim18/531ddbda84b934c7f94f54bcd4ab0918",
"service": "github"
},
{
"@type": "Account",
"identifier": "1CLmPYeDfV6DcXpnYbNtQpc4BBUYrEkb9j",
"role": "payment",
"service": "bitcoin"
},
{
"@type": "Account",
"identifier": "test",
"service": "crypto*trade 2.0"
},
{
"@type": "Account",
"identifier": "jslim18",
"proofType": "http",
"proofUrl": "https://twitter.com/jslim18/status/758980271597170688",
"service": "twitter"
}
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Kuala Lumpur"
},
"description": "+601120201023",
"image": [
{
"@type": "ImageObject",
"contentUrl": "https://s3.amazonaws.com/kd4/jslim18",
"name": "avatar"
},
{
"@type": "ImageObject",
"contentUrl": "https://s3.amazonaws.com/dx3/jslim18",
"name": "cover"
}
],
"name": "Jackson",
"website": [
{
"@type": "WebSite",
"url": "http://www.airkayu.com"
}
]
},
"zonefile": "$ORIGIN jslim18.id\n$TTL 3600\n_http._tcp URI 10 1 \"https://blockstack.s3.amazonaws.com/jslim18.id\"\n"
}
(blockstack-venv)Tesla:~ larry$