FAForever / FAForever/faftools
Error while calling ApiClient.get()
Aperta
bug
- Lingua principale
- Python
- Stelle
- 1
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.