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

Schema issue at API file of Freifunk Ingolstadt #666

Open
christian-weiss opened this issue Jun 9, 2021 · 1 comment
Open

Schema issue at API file of Freifunk Ingolstadt #666

christian-weiss opened this issue Jun 9, 2021 · 1 comment

Comments

@christian-weiss
Copy link
Contributor

Issue:

ValidationError in community file Freifunk Ingolstadt:

	 Error in state->nodes: u'122' is not of type u'integer'

	 Url: https://api.freifunk-ingolstadt.de/api.json

Lastchange is 2020-01-21T20:46:02.318Z. Looks like this file is not automatically updated (node count).
Handcrafted issue.

Please remove the quotes from state->nodes (it should be an integer!).

@Vijayvarma115
Copy link

To address the issue with the ValidationError recognized as an integer due to the presence of quotes . Within the state->nodes field, remove any surrounding quotes so that the value is represented as an integer rather than a string. Example:
Before: "nodes": "122"
After: "nodes": 122

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

2 participants