homebrew-flutter icon indicating copy to clipboard operation
homebrew-flutter copied to clipboard

IP checker error

Open kamontat opened this issue 5 years ago • 2 comments

IP checker return OVER_LIMIT error:

{
    "errorCode": "OVER_QUERY_LIMIT",
    "error": "maximum number of queries per day exceeded"
}

kamontat avatar Sep 17 '19 10:09 kamontat

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!

kamontat avatar Sep 17 '19 10:09 kamontat

I get the same response!

jasonkolodziej avatar Feb 01 '20 16:02 jasonkolodziej