Arjun Nayak
Arjun Nayak
Using semantic-ui-css v2.2.12 with semantic-ui-react and getting this same issue. Is there additional configuration needed?
We're getting a similar error with Grafana v7 and image-renderer:latest running as docker containers in a k8s pod. Hitting the image render url in the browser works, but fails via...
Thanks @NickAdolf, yeah I've tried that and it still continues to send the failing `AssumeRole` request. What version of YACE did you use?
I got this to work by updating the IAM role trust relationship to this, which basically allows the role to assume itself: ``` { "Version": "2012-10-17", "Statement": [ { "Sid":...
+1 to this! When I encountered this, I thought I could disable these logs with: ``` import logging logging.getLogger("textractor").setLevel(logging.WARNING) ``` But could not due to this issue.