You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used an App to clean my Mac and delete a ton of app data and junk. Now Camoufox does not work, and the line to call it just hangs forever. The codes Im using worked great right before this and it works on my other Mac.
I tried deleting and downloading camoufox again with the commands below but it didn't work
I turned on debug mode but all that is outputted is the browser fingerprints.
I use the code below to launch the camoufox browser:
with Camoufox(
proxy=get_proxy(proxies),
geoip=True,
config=config,
firefox_user_prefs={
"media.peerconnection.enabled": False
}
) as browser:
Anyone know how I can fix this? I do have chrome, chromium downloaded and I use them just fine through selenium and nodriver. Somehow only camoufox got influenced.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used an App to clean my Mac and delete a ton of app data and junk. Now Camoufox does not work, and the line to call it just hangs forever. The codes Im using worked great right before this and it works on my other Mac.
I tried deleting and downloading camoufox again with the commands below but it didn't work
I turned on debug mode but all that is outputted is the browser fingerprints.
I use the code below to launch the camoufox browser:
Anyone know how I can fix this? I do have chrome, chromium downloaded and I use them just fine through selenium and nodriver. Somehow only camoufox got influenced.
Beta Was this translation helpful? Give feedback.
All reactions