Eleman
Eleman copied to clipboard
Docker container does not launch
Hi, unfortunately I cannot get the container to launch - appears to be an issue with the API key tho this is definitely valid. Getting the following error:
ch.py", line 250, in set_company_records_on_db company_records_on_airtable = airtable.get_all() File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 297, in get_all for records in self.get_iter(**options): File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 260, in get_iter data = self._get(self.url_table, offset=offset, **options) File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 191, in _get return self._request("get", url, params=processed_params) File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 187, in _request return self._process_response(response) File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 175, in _process_response raise exc File "/usr/local/lib/python3.7/site-packages/airtable/airtable.py", line 162, in _process_response response.raise_for_status() File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: ('401 Client Error: Unauthorized for url: https://api.airtable.com/v0/applP5HTQaNtaW0TW/Companies', "401 Client Error: Unauthorized for url: https://api.airtable.com/v0/applP5HTQaNtaW0TW/Companies [Error: {'type': 'AUTHENTICATION_REQUIRED', 'message': 'Authentication required'}]")
Can you confirm whether the values in the .env file should be quoted or not? Thanks for any help!