Hi suddenly my api returns and array error. I have a valid key, I didn't dot over the limit even I got 14 raindrops.This error shows up in my websites. I don't understand what happen, I look into locations and some have 2 words and I have have a space between the words so I replaced it and change the space like '%20' but other don't have space and the location is correct. {
"response": {
"version": "0.1"
,"termsofService": "http://www.wunderground.com/weather/a..."
,"features": {
}
,
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
}
}
"response": {
"version": "0.1"
,"termsofService": "http://www.wunderground.com/weather/a..."
,"features": {
}
,
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
}
}
- 1 Post
- 0 Reply Likes
Posted 7 years ago
- 1 Post
- 0 Reply Likes
I started experiencing the same problem as well on API requests which were working fine prior to 4 July 2012.
An example of my API request
http://api.wunderground.com/api/MY_AP...
An example of my API request
http://api.wunderground.com/api/MY_AP...
- 1 Post
- 0 Reply Likes
- 4 Posts
- 0 Reply Likes
I have been getting this since yesterday, 7/4. Mine will work for a few requests and then it will throw an invalid key error.
- 1 Post
- 0 Reply Likes
same error here, worked until 7/4 now says missingkey, you must supply a key. double checked, key is correct.
Brendan Hayes, Official Rep
- 962 Posts
- 124 Reply Likes
One of these issues listed is because the request needs a format type at the end, like .json or .xml. For the other issues, please submit a ticket at http://wuhelp.wunderground.com/index.... with your key so we can look into it. We're running a sync on the databases to make sure all the keys are aligned. Hopefully that fixes things right away. Thanks for your patience
- 1 Post
- 0 Reply Likes
- 3 Posts
- 0 Reply Likes
- 7 Posts
- 1 Reply Like
Looks like there's an outage here, it has been down with my keys for the last hour..
- 1 Post
- 0 Reply Likes
Same error here. Valid key being rejected.
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
- 2 Posts
- 0 Reply Likes
Same here. All that is being returned now is:
{
"response": {
"version": "0.1"
,"termsofService": "http://www.wunderground.com/weather/a..."
,"features": {
}
,
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
}
}
{
"response": {
"version": "0.1"
,"termsofService": "http://www.wunderground.com/weather/a..."
,"features": {
}
,
"error": {
"type": "missingkey"
,"description": "you must supply a key"
}
}
}
- 5 Posts
- 1 Reply Like
- 1 Post
- 0 Reply Likes
Same. Appears something is down. Is there a status page?
I changed my key, to no avail. Now I have 0 raindrops again and no stats :(
I changed my key, to no avail. Now I have 0 raindrops again and no stats :(
- 17 Posts
- 0 Reply Likes
- 5 Posts
- 0 Reply Likes
- 1 Post
- 0 Reply Likes
- 8 Posts
- 0 Reply Likes
- 1 Post
- 0 Reply Likes
Same here as well.
It seems like they are carrying out some maintenance.....
It seems like they are carrying out some maintenance.....
- 4 Posts
- 0 Reply Likes
- 29 Posts
- 0 Reply Likes
Same Here.
- 29 Posts
- 0 Reply Likes
Started at 2013-02-14 | 06:41:22 AM EST for me from my log of non-image radar files.
- 5 Posts
- 0 Reply Likes
Same here!!! What's going on? Please fix ASAP!
response = {
error = {
description = "you must supply a key";
type = missingkey;
};
features = {
};
termsofService = "http://www.wunderground.com/weather/a...";
version = "0.1";
};
}
response = {
error = {
description = "you must supply a key";
type = missingkey;
};
features = {
};
termsofService = "http://www.wunderground.com/weather/a...";
version = "0.1";
};
}