Jonas Värbrand
Jonas Värbrand
Thank you for your tips. I wasn't able to get anywhere though.. The error seems to indicate that SwiftUI wants some symbol that's missing from tensorflow's libswiftFoundation.dylib. Then I would've...
Hmm, no.. Swift 5.3.3 Release ``` dyld: Symbol not found: _$sSo12NSFileHandleC10FoundationE9readToEndAC4DataVSgyKF Referenced from: /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI Expected in: /Library/Developer/Toolchains/swift-5.3.3-RELEASE.xctoolchain/usr/lib/swift/macosx/libswiftFoundation.dylib in /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI ``` Trunk Development (main) ``` dyld: Symbol not found: _$sSo12NSFileHandleC10FoundationE9readToEndAC4DataVSgyKF Referenced...
I think I'm having the issue.. The log just says `ERROR - Failed to upload asset to S3: 403 Client Error: Forbidden for url: https://.s3.eu-north-1.amazonaws.com/Snapshot_386ff568260511ebbe7adca6322e8e46.png` I've verified the access token...
@fraschetti Thanks for your response, sorry for the delay. This is my log from sending a `@ status` message: ``` 2020-11-27 10:13:05,554 - octoprint.plugins.Octoslack - DEBUG - Sending Slack reaction...
@edorivai I'm seeing the same issue using `react-media@next` (`react-media@^2.0.0-rc.1`) :/
@edorivai I'm seeing it with `useMedia` having `react-media-2.0.0-rc.1` in `Chrome 86.0`, `Safari 14.0` and `Firefox 82.0`.