subatl (GAMLS) is getting a misc. search error
url- https://gamls-rets.paragonrels.com/rets/ username - BEXRETS
We're able to test properly on our dev machines but our production and staging are erroring. Did gamls make any ssl version requirement changes on there end.
what is causing this error?
Exception ignored in: <bound method="" retsapimanager.__del__="" of="" <api.managers.retsapimanager="" object="" at="" 0x7fd5f40d3668="">>
Traceback (most recent call last):
File "/opt/bex/Datafeed20/api/managers.py", line 321, in __del__
self.logout()
File "/opt/bex/Datafeed20/api/managers.py", line 314, in logout
api_response_dict = self.api_request(api_args)
File "/opt/bex/Datafeed20/api/managers.py", line 231, in api_request
response_raw = self.api_session.get(api_args)
File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 525, in get
return self.request('GET', url, *kwargs)
File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 512, in request
resp = self.send(prep, *send_kwargs)
File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 511, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='gamls-rets.paragonrels.com', port=443): Max retries exceeded with url: /rets/fnisrets.aspx/GAMLS/logout (Caused by SSLError(SSLError(0, 'Underlying socket connection gone (_ssl.c:2084)'),))
Comments
Was this something that was working and just stared failing?
If so, when did it start failing?
Is it the search that is failing or the Login transaction?
Yes it was working and started failing and we haven't changed anything on our end. The first error was 3am 2/4.
errors: api.exceptions.APIUnauthorizedQuery: (APIUnauthorizedQuery(...), 'FEED LOGIN ERROR in feed 17: {\'start_time\': datetime.datetime(2021, 2, 4, 14, 8, 0, 781848, tzinfo=<utc>), \'end_time\': datetime.datetime(2021, 2, 4, 14, 8, 0, 927851, tzinfo=<utc>), \'reason\': \'Unauthorized\', \'rets_reply\': None, \'more_results\': False, \'total_result_count\': 0, \'headers\': {\'Cache-Control\': \'private\', \'Content-Type\': \'text/html\', \'Expires\': \'Mon, 01 Jan 0001 00:00:00 GMT\', \'X-AspNetMvc-Version\': \'5.2\', \'RETS-Server\': \'RETS-Paragon/1.0\', \'RETS-Version\': \'RETS/1.7.2\', \'
[2021-02-04 20:23:57,358: INFO/ForkPoolWorker-74] ERROR GETTING FIELD VALUE: LA1_HiddenUsCID {'start_time': datetime.datetime(2021, 2, 4, 20, 23, 57, 325913, tzinfo=<utc>), 'end_time': datetime.datetime(2021, 2, 4, 20, 23, 57, 357809, tzinfo=<utc>), 'rets_reply': {'ReplyCode': 20036, 'ReplyText': 'miscellaneous server error.'}, 'more_results': False, 'total_result_count': None, 'headers': {'Cache-Control': 'private', 'Content-Type': 'text/html', 'X-Server': 'A140-02', 'Date': 'Thu, 04 Feb 2021 20:23:57 GMT', 'Vary': 'Accept-Encoding', 'Content-Encoding': 'gzip', 'Content-Length': '93', 'Connec
I'm told nothing changed on our servers either.
I did verify I could login and search using your account.
Is this a consistent or intermittent issue?