daijro / camoufox

🦊 Anti-detect browser
https://camoufox.com
Mozilla Public License 2.0
749 stars 55 forks source link

after upgrade,not work #98

Closed julycreator closed 1 week ago

julycreator commented 1 week ago

Describe the bug:

error:manifest.json is missing. Addon path must be a path to an extracted addon

Screenshots:

image

To Reproduce:

fg = FingerprintGenerator(browser=('chrome', 'firefox', 'safari', 'edge'), locale=('zh-CN', 'zh',), os=('windows', 'macos'), )

    with Camoufox(fingerprint=fg.generate(), headless=True, geoip=public_ip,i_know_what_im_doing=True,
                  proxy={"server": proxy_ip},
                  config={
                      "locale:language": "zh-CN,zh",
                      'webrtc:ipv4': public_ip,
                      'geolocation:latitude': latitude,
                      'geolocation:longitude': longitude,
                  },
                  humanize=True,
                  block_webgl=True,
                  ) as browser:
            page = browser.new_page()

            page.goto("https://www.google.com/",timeout=30000)

Version:

beta.17

Nongzhsh commented 1 week ago

Hello, try to update the camoufxo package. pip install -U camoufox

julycreator commented 1 week ago

Hello, try to update the camoufxo package. pip install -U camoufox

the error is the same. not change

manifest.json is missing. Addon path must be a path to an extracted addon.

daijro commented 1 week ago

Hello, try to update the camoufxo package. pip install -U camoufox

the error is the same. not change

manifest.json is missing. Addon path must be a path to an extracted addon.

Your downloaded addons are likely corrupted.

You may need to run camoufox remove then camoufox fetch.

julycreator commented 1 week ago

Hello, try to update the camoufxo package. pip install -U camoufox

the error is the same. not change manifest.json is missing. Addon path must be a path to an extracted addon.

Your downloaded addons are likely corrupted.

You may need to run camoufox remove then camoufox fetch.

thank you ,It's work.