zillow/zind

ERROR Could not download ZInD json, please check your credentials and internet connection

Closed this issue · 5 comments

Hi, I met an error when I downloaded the dataset. Have you have met similar errors? Thank you!

I followed the readme and here is what I have done:

1 ) conda create -n zind python=3.6 (linux)
2) git clone and enter the folder, install: pip install -r requirements.txt
3) python download_data.py -s <server_token> -o <output_folder>

Hello, thanks for your interest in the dataset.

You would need to request access first, and once your academic affiliation and status are verified you will receive a confirmation. After that, you can access your personal server_token (from the Bridge platform) that you need to specify to the above script. Please see the Readme for details.

Thanks a lot. It works.

ywyue commented

Hi, I met the same problem. I just follow the README and specify the server_token (from the Bridge platform) to download_data.py. However, it always report:

2022-08-04 17:47:05 INFO Loading ZInD json from data\zind_response.json
2022-08-04 17:47:05 INFO Loaded ZInD json successfully
2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 1 out of 3)
Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 55.9kiB/s]
2022-08-04 17:47:05 INFO Start loading ZInD json
2022-08-04 17:47:05 INFO Done loading ZInD json
2022-08-04 17:47:05 INFO Downloaded ZInD json successfully
2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 4 out of 3)
Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 53.7kiB/s]
2022-08-04 17:47:06 INFO Start loading ZInD json
2022-08-04 17:47:06 INFO Done loading ZInD json
2022-08-04 17:47:06 INFO Downloaded ZInD json successfully
2022-08-04 17:47:06 ERROR Could not download ZInD json, please check your credentials and internet connection

Could you please give any hints?

LiSSww commented

Hi, I met the same problem. I just follow the README and specify the server_token (from the Bridge platform) to download_data.py. However, it always report:

2022-08-04 17:47:05 INFO Loading ZInD json from data\zind_response.json 2022-08-04 17:47:05 INFO Loaded ZInD json successfully 2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 1 out of 3) Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 55.9kiB/s] 2022-08-04 17:47:05 INFO Start loading ZInD json 2022-08-04 17:47:05 INFO Done loading ZInD json 2022-08-04 17:47:05 INFO Downloaded ZInD json successfully 2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 4 out of 3) Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 53.7kiB/s] 2022-08-04 17:47:06 INFO Start loading ZInD json 2022-08-04 17:47:06 INFO Done loading ZInD json 2022-08-04 17:47:06 INFO Downloaded ZInD json successfully 2022-08-04 17:47:06 ERROR Could not download ZInD json, please check your credentials and internet connection

Could you please give any hints?

@ywyue @Wanggcong
Hello!I access the personal server_token (from the Bridge platform) and met the same problem. Could you give me some advice on this problem?

download_data.py. However, it always report:

2022-08-04 17:47:05 INFO Loading ZInD json from data\zind_response.json 2022-08-04 17:47:05 INFO Loaded ZInD json successfully 2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 1 out of 3) Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 55.9kiB/s] 2022-08-04 17:47:05 INFO Start loading ZInD json 2022-08-04 17:47:05 INFO Done loading ZInD json 2022-08-04 17:47:05 INFO Downloaded ZInD json successfully 2022-08-04 17:47:05 INFO Retrieving ZInD json (attempt 4 out of 3) Downloading ZInD json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 53.7kiB/s] 2022-08-04 17:47:06 INFO Start loading ZInD json 2022-08-04 17:47:06 INFO Done loading ZInD json 2022-08-04 17:47:06 INFO Downloaded ZInD json successfully 2022-08-04 17:47:06 ERROR Could not download ZInD json, please check your credentials and internet connection

Could you please give any hints
@LiSSww @ywyue ,I met the same problem, have you sovle this problem?