- Notifications
You must be signed in to change notification settings - Fork845
Where are the settings located for Windows?#773
-
For flaresolverr for windows where in the folder are the settings located to edit them so I can edit the settings so I can make one browser instance of chromium the main one. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 4 replies
-
And by settings I meant the environmental variables Where do I edit them in Windows |
BetaWas this translation helpful?Give feedback.
All reactions
-
You have to create a |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
WINDOWS CHANGE ENVIROMENT VARIABLES [EDIT FINAL] - Using an ELEVATED CMD and navegating to the directory did the trick. two years later and i'm here with the same problem. my bat file looks like this: C:\Windows\System32\cmd.exe /c "SET HOST=127.0.0.1 && TZ=america/brasilia && LOG_LEVEL=debug && START /D ^"D:\Bruno Ventura\Downloads\Programas\qbit\flaresolverr^" flaresolverr.exe" this host is the jacket host. I think that flaresolverr should serve on this host right? opening a CMD/Shell, navigating to the flaresolverr folder and using set VARIABLE does not seem to do anything. No errors messages, but the variables do not change. I got to change timezone to mine, but just that. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@ECHOOFFSETHOST=127.0.0.1SETTZ=America/Sao_PauloSETLOG_LEVEL=DEBUGSTART /B"""D:\Bruno Ventura\Downloads\Programas\qbit\flaresolverr\flaresolverr.exe" I'm not sure |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Thank you! brasilia is the standard brazilian time, so my first thought was to use it. Now, only thing that I didn't figured yet is the /captcha directory. It doesn't exist by default right? And second, free captcha solvers are nowhere to be found too, is it correct? I tried just setting the EV CAPTCHA_SOLVER=hcaptcha-solver, but doesn't seem to make a difference. I'm getting the "ReqId 5864 The Cloudflare 'Verify you are human' button not found on the page." error. I'll read#1036,#1300, and#1163 as soon as I have some time o/ Thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Captcha solvers aren't currently supported -https://github.com/FlareSolverr/FlareSolverr#captcha-solvers Current working fork (you'll have to run from source) -https://github.com/21hsmw/FlareSolverr |
BetaWas this translation helpful?Give feedback.