penn-sdk-python
penn-sdk-python copied to clipboard
Registrar API Wrapper not working
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.
I'm having the same issue.