Wundercast in chapter "12-beginning-rxcocoa" has a one problem

Hello.
Now I am studying RxSwift.

I think source’s named “Wundercast” in chapter “12-beginning-rxcocoa” has api problem.

When I inputted keyword like “Tokyo” or “Landon”.
API response 401 error.
Of course I register private API key created by that site.

Please fix this issue.

This is debug message.

curl -X GET
-H “Content-Type: application/json”
http://api.openweathermap.org/data/2.5/weather?q=Tokyo&appid=[YOUR%20KEY]&units=metric” -i -v
Failure (78ms): Status 401

Sorry. It is working.
I don’t know why it is working. :stuck_out_tongue:
Anyway no problem!

This topic was automatically closed after 166 days. New replies are no longer allowed.