Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Version v11.0.0 (flask: false) not found! #357

Open
slavamirniy opened this issue Mar 6, 2024 · 3 comments
Open

Version v11.0.0 (flask: false) not found! #357

slavamirniy opened this issue Mar 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@slavamirniy
Copy link

Describe the bug
Version v11.0.0 (flask: false) not found!

const {metaMask, browser} = await dappeteer.bootstrap({
        headless: false,
        metaMaskFlask: false,
        puppeteerOptions: {
            headless: false
        },
    });
@slavamirniy slavamirniy added the bug Something isn't working label Mar 6, 2024
@slavamirniy
Copy link
Author

https://api.github.com/repos/metamask/metamask-extension/releases
On this page there is no metamask v11.0.0
You need update link with pagination, like https://api.github.com/repos/metamask/metamask-extension/releases?page=2

@ernanirst
Copy link

Got this error simply by adding the jest preset. Does downgrading version helps?

@ernanirst
Copy link

@slavamirniy I manage to work around the issue by creating a dappeteer.config.js, and specifying the metamask version:

/** @type {import('@chainsafe/dappeteer').DappeteerJestConfig} */
const config = {
  dappeteer: {
    metaMaskVersion: '11.11.4',
  },
  metamask: {
    seed: 'already turtle birth enroll since owner keep patch skirt drift any dinner',
    password: 'password1234',
  },
}

module.exports = config

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants