pennlabs / penn-sdk-python

A Python module for the various services of Penn OpenData. Validated API token required.
MIT License
30 stars 5 forks source link

Registrar API Wrapper not working #113

Open DavidZhng opened 4 years ago

DavidZhng commented 4 years ago

I'm just using the example python code for the Registrar API Wrapper, found on https://pypi.org/project/PennSDK/. However, I'm getting the 500 HTTP error shown below. I talked to someone from Penn OpenData and he said the URL is formatted incorrectly as %5C unescapes to \ when there should be forwardslashes instead of backslashes in the URL. I'm not sure if I'm missing something obvious here. I've tried running the program in python2 and python3, but in both instances, i got the same error. image

image

Genes1 commented 4 years ago

I'm having the same issue.