timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
807 stars 326 forks source link

sample code demonstrating "find_items_by_ids" returns "Header value None must be of type str or bytes" #177

Open acegallagher opened 7 years ago

acegallagher commented 7 years ago

Hey there. I just installed the pythonsdk for the first time and was trying out some of the sample code when I ran into a strange error. I tried debugging it but I'm not quite skilled enough to be of great help. I cloned your repository, filled out an ebay.yaml config file and got to hacking. Using both python 2.7 and 3.5 The sample crashes, without any modifications, with the following traceback:

FindItem_py_output.txt

xhou-wavefin commented 7 years ago

This is supposed to be fix in #162. But I still experience the problem on my Mac with ebaysdk 2.1.4 installed.