File "/usr/local/lib/python2.7/dist-packages/prawcore/sessions.py", line 123, in _request_with_retries
raise self.STATUS_EXCEPTIONSresponse.status_code
prawcore.exceptions.ServerError: received 503 HTTP response
need to properly except the error and resolve. My attempts thus far have not panned out correctly.
need to properly except the error and resolve. My attempts thus far have not panned out correctly.