Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
Airtable AI
Airtable Enterprise Network
Marketing
Product Operations
EDUser Group
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
Shever_Natsai
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
Shever_Natsai - profile
Shever_Natsai
5 - Automation Enthusiast
since
Jul 17, 2019
Nov 29, 2022
User Statistics
3
Posts
1
Solutions
0
Kudos given
0
Kudos received
User Activity
Posts
Replies
Getting SSL error when i am trying to access airtable using airtable-python-wrapper
Jul 17, 2019
>>> a.get_all() Traceback (most recent call last): File "/Users/snatsai/project/airtable/lib/python3.6/site-packages/urllib3/connectionpool.py", line 603, in urlopen chunked=chunked) File "/Users/snatsai/project/airtable/lib/python3.6/site-p...
Re: Getting SSL error when i am trying to access airtable using airtable-python-wrapper
Jul 18, 2019
installing requests[security] module resolved the issue pip install -U requests[security]
Re: Getting SSL error when i am trying to access airtable using airtable-python-wrapper
Jul 17, 2019
os= osx majave python --version Python 3.6.0a3 pip freeze airtable-python-wrapper==0.12.0 certifi==2019.6.16 chardet==3.0.4 idna==2.8 requests==2.22.0 six==1.12.0 urllib3==1.25.3