You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing streamlit_cognito_auth but, in this:
line authenticator = CognitoAuthenticator(
pool_id=USER_POOL_ID,
app_client_id=APP_CLIENT_ID,
boto_client=client # Usar el cliente boto3 configurado con las credenciales
)
my python 3.9 (I use Macintosh) suddenly exit with EXC_BAD_ACCESS (SIGSEGV) error.
Any help?
Thanks
The text was updated successfully, but these errors were encountered:
Hello. Thanks in advance all your help.
I'm implementing streamlit_cognito_auth but, in this:
line authenticator = CognitoAuthenticator(
pool_id=USER_POOL_ID,
app_client_id=APP_CLIENT_ID,
boto_client=client # Usar el cliente boto3 configurado con las credenciales
)
my python 3.9 (I use Macintosh) suddenly exit with EXC_BAD_ACCESS (SIGSEGV) error.
Any help?
Thanks
The text was updated successfully, but these errors were encountered: