Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty giftnames can be valid #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Revadike
Copy link
Contributor

@Revadike Revadike commented May 9, 2024

I got an incorrect error from this gift unpack response:

{
   "gift_name" : "",
   "message" : "<div class=\"gift_ownershipcheck\">\r\n\t\t\t<h2>This gift is already in your library.</h2>\r\n\t\t<div class=\"buttons\" id=\"unpack_gift_buttons_4061760541041388893\">\r\n\t\t\t<div class=\"btn_grey_white_innerfade btn_medium\" onclick=\"hideModal( 'gift_modal' );\">\r\n\t\t\t\t<span>OK</span>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div id=\"unpack_gift_buttons_4061760541041388893_wait\" style=\"display: none;\">\r\n\t\t<p>&nbsp;<img src=\"https://community.akamai.steamstatic.com/public/images/login/throbber.gif\">&nbsp;</p>\r\n\t</div>\r\n</div>",
   "owned" : true,
   "packageid" : "29458",
   "success" : 1
}

This should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant