Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Atlas API request format error #6

Open
powerli2002 opened this issue Oct 13, 2024 · 0 comments
Open

The Atlas API request format error #6

powerli2002 opened this issue Oct 13, 2024 · 0 comments

Comments

@powerli2002
Copy link

  • 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?
@powerli2002
Copy link
Author

I apologize that the second question regarding million_scale.ipynb needing user data was my issue, but the first question remains unresolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant