sebaz9130

Results 5 comments of sebaz9130

Hi, same here, it seems that DATE_URL query is not retrieving the dates even getting the 304 from the request in the web site.

Hi I was able to get the dates by adding the following code: ``` def get_date(self): self.driver.get(DATE_URL) if not self.is_logged_in(): self.login() return self.get_date() else: headers = { "accept": "application/json", "User-Agent":...

> > Hi I was able to get the dates by adding the following code: > > ``` > > def get_date(self): > > self.driver.get(DATE_URL) > > if not self.is_logged_in():...

Hi when I got that one I use a VPN to reach the website

@AdriandLiu thanks for your help I've been doing some changes in order for the script to work, but I'm stuck on MY_CONDITION. ``` `Traceback (most recent call last): File "visa_fix.py",...