Skip to content

get_weather_forecast returns 404 - city not found #2

@zackarno

Description

@zackarno

The "get_current_weather" function works fine when I run this:
data=get_current_weather(api_key,city="Cox's Bazar")

However, when i run this:
data= get_weather_forecast(api_key,city="Cox's Bazar")

it returns
$cod
[1] "404"
$message
[2] "city not found"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions