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
Running the lookupTargets() function currently doesn't function and will always return the following error: "WARNING:root:Error looking up for targets". I believe this is the culprit:
Running the lookupTargets() function currently doesn't function and will always return the following error: "WARNING:root:Error looking up for targets". I believe this is the culprit:
python/Newmode/__init__.py
Line 109 in 657c004
I believe changing this line out to:
response = self.baseRequest(endpoint, params = params, supports_version = False)
might work, as https://engage.newmode.net/api/lookup/20316/zip=02143 (and the like) returns results in my browser, but https://engage.newmode.net/api/v1.0/lookup/20316/zip=02143 gives me a 403.The text was updated successfully, but these errors were encountered: