Hi there
Does anybody know how to fix the following error on the Salesforce Input Tool:
Status 500: Server Error
UNKNOWN_EXCEPTION: An unexpected error occurred.
I get this error when I try to connect to any tables in Salesforce. The Salesforce administrator has confirmed that my login worked correctly and it’s not a problem with my credentials, but I'm not sure if it's a problem with my Alteryx, the Input Tool, or Salesforce. I've tried reinstalling the tool, and using the deprecated version, but still get the error

Last week I was able to connect to all the tables, but one table and would throw the following error on running. I’m not sure if this is related at all?
Error: Salesforce Input (1): Traceback (most recent call last):
File "main.py", line 167, in pi_push_all_records
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\engine\sf_queries.py", line 82, in process_query
loop.run_until_complete(retrieve_query_json(self, query_endpoint, header))
File "C:\Users\[user]\AppData\Local\Alteryx\bin\Miniconda3\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\engine\sf_queries.py", line 68, in retrieve_query_json
response = await retrieve_query_json_chunk_parse_response(self, session, endpoint, header)
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\engine\sf_queries.py", line 18, in retrieve_query_json_chunk_parse_response
response = await response.json()
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\Lib\site-packages\aiohttp\client_reqrep.py", line 917, in json
await self.read()
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\Lib\site-packages\aiohttp\client_reqrep.py", line 871, in read
self._body = await self.content.read()
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\Lib\site-packages\aiohttp\streams.py", line 312, in read
block = await self.readany()
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\Lib\site-packages\aiohttp\streams.py", line 328, in readany
await self._wait('readany')
File "C:\Users\[user]\AppData\Roaming\Alteryx\Tools\SalesforceInput_v4.2.4\Lib\site-packages\aiohttp\streams.py", line 250, in _wait
await waiter
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed
Thanks very much!