snipsco / snips-nlu-rs

Snips NLU rust implementation
https://snips.ai
Other
340 stars 56 forks source link

S3 Access Denied Error #53

Closed kiliankoe closed 5 years ago

kiliankoe commented 6 years ago

Hi, on trying to build the Swift library in snips-nlu-ffi/swift the build script tries to download a file via curl -s https://s3.amazonaws.com/snips/snips-nlu-dev/snips-nlu-ios.0.58.0-SNAPSHOT.tgz. This then fails on trying to extract the archive.

When trying to manually debug this and download the archive, I get the following response.

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>B0F1298F8121AAEE</RequestId><HostId>g899i0XBMKQWq3iEp0nS9zyiTgpc6gv8fPMnPsnczAzAqbCbIUmYFTXOfrMOMoQQHFxlm3ORMSA=</HostId></Error>%
adrienball commented 6 years ago

Hi @kiliankoe , It looks like the assets are not there indeed. We will fix this and keep you updated once it's done. Thanks for reporting this. Adrien

kiliankoe commented 6 years ago

Awesome, thanks for the update 😊

hffmnn commented 5 years ago

Hi there,

any update on this one? Seems like I have the same problem with https://s3.amazonaws.com/snips/snips-nlu-dev/snips-nlu-ios.0.61.0-SNAPSHOT.tgz

Regards, Christian

klefevre commented 5 years ago

Hey, we apologize for the delay but finally fixed this one! We deployed the latest version on S3 (0.61.0) and now the Swift wrapper should work properly both on iOS and macOS.

Quick reminder: you should be on the 0.61.0 tag or on master to try and not on develop