question

Steve [not provided] avatar image
Steve [not provided] asked

UnlockContainerItem - 500 Internal Server Error

I understand that error code 500 is a generic code, but how do I go about figuring out what the problem is?

Thanks

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

If you can post the Request ID in the error you get back, we can provide context on what the specifics were for the issue.

5 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Steve [not provided] avatar image Steve [not provided] commented ·

Do I get the Request ID from ErrorDetails? If so, my ErrorDetails is returning null.

I am able to see from error.Error that it's throwing 'ServiceUnavailable" at me.

0 Likes 0 ·
brendan avatar image brendan Steve [not provided] commented ·

Can you send the specifics of the data coming back in your error? A 500 error and a ServiceUnavailable should be completely distinct errors. And a 500 should always have a Request ID.

0 Likes 0 ·
Steve [not provided] avatar image Steve [not provided] commented ·

I'm calling UnlockContainerItemRequest and using

Debug.Log("Errormessage:"+error.ErrorMessage.ToString());
Debug.Log("Error:"+error.Error.ToString());

The above in the error catch part of the call.

It's on title EFD. What else can I send to help?

0 Likes 0 ·
brendan avatar image brendan Steve [not provided] commented ·

The actual body of the request and response would be the thing we'd need to see.

0 Likes 0 ·
Steve [not provided] avatar image Steve [not provided] commented ·

I've narrowed it down to something being wrong with a particular drop table though I can't determine why the drop table is causing a problem.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.