Closed Bug 840662 Opened 11 years ago Closed 11 years ago

Internal Error from Bango on creating a package

Categories

(Marketplace Graveyard :: Payments/Refunds, defect, P1)

x86
macOS
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: andy+bugzilla, Assigned: keir)

References

Details

Creating a package triggers an INTERNAL_ERROR on Bango:

Create bango package.
Calling url: http://127.0.0.1:10008/bango/package/
Request data:
{'address1': '111 Somewhere',
 'addressCity': 'Pleasantville',
 'addressPhone': '4445551111',
 'addressState': 'CA',
 'addressZipCode': '11111',
 'adminEmailAddress': 'admin@place.com',
 'companyName': 'Some Company, LLC',
 'countryIso': 'USA',
 'currencyIso': 'USD',
 'financeEmailAddress': 'finance@place.com',
 'paypalEmailAddress': 'paypal@place.com',
 'seller': u'/generic/seller/789/',
 'supportEmailAddress': 'support@place.com',
 'vendorName': u'\u0f60\u0f56\u0fb2\u0f74\u0f42\u0f0b\u0f61\u0f74\u0f63\u0f0d'}
Status code: 500
Error: {"error_code": "INTERNAL_ERROR", "error_data": {}, "error_message": "INTERNAL_ERROR: A problem on the server meant that the request could not be processed"}

This is from running samples/bango-basic.py on the -dev box and on local. This script has worked just great for a while. I'm also seeing it while trying to set up new bank accounts locally.
Blocks: 838751
Keir, any ideas here? Do you need the SOAP request to track this down?
Now fixed. (btw - how'd do I mark issues as resolved / fixed?)
Thanks Keir. You can change the status to resolved/fixed, which I just did
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Thanks, works for me.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.