Corry

Results 20 comments of Corry

Curious if this is related to the issue I just saw, after upgrading to the new PyCharm 2024.1. Code using `sh` and `_async=True`, which previously worked without issue suddenly fails...

The fix is also waiting for #289 to make the versions available to consumers.

~Seeing this as well when using boto3:~ ~Well now I am confused, because the error has vanished while trying to debug...~ ``` botocore.exceptions.CredentialRetrievalError: Error when retrieving credentials from custom-process: level=warning...

@DaveQB Yeah, it's an odd little bug. I only see the issue when aioboto3 calls it, and even then only under specific circumstances I don't yet understand (it literally works...

My issue happens on macOS, but only deep inside a large python app, with aioboto3. I don't think I can extract a repro from this, unfortunately, though I will continue...

The `secure` directory doesn't exist at all, presumably because of the keychain storage setting `SecureStore: "keychain"`

So my new theory is that this might be caused by "intense async access" in my case. In my program the AWS credentials are accessed in two sections. One (where...

Unfortunately I can't the setup in my environment is customized to the 2.0 line, and I am not familiar enough to flip back and forth, sorry.

Ok, this may be a separate issue at this point, but I have tested this out, and I think there is a concurrent access bug. I don't have any reason...

I gave the modified sandbox settings a try, and it doesn't appear to help on my box. `uv` remains nearly impossible to use within codex, for no clear reason.