How do I troubleshoot third-party authentication errors? #58
Unanswered
MarkMYoung
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi Mark, I can reproduce this error if the key, password, or account number is incorrect. If you use an incorrect meter number or dev credentials against a live endpoint (and vice versa), you will get "Meter number is missing or invalid." I suggest double-checking the key, password, and account number. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An intern developed a proof-of-concept (POC) using this library. When my timeline caught up to the work, I took that POC with a
IRateAdjuster
and incorporated it into development. For no apparent reason, the USPSuserId
we were using was authenticating then it just stopped authenticating, yet it produced no errors. Additionally, I added FedEx credentials (which I got from our FedEx account), but they produce a vague error (it doesn't even indicate that it's from FedEx versus DHL, etc.). I don't know how there is an authentication error since I can log in and verify that my credentials are correct (I am specifyingAccountNumber
,Key
,MeterNumber
, andPassword
).I am using
GetRatesAsync(Address originAddress, Address destinationAddress, Package package, ShipmentOptions options = null)
. Again, USPS produces no error. The FedEx error:Any ideas on next steps for troubleshooting?
Thanks in advance,
Mark
Beta Was this translation helpful? Give feedback.
All reactions