-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fido is stuck #88
Comments
Thanks for reporting. I can replicate the issue. It seems Microsoft have once again changed something on their servers to make it more unfriendly to scripts. I believe I have found a workaround however, and this is a good opportunity to add timeouts to our web requests, so, hopefully, the version of Fido that closes this request should address the issue. |
* It looks like Microsoft are actively filtering our script by detecting our first request with the spoofed user-agent, so work around that. * Also switch to using 'curl' instead of 'Invoke-WebRequest'. May break PowerShell 7.0, but I'm only concerned about Rufus usage for now. * Also add timeouts on web requests. * Closes #88.
Just a note that I have force pushed a new update, because the previous workaround missing some elements. |
Hi,
When running Fido.ps1 the script is getting stuck at the locale query.
when starting with gui options:
and clicking continue on Windows 11 its stuck immediately
![image](https://private-user-images.githubusercontent.com/55741366/302974903-90b469d5-269e-409e-a832-18fb38647092.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjYzOTAsIm5iZiI6MTczOTM2NjA5MCwicGF0aCI6Ii81NTc0MTM2Ni8zMDI5NzQ5MDMtOTBiNDY5ZDUtMjY5ZS00MDllLWE4MzItMThmYjM4NjQ3MDkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzMTQ1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQzMzQ1MDc5M2Q4NjU1MmUwM2FmYzQ4ODcwOGY2OTQ0NGM5OWE1MzYzMjgwNjQyYzAxNzE4NWJlZTYxMDhmNDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.muhizNo1CVRKelWFXVuFA7yXiJMay2MiX3R0oky9CJ0)
We have tried different machines with different network connections. also tested it in Rufus 4.4 and is also not working.
it worked fine yesterday.
Hope to have an update soon! :)
The text was updated successfully, but these errors were encountered: