electron-blockstack-demo icon indicating copy to clipboard operation
electron-blockstack-demo copied to clipboard

Doesn't work.

Open samivvvw opened this issue 6 years ago • 11 comments

I couldn't get this working. Login button does nothing. Where could the problem be? Blockstack browser need to be running, right? Do I need the core to run?

samivvvw avatar Feb 06 '18 18:02 samivvvw

Hi @samivvvw, Blockstack needs to be running 👍 Can you check the developer console what errors you're getting?

alvesjtiago avatar Feb 08 '18 09:02 alvesjtiago

I'm a bit confused about blockstack core/browser, Do I need blockstack core to run blockstack browser? When you say blockstack needs to be running, do you mean core or browser? Blockstack core doesn't seem to show logs in command line interface. Blockstack browser doesn't print anything when clicking login button in your application.

samivvvw avatar Feb 10 '18 15:02 samivvvw

If I launch index.html in a browser I get an error; SyntaxError: import declarations may only appear at top level of a module I think that this command doesn't work: import * as blockstack from 'blockstack';

samivvvw avatar Feb 10 '18 16:02 samivvvw

You just need blockstack browser to run. Are you running the steps at the bottom of the readme file? The developer console should be opened on the electron app window.

alvesjtiago avatar Feb 12 '18 06:02 alvesjtiago

Theres no dev console in electron app's, as far as i know

thaiwash avatar Feb 17 '18 09:02 thaiwash

Allso, tested it with windows, it works futher, blockstack says "invalid sign in request"

thaiwash avatar Feb 17 '18 09:02 thaiwash

@thaiwash when running the app you can toggle the developer tools: screen shot 2018-02-17 at 22 38 10

alvesjtiago avatar Feb 17 '18 15:02 alvesjtiago

no such menu in windows..

thaiwash avatar Feb 24 '18 13:02 thaiwash

Login fails with console errors "unsupported browser" and "can not detect custom protocols on this browser". Same with two other Electron/Blockstack demo apps. Any ideas?

AtlantisPleb avatar Sep 16 '18 23:09 AtlantisPleb

@Entryist this is using an old version of blockstack-js. I'll try to update the example app and I'll let you know as soon as it's done so you can try it out. Thanks

alvesjtiago avatar Sep 17 '18 06:09 alvesjtiago

this works fine with no changes and both windows and mac with the latest version of Blockstack

x5engine avatar Sep 24 '18 12:09 x5engine