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
When creating data using create_datasets.ipynb, an Atlas API request format error occurred during the step to 'create and fill the anchors.json dataset', which prevented the program from running.
The specific issue lies in:
The get_atlas_anchors() method appears to have the same format as the get_atlas_probes() method, and looking at the code, their structures seem identical.
However, on the official Atlas website at https://atlas.ripe.net/api/v2/anchors/, the anchors object does not contain the properties mentioned in the method. I tried substituting synonymous properties, but some properties still could not be matched, such as status:
anchor["status"]["name"] != "Connected"
Could you please tell me what might be causing this?
Additionally, according to the md file, reproducing the data does not seem to require running create_datasets.ipynb, but when running million_scale.ipynb, it prompts for the need of data under ./datasets/user_datasets, so I had to do this. Is this the correct reproduction path?
The text was updated successfully, but these errors were encountered:
The specific issue lies in:
The get_atlas_anchors() method appears to have the same format as the get_atlas_probes() method, and looking at the code, their structures seem identical.
However, on the official Atlas website at https://atlas.ripe.net/api/v2/anchors/, the anchors object does not contain the properties mentioned in the method. I tried substituting synonymous properties, but some properties still could not be matched, such as status:
Could you please tell me what might be causing this?
The text was updated successfully, but these errors were encountered: