I am not sure if this is an appropriate place to pose this question. If it's not, I apologize.
I recently started working with the ebaysdk, specifically the findcompleteditems call.
I'm trying to loop through a pandas df and and place values in a column into a variable which is to be used as the keyword in my API call. However, my code only works when I call a single item (and not loop). When I loop the df I get an output of.
ebaysdk.exception.ConnectionError: "findCompletedItems: Internal Server Error, Domain: CoreRuntime, Severity: Error, errorId: 5014, Error reading from XML stream: Unexpected character ' ' (code 32); expected a semi-colon after the reference for entity 'M'\n at javax.xml.stream.SerializableLocation@4eb74eb7"
I am not sure if this is an appropriate place to pose this question. If it's not, I apologize.
I recently started working with the ebaysdk, specifically the findcompleteditems call.
I'm trying to loop through a pandas df and and place values in a column into a variable which is to be used as the keyword in my API call. However, my code only works when I call a single item (and not loop). When I loop the df I get an output of.
ebaysdk.exception.ConnectionError: "findCompletedItems: Internal Server Error, Domain: CoreRuntime, Severity: Error, errorId: 5014, Error reading from XML stream: Unexpected character ' ' (code 32); expected a semi-colon after the reference for entity 'M'\n at javax.xml.stream.SerializableLocation@4eb74eb7"
This is my code: