You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: