Wayne Wu

Results 1 issues of Wayne Wu

code: ~~~python #win64 python3.6.5 import pokebase as pb chesto = pb.NamedAPIResource('berry', 'chesto') print(chesto.name) ~~~ first time error: >requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: http://pokeapi.co/api/v2/berry then always: >FileNotFoundError:...