Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ohplayer: No AWS credentials, and unable to fetch them (need connection to Linn HQ network) #4

Open
AndreHro opened this issue Oct 7, 2022 · 1 comment

Comments

@AndreHro
Copy link

AndreHro commented Oct 7, 2022

Hi,
in order to compile ohPlayer, I need access to the dependencies.
I use ./go fetch --all but I get:
No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
Could you please provide infos how to download the dependencies needed.
In my opinion
sys.exit(-1) is wrong for anonymous access.
later the file could only fetch with
def init(self):
self.s3 = boto3.resource('s3',config=Config(signature_version=UNSIGNED))

Best regards
Andre

@DoomHammer
Copy link

The approach we took is to only fetch the necessary stuff, not all: https://github.com/merakiacoustic/ohPipeline/blob/master/.github/workflows/release.yml#L45 . Let me know if this helps you in any way. I recall a few other workarounds used for building OpenHome stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants