Steven Staley
Steven Staley
I was able to fix this by updating Flask-Login to 0.6.2 in requirements.txt
Also getting this error: ```const core = require('@magenta/music/node/core');``` results in MODULE_NOT_FOUND
I tried moving the build location of the plugin in the docker file to a few different locations, such as `/root/packer/plugins`, `/root/.packer.d/plugins`, etc and none of them have worked.
To be clear, that image is built from the repo's master branch. I see the same issue from the image pulled from latest.
Still QAing this. Doesn't look like I'm able to add a pantry section. Edit - that seems to be expected. That part looks unfinished.
This _should_ be good to go. I was able to create a new recipe successfully. LMK what you think, @juriansluiman. :)
@yyarmoshyk I'm not sure that's the case. AWS recently changed how ACLs work. https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/ https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html > If your bucket uses the bucket owner enforced setting for S3 Object Ownership, you...
my mistake, the error in that case is ``` putting S3 object ACL: AccessControlListNotSupported: The bucket does not allow ACLs ```
For anyone stuck on this thread, Boto3 now https://github.com/boto/boto3/issues/1375 environment variable AWS_ENDPOINT_URL_S3 as of 1.28.0. This worked as a workaround for me using localstack s3.