Nathan James

Results 66 comments of Nathan James

Can someone move this ticket over to Scatter Desktop? It's one I'd like to keep but it will get lost here in extension as it gets more and more deprecated.

Looking at this now, i'm not sure how you even got those in there. https://github.com/EOSEssentials/Scatter/blob/master/src/views/NetworkView.vue#L60 It should have stripped the `http://` off when you input it.

Oh. That explains it :) I'll fix that with an error message about not using protocols within the network since there's a protocol field on the network itself.

Need more code here to see what's going on ( like what `getScatterEosInstance` is doing ). Also, I see you're using extension, have to tried to check if this works...

Looks like you aren't pulling in the `ScatterEOS` plugin: https://get-scatter.com/docs/examples-interaction-flow

Those imports, and the `ScatterJS.plugins(new ScatterEOS());` instantiation should be done as early as possible in your app, and only in a single location and then fetched from a global store/state-handler....

Please screenshot you networks panel ( settings -> networks )

Yeah seems so, turn on a VPN and import your account. You wont need to keep turning on VPN to use Scatter though.

What. The. Fuck. :) I literally don't know what to say here. Peanut butter and jelly? If you inspect the open popup and mess around with the CSS for what...

Though this is technically fixed on the mainnet due to the new endorsed network, this would still fail on proprietary networks which force SSL. @mlockett42 's PR will likely become...