You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dyn-rb/lib/dyn/traffic.rb:230:in `parse_response': Request failed:
ERROR MISSING_DATA API-A - user_name: required field missing (Dyn::Exceptions::RequestFailed)
ERROR MISSING_DATA API-A - customer_name: required field missing
ERROR MISSING_DATA API-A - password: required field missing
from dyn-rb/lib/dyn/traffic.rb:207:in `api_request'
from dyn-rb/lib/dyn/traffic.rb:184:in `post'
from dyn-rb/lib/dyn/traffic/session.rb:29:in `create'
from dyn-rb/lib/dyn/traffic.rb:71:in `login'
from dyn-rb/lib/dyn/traffic.rb:62:in `initialize'
from dyn-rb/sample.rb:16:in `new'
from dyn-rb/sample.rb:16:in `<main>'
The text was updated successfully, but these errors were encountered:
The HTTP client defined in dyn/http/curb does not properly pass in the the login credentials
The following sample shows the problem, (error output below)
Error output:
The text was updated successfully, but these errors were encountered: