If I go to browser.blockstack.org/profiles it looks like I have a ‘social level’ of 2 with my Twitter and GitHub accounts confirmed.
If I then go to localhost:8888 (the local browser) it looks like I have a ‘social level’ of 0.
What’s causing this? I’ve tried to reset the browser multiple times but nothing changes, I also deleted my tweet and tweeted it again, but same thing. Any idea about how to fix this?
That’s my address on both the local browser and on browser.blockstack.org and I’m pretty sure that I’m signed in correctly, everything else is working and I reset the browser multiple times.
Right now I’m on Ubuntu and I just downloaded and ran the Bash file, I’m using version 0.31.1. I also have a Windows laptop and where I think I’m running version 0.31.0, on Windows I downloaded and ran the .msi file.
So you should wait until someone else can come and help.
It does not look like the browser does the verifications itself in JS. browser.blockstack.org calls https://proofs.blockstack.org/validate/ and it returns validation results. So locally, you should check devtools to see what it’s trying to call. You will probably have to run that proof-checking service.
I wonder why there’s a validate endpoint now, I thought the plan was for the check to be done in Javascript, just using a CORS proxy so it would actually be possible to read the data.
Open the terminal and navigate to my Downloads folder
Type sudo bash -f ./Blockstack-for-Linux-v0.31.0.sh to see how I should install it
Type sudo bash -f ./Blockstack-for-Linux-v0.31.0.sh pull
Type sudo bash -f ./Blockstack-for-Linux-v0.31.0.sh install-protocol-handler
Type sudo bash -f ./Blockstack-for-Linux-v0.31.0.sh start
Then I reset the browser to make sure that the newer version of the browser didn’t leave something behind that would cause error to happen again:
I went to localhost:8888 and opened the console (Ctrl+Shift+K) and typed localStorage.clear().
Still not working, I get the same result as before.