I have been working on our ecomerce sight and I think I have everything configured right and I check my version of the shipping.py file and it is current. I keep getting this error but I can't find anything to tell my what it pertains to. I have converted all sizes to metric, and am just baffled now by this error.
<?xml version="1.0" encoding="UTF-8" ?> <eparcel><language>en</ language><ratesAndServicesRequest><merchantCPCID>merchand id received from Canada Post</merchantCPCID><fromPostalCode></ fromPostalCode><turnAroundTime>24</ turnAroundTime><itemsPrice>175.000000000000</ itemsPrice><lineItems><item><quantity>1</quantity><weight>0.15</ weight><length>25.00</length><width>25.00</width><height>10.00</ height><description>Bearclaw</description></item></ lineItems><city>Winnipeg</city><provOrState>MB</ provOrState><country>CA</country><postalCode>R3G1P7</postalCode></ ratesAndServicesRequest></eparcel> Wed, 31 Aug 2011 16:46:18 canadapost.shipper DEBUG Got from Canada Post [canadapost-cart-46-response]: <?xml version="1.0" ?> <!DOCTYPE eparcel [ <!ELEMENT eparcel (error)> <!ELEMENT error (statusCode,statusMessage*, requestID)> <!ELEMENT statusCode (#PCDATA)> <!ELEMENT statusMessage (#PCDATA)> <!ELEMENT requestID (#PCDATA)> ]> <eparcel> <error> <statusCode>-5000</statusCode> <statusMessage>XML parsing error. </statusMessage> <requestID>3751180</requestID> </error> </eparcel> <!--END_OF_EPARCEL--> Any one who can id the problem? -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
