Damian Lluch

Results 18 comments of Damian Lluch

And how version of Node use this project? I install the dependencies with Node version 10.16.0 and I get this error: ```[4/5] Linking dependencies... [5/5] Building fresh packages... error /home/damian/Documents/work/TechnicalTests/vue-trello/node_modules/node-sass:...

I try with this.otSession.sessionHelper.disconnect() but not work... ![disconnect](https://user-images.githubusercontent.com/1463804/79039746-ad174f00-7be3-11ea-8389-105d6f83ebe2.png)

I try with similar code in the issue https://github.com/opentok/opentok-react/issues/37 my updated code: https://pastebin.com/fqpxUKdJ the error in my app: ![publish](https://user-images.githubusercontent.com/1463804/79040185-f87f2c80-7be6-11ea-8d45-b2d54b97ab55.png)

@enricop89 thanks for your reply. Sorry but I not understand that you say. It's a connection point to point.

Hey, thanks for your answer. Have you seen the code? The call starts well, no problem from either side. The problem is that I can't finish it... I still don't...

I have followed the example in the documentation, adding a simple button to call the function to connect the wallet and I don't get any error, but I do get...

The example refers to this contract which does not exist in the repository: 'import '@0xsequence/erc20-meta-token/contracts/interfaces/IMetaERC20Wrapper.sol'; Where is this contract? thanks

I was able to compile the basic example by modifying the contract in this way... It would be interesting if someone could confirm that this modification is well done. ```...

I have also tried the following way, and I get the message: ``` Error: leaf is required ``` ```` private async generateHexProof(_AddressSentToEndpoint, _whiteListAddresses) { const index = _whiteListAddresses.findIndex(element => {...