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
This bug wasn't already reported.
(I have checked every bug report on GitHub)
Title
The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
So many people encounter different errors when use Ms farmer, just like me, I come into ensuring you are logged in on bing, 2FA, stuck on entering password and so on, I try every methods to solve these problems, and change different versions, python, docker, docker compose, exe, none can work normally. But now, I know why these methods doesn't work. Even two persons have the same error logs, they may have definitely different exceptions, the logs just are the coders type there, but not the system really outputs. Finally, I use Vscode, add logs to every important lines of the code, if the code stuck here, terminal will output relative info, so I can detect which line is the root question.
Now, for the bugs about stuck in ensuring you are logged in on bing. After finish the process of logging in, the code will check if you have been logged in, it just open a website like www.bing.com-xxxxxxx, and then, if it redirect to the homepage of the bing but not to the login website, the code will think ok , you are logged in. just compare the website on your computer with www.bing.com, and this process in code is a while loop, till your website is www.bing.com, or it will continue to do this, so you can see one line log ensuring you are logged in on bing on terminal, but actually if you add log within the while loop, the terminal will display line after line logs. When I use -v parameter, the chrome just stuck in bing homepage, the terminal display line by line "checking if you have been logged in" which I type within the while loop, and I know this is the root question, i notice the chrome url is xx.bing.com, What a fucking thing. xx is just the country code, may be fr, cn or so on. after that I change www.bing.com to xx.bing.com, well, it works.
Except this, I also encounter other questions, some countries can't get google.com, the terminal will display 403 and the code will end up at an exception. I change getgoogletrends to trends of www.baidu.com, it also works.
Thanks for the people with this repo~
Copy and paste your error
nonoe
Screenshots
Value of dashboard variable
none
The text was updated successfully, but these errors were encountered:
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
Describe the bug
So many people encounter different errors when use Ms farmer, just like me, I come into ensuring you are logged in on bing, 2FA, stuck on entering password and so on, I try every methods to solve these problems, and change different versions, python, docker, docker compose, exe, none can work normally. But now, I know why these methods doesn't work. Even two persons have the same error logs, they may have definitely different exceptions, the logs just are the coders type there, but not the system really outputs. Finally, I use Vscode, add logs to every important lines of the code, if the code stuck here, terminal will output relative info, so I can detect which line is the root question.
Now, for the bugs about stuck in ensuring you are logged in on bing. After finish the process of logging in, the code will check if you have been logged in, it just open a website like www.bing.com-xxxxxxx, and then, if it redirect to the homepage of the bing but not to the login website, the code will think ok , you are logged in. just compare the website on your computer with www.bing.com, and this process in code is a while loop, till your website is www.bing.com, or it will continue to do this, so you can see one line log ensuring you are logged in on bing on terminal, but actually if you add log within the while loop, the terminal will display line after line logs. When I use -v parameter, the chrome just stuck in bing homepage, the terminal display line by line "checking if you have been logged in" which I type within the while loop, and I know this is the root question, i notice the chrome url is xx.bing.com, What a fucking thing. xx is just the country code, may be fr, cn or so on. after that I change www.bing.com to xx.bing.com, well, it works.
Except this, I also encounter other questions, some countries can't get google.com, the terminal will display 403 and the code will end up at an exception. I change getgoogletrends to trends of www.baidu.com, it also works.
Thanks for the people with this repo~
Copy and paste your error
nonoe
Screenshots
Value of dashboard variable
none
The text was updated successfully, but these errors were encountered: