in reply to Re^5: 500 Not a SCALAR reference
in thread 500 Not a SCALAR reference

poj when i run it still i get 400 BAD REQUEST

Replies are listed 'Best First'.
Re^7: 500 Not a SCALAR reference
by poj (Abbot) on Jan 08, 2019 at 09:44 UTC

    print the content $res->content on failure also

    if ($res->is_success) { print $res->content; } else { print $res->status_line; print $res->content; }

    You should get an error code like this

    {"error": {"message": "HMAC authentication key and signature was given +, but they are invalid.", "error_code": 41}}
    poj

      thanks a million times poj .respect. i appricaite

      i would love to appreciate you with some btc. if there is anyway