Posts by Aretha Equiavone • 21 points
2 posts
-
-1
votes1
answer690
viewsQ: string indices must be integers
I have a Json that returns this data: "errorCode": 0, "result": [ { "username": "Captain Samafa", "callsign": "24K", "latitude": 39.7100376616406, "longitude": 59.01369415537506, "altitude":…
-
-3
votes1
answer53
viewsQ: Python Flask Typeerror: 'Nonetype' argument is not iterable
I have a Web Application that uses Flask that was working right only it is now returning me an error. The application does a search in the name of the players in a json file, in the execution of the…