GlassDoor support (fix and re-enable)
See original GitHub issueIssue
Description
Currently we get the second page of glassdoor via the URL of the 2
button, but this no longer works as it redirects you to the first page. This is the case wether we use the webdriver or not.
Steps to Reproduce
- navigate to https://www.glassdoor.ca/Job/waterloo-python-jobs-SRCH_IL.0,8_IC2280158_KO9,15.htm?radius=12&p=2
Expected behavior
We get to the second page of jobs
Actual behavior
We are redirected to the first page during the GET, which leads to every single page of jobs being a duplicate of the first page, with loads of TFIDF duplicate detection hits.
If you click the 2
button yourself, you will get toast RE: subscribing to email notifications, which will then navigate you to the second page.
Environment
- Build: current development, or the branch on #85
- Operating system and version: Ubntu 20.04
- [Linux] Desktop Environment and/or Window Manager: Chrome
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Contact Us | Glassdoor Help Center
Creating a Glassdoor profile and keeping it up to date with your current information will help make using our site easier and more ......
Read more >Troubleshooting Tips | Glassdoor Help Center
We recommend that you try these tips to help solve the issue. You may need to try multiple options for success.
Read more >Reset my password - Glassdoor Help Center
Click Forgot Password. Enter the email address associated with your Glassdoor account. Click Reset. Within 15 ...
Read more >Support.com - Re-review, 3 years later. | Glassdoor
Do not expect to fix challenging problems or really learn anything. ... take for you to fix it being more then an hour)...
Read more >Job Alerts on Glassdoor
Note: If you are unable to edit or delete existing Job Alerts, verify that you are not unsubscribed from all emails in your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is great! Thanks to your effort I can add back the Glassdoor scraper.
I will refer the driver logic to this issue and to your user name if you like. Otherwise you are welcome to contribute on the eventual PR.
Unassigning myself for now just because I want to see about if there is a way to avoid use of a web-driver. I dislike the latency introduced by this approach, but I do recognise that there may not be another way.
In the near future I’m going to focus more on squashing bugs with the current engine around status updates and duplicates.