Emilio López

Results 175 comments of Emilio López

Thanks for the information! It made things a bit more clear. I checked again and I see no mentions of WelcomePageHandlerMapping on my logs. I played a bit more on...

Hmm, running that command replies `jar:file:/app/botify.jar!/BOOT-INF/classes!/index.html`, so the file is there in the jar :thinking: I have no idea why it's not picking it up then. I noticed `WebConfig.java` doesn't...

Just tried again, just in case, but it isn't. I'm attaching a log, maybe you can spot something I'm missing. This is with ``` logging.level.org.springframework.web=DEBUG log4j.logger.org.springframework.web=DEBUG ``` [botify.txt](https://github.com/robinfriedli/botify/files/5767587/botify.txt) The only...

I haven't had the chance yet, I need to set up a new java environment to do that. During my tests so far I have been using the bot I...

If you need a temporary workaround for this issue, you may downgrade manticore to avoid the problem: `pip install manticore==0.3.5`

I've seen this issue once; in case it helps, I worked around it by downgrading to `ganache-cli@6`

Hi! Could you expand on what your setup looks like (eg. which Python version are you using, on which platform, how did you install Python?) and what you would like...

I gave the two drizzle-box branches you linked a try and they seem to work mostly fine. The only significant thing I noticed is that your E2E contract does not...

```js // await strategy.connect(admin).grantRole(MANAGER_ROLE, manager.address); // await vault.setStrategy(strategy.address); ``` Out of those three, the last two stand out to me; I don't see `strategy` being set to a value before...

Interesting, the error mentions `EVM.Query: fetch contract 0x5409ED021D9299bf6814279A6A1411A7e866A631` but that's the same address as originating the function call (`from`) in your etheno call. Wouldn't that be an EOA?