MiderWong / homebrew-flutter

Homebrew formula for Flutter.
BSD 3-Clause "New" or "Revised" License
134 stars 16 forks source link

IP checker error #6

Open kamontat opened 5 years ago

kamontat commented 5 years ago

IP checker return OVER_LIMIT error:

{
    "errorCode": "OVER_QUERY_LIMIT",
    "error": "maximum number of queries per day exceeded"
}
kamontat commented 5 years ago

and sh error:

Updating Homebrew...
==> Installing flutter from miderwong/flutter
==> Cloning https://github.com/flutter/flutter.git
Cloning into '/Users/kchantrachir/Library/Caches/Homebrew/flutter--git'...
==> Checking out branch stable
Already on 'stable'
Your branch is up to date with 'origin/stable'.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    98    0    98    0     0    599      0 --:--:-- --:--:-- --:--:--   601
curl: (3) [globbing] unmatched brace in column 30
sh: line 1: errorCode:: command not found
sh: line 2: error:: command not found
sh: -c: line 3: syntax error near unexpected token `}'
sh: -c: line 3: `}'
Error: An exception occurred within a child process:
  JSON::ParserError: A JSON text must at least contain two octets!
jasonkolodziej commented 4 years ago

I get the same response!