Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^7: 500 Not a SCALAR reference

by poj (Abbot)
on Jan 08, 2019 at 09:44 UTC ( [id://1228190]=note: print w/replies, xml ) Need Help??


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

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

Replies are listed 'Best First'.
Re^8: 500 Not a SCALAR reference
by bigup401 (Pilgrim) on Jan 08, 2019 at 10:39 UTC

    thanks a million times poj .respect. i appricaite

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1228190]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (12)
As of 2024-04-23 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found