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
Hi,
Thanks for making this available. I am using your package to get data but I am getting this error:
using FIREFOX
...waiting for page to load
...waiting for shapefile to load
...waiting for available products to load
Traceback (most recent call last):
File "/home/joseph/Downloads/Software/EA_lidar/ea_lidar/ea_lidar.py", line 253, in
driver = download_tile(zipPath,
File "/home/joseph/Downloads/Software/EA_lidar/ea_lidar/ea_lidar.py", line 78, in download_tile
wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR, "#productSelect")))
File "/home/joseph/miniconda3/envs/api/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Could you provide some guidance on how to solve it?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for making this available. I am using your package to get data but I am getting this error:
using FIREFOX
...waiting for page to load
...waiting for shapefile to load
...waiting for available products to load
Traceback (most recent call last):
File "/home/joseph/Downloads/Software/EA_lidar/ea_lidar/ea_lidar.py", line 253, in
driver = download_tile(zipPath,
File "/home/joseph/Downloads/Software/EA_lidar/ea_lidar/ea_lidar.py", line 78, in download_tile
wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR, "#productSelect")))
File "/home/joseph/miniconda3/envs/api/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Could you provide some guidance on how to solve it?
Thanks in advance
The text was updated successfully, but these errors were encountered: