Pushing with Slice Machine throws an Error

Hi all,
I'm again having problems when trying to push to Prismic from Slice Machine which I hope someone could help me with. I'm getting the error which was addressed in PR fix(init): init S3 ACL before pushing screenshots (SMX-131) by lihbr · Pull Request #893 · prismicio/slice-machine · GitHub

An error happened while pushing your changes
Error: An S3 ACL has not been initialized. Run `SliceMachineManager.screenshots.prototype.initS3ACL()` before re-calling this method.
    at assertS3ACLInitialized (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\screenshots\ScreenshotsManager.cjs:73:11)
    at ScreenshotsManager.uploadScreenshot (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\screenshots\ScreenshotsManager.cjs:195:5)
    at E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\slices\SlicesManager.cjs:394:57
    at async Promise.all (index 0)
    at async SlicesManager.updateSliceModelScreenshotsInPlace (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\slices\SlicesManager.cjs:371:24)
    at async E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\prismicRepository\PrismicRepositoryManager.cjs:199:44     
    at async Promise.all (index 3)
    at async PrismicRepositoryManager.pushChanges (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\managers\prismicRepository\PrismicRepositoryManager.cjs:188:26)
    at async Module.handleRPCRequest (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\_node_modules\r19\dist\handleRPCRequest.cjs:58:11)
    at async IncomingMessage.<anonymous> (E:\Projekte\msdialogmarketing\node_modules\@slicemachine\manager\dist\_node_modules\r19\dist\createRPCMiddleware.cjs:17:45

I'm logged in and my slicemachine.config.json looks like this:

{
  "repositoryName": "msdialogmarketing",
  "adapter": "@slicemachine/adapter-next",
  "libraries": ["./slices"],
  "localSliceSimulatorURL": "http://localhost:3000/slice-simulator"
}

I'm using "slice-machine-ui": "^1.0.2" which should be latest.

Thanks in advance!

It looks like restarting the slice machine fixed the problem. I cannot reproduce it now.