-
Penguin Master
Hi, I set up a snippet called tick, and it doesnt work. It should replace with
<|>
but it doesnt work. Why is this? -
Penguin Master
Hello, as the title says, when I try to add folders with git on stash, i get and error:
stash: <type 'exceptions.IOError'>: [Errno 21] Is a directory: '/private/var/mobile/Containers/Shared/AppGroup/0475C0C8-BA3A-4B54-8E92-14189F1C13C3/Pythonista3/Documents/spike/functions'
please help me with this.Thank you! -
Penguin Master
Hello! I had this problem. What you need to do is add this to the top of your code:
import ssl ssl.match_hostname = lambda cert, hostname: True
and for the other error, just close and open the app. Hope it works for you! -
-
Penguin Master
@JonB also, the it needs to start with
mongodb+srv://
ormongodb://
or it will say that it needs to be one of those -
Penguin Master
@JonB OK, I tried putting the host name, but it gives an error. I also tried doing
mongodb://
instead ofmongodb+srv://
but then it wouldnt connect. Any other ideas? -
-
Penguin Master
Hello, I'm trying to use PyMongo on Pythonista, and I got the link and all that right, but I'm getting this error:
Traceback (most recent call last): File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/main.py", line 34, in <module> db = pymongo.MongoClient("mongodb+srv://spike-bot:password@spike-db.bpn5m.mongodb.net/spike-db?retryWrites=true&w=majority") File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/pymongo/mongo_client.py", line 641, in __init__ connect_timeout=timeout) File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/pymongo/uri_parser.py", line 500, in parse_uri nodes = dns_resolver.get_hosts() File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/pymongo/srv_resolver.py", line 102, in get_hosts _, nodes = self._get_srv_response_and_hosts(True) File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/pymongo/srv_resolver.py", line 83, in _get_srv_response_and_hosts results = self._resolve_uri(encapsulate_errors) File "/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/spike-bot 4/pymongo/srv_resolver.py", line 79, in _resolve_uri raise ConfigurationError(str(exc)) pymongo.errors.ConfigurationError: Resolver configuration could not be read or specified no nameservers.
thanks
-
Penguin Master
@JonB I can't thank you enough, I got Pythonista 3 mainly for this and now it works!!!
-