FAForever / FAForever/faftools
Error while calling ApiClient.get()
Ouverte
bug
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
minimal working example :
`import faf.api.client`
`api = faf.api.client.ApiClient()`
`api.get("/maps")`
The log complains about a list not having a get method here: https://github.com/FAForever/faftools/blob/develop/faf/api/client/client_base.py#L37
when downloading http://api.faforever.com/maps manually you can see that `first` would be a list in this case ( similar stuff happens for .../mods)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.