Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error trying examples #28

Open
oxarbitrage opened this issue Aug 27, 2019 · 1 comment
Open

Error trying examples #28

oxarbitrage opened this issue Aug 27, 2019 · 1 comment

Comments

@oxarbitrage
Copy link
Member

When trying examples like https://github.com/bitshares/beet-js/blob/master/examples/bitshares/transfer.html or https://github.com/bitshares/beet-js/blob/master/examples/bitshares/inject.html i get the following message in beet:

Account Details Request
The application BitShares Transfer Example zz from BitShares Transfer Example zz is requesting access to a BTS account. ❔

If i click deny the window is closed and i get back to wallet. If i click allow nothing happens.

@oxarbitrage
Copy link
Member Author

Error in the console:

2019-08-27 16:10:53 GMT+3 - [DEBUG] 'Account-Selector Mounted'
2019-08-27 16:11:03 GMT+3 - [DEBUG] 'incoming authenticate request'
2019-08-27 16:11:03 GMT+3 - [DEBUG] 'incoming link request'
2019-08-27 16:11:03 GMT+3 - [ERROR] TypeError: Cannot read property 'state' of undefined
    at VueComponent.accounts (/home/alfredo/beet/src/components/account-select.vue:74:40)
    at Watcher.get (/home/alfredo/beet/node_modules/vue/dist/vue.js:4472:27)
    at Watcher.evaluate (/home/alfredo/beet/node_modules/vue/dist/vue.js:4577:23)
    at VueComponent.computedGetter [as accounts] (/home/alfredo/beet/node_modules/vue/dist/vue.js:4826:19)
    at VueComponent.<anonymous> (/home/alfredo/beet/node_modules/vue/dist/vue.js:518:18)
    at Watcher.get (/home/alfredo/beet/node_modules/vue/dist/vue.js:4472:27)
    at new Watcher (/home/alfredo/beet/node_modules/vue/dist/vue.js:4461:14)
    at VueComponent.Vue.$watch (/home/alfredo/beet/node_modules/vue/dist/vue.js:4936:21)
    at createWatcher (/home/alfredo/beet/node_modules/vue/dist/vue.js:4896:15)
    at initWatch (/home/alfredo/beet/node_modules/vue/dist/vue.js:4878:9)
    at initState (/home/alfredo/beet/node_modules/vue/dist/vue.js:4641:7)
    at VueComponent.Vue._init (/home/alfredo/beet/node_modules/vue/dist/vue.js:4994:7)
    at new VueComponent (/home/alfredo/beet/node_modules/vue/dist/vue.js:5141:14)
    at createComponentInstanceForVnode (/home/alfredo/beet/node_modules/vue/dist/vue.js:3290:12)
    at init (/home/alfredo/beet/node_modules/vue/dist/vue.js:3121:47)
    at createComponent (/home/alfredo/beet/node_modules/vue/dist/vue.runtime.common.dev.js:5952:9)
2019-08-27 16:11:03 GMT+3 - [ERROR] TypeError: Cannot read property 'state' of undefined
    at VueComponent.accounts (/home/alfredo/beet/src/components/account-select.vue:74:40)
    at Watcher.get (/home/alfredo/beet/node_modules/vue/dist/vue.js:4472:27)
    at Watcher.evaluate (/home/alfredo/beet/node_modules/vue/dist/vue.js:4577:23)
    at Proxy.computedGetter (/home/alfredo/beet/node_modules/vue/dist/vue.js:4826:19)
    at Proxy.render (/home/alfredo/beet/src/components/account-select.vue:128:276)
    at VueComponent.Vue._render (/home/alfredo/beet/node_modules/vue/dist/vue.js:3545:24)
    at VueComponent.updateComponent (/home/alfredo/beet/node_modules/vue/dist/vue.js:4061:23)
    at Watcher.get (/home/alfredo/beet/node_modules/vue/dist/vue.js:4472:27)
    at new Watcher (/home/alfredo/beet/node_modules/vue/dist/vue.js:4461:14)
    at mountComponent (/home/alfredo/beet/node_modules/vue/dist/vue.js:4068:5)
    at VueComponent.Vue.$mount (/home/alfredo/beet/node_modules/vue/dist/vue.js:9038:12)
    at VueComponent.Vue.$mount (/home/alfredo/beet/node_modules/vue/dist/vue.js:11923:18)
    at init (/home/alfredo/beet/node_modules/vue/dist/vue.js:3125:15)
    at createComponent (/home/alfredo/beet/node_modules/vue/dist/vue.runtime.common.dev.js:5952:9)
    at createElm (/home/alfredo/beet/node_modules/vue/dist/vue.runtime.common.dev.js:5899:9)
    at createChildren (/home/alfredo/beet/node_modules/vue/dist/vue.runtime.common.dev.js:6027:9)
2019-08-27 16:11:03 GMT+3 - [DEBUG] 'Account-Selector Mounted'
2019-08-27 16:13:16 GMT+3 - [DEBUG] 'Language Selector mounted'
2019-08-27 16:13:16 GMT+3 - [DEBUG] 'Standard Header mounted'
2019-08-27 16:13:16 GMT+3 - [DEBUG] 'Start screen mounted'


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant