-
-
Notifications
You must be signed in to change notification settings - Fork 57
No stack when evaluating plugin in SES #84
Comments
The If you share a link to your repo or invite me as a collaborator, I can help troubleshoot it, and possibly add a handler to our build script. Otherwise, I recommend that you look inside the bundle around that line and manually remove the HTML comment. If you could at least share a snippet of the offending line(s), we would really appreciate it. |
https://github.com/jvluso/metamask-plugin-beta/tree/transaction-plugin |
What's your intent with using I also recommend that you:
I did some further digging into your issue, which I am recording here for you (if you are interested), and for our future reference: If you open the bundle file and go to line 30033, you should see something that looks like an HTML comment. You can also search through the bundle file, and you should find strings of the form However, when I build your plugin on my machine and search through the bundle, I can only find strings of the form |
My overall goal is to include the Aragon API which uses web3 extensively to build a signer for Aragon DAOs. I know it has its problems, but I don't think I'll really be able to get around it soon. Deleting the dist while fixing the git config seems to have solved the problem I was having. Hopefully agoric can work on the error message that was being generated. |
Got it. We'd be really excited to see an Aragon plugin! MetaMask has a great relationship with Agoric, and I'll see if we can do anything to improve the SES error stacks. Meanwhile, I'll close this, and feel free to open a new issue if you encounter any other problems. |
I'm trying to add a dependency to a plugin that I'm building, and when I run build I get the error
possible html comment syntax rejected around line 30033
I'm pretty sure that this means that there is something in the dependency which isn't able to be run in the ses container, but it would be helpful to have a stack trace so that I know what needs to be fixed. I already made a comment on the realms-shim repository but I also want to confirm that this isn't because of theTODO: mock wallet properly
comment.The text was updated successfully, but these errors were encountered: