You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am failing to run 'go fetch --all' successfully - see error message below. Any help would be highly appreciated.
Axel
C:\OpenHome\ohPlayer>go fetch --all --debug
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
Fetching 'ohNet'
from AWS s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz
FETCH: Unable to retrieve s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz from AWS
The text was updated successfully, but these errors were encountered:
As discussed, there has been some changes to how AWS dependencies are accessed. Currently you must be connected to the Linn network in order to access them.
In the meantime, the proposed solution is as follows:
fetch the ohNet code and build it locally
fetch libressl code and build it locally
fetch ohPipeline (confusingly, this is the public name for the ohMediaPlayer repo), configure it to use local ohNet, libressl, build it locally
fetch ohPlayer, configure it to use local ohNet, libressl, ohPipeline, build it locally
Hi,
I am failing to run 'go fetch --all' successfully - see error message below. Any help would be highly appreciated.
Axel
C:\OpenHome\ohPlayer>go fetch --all --debug
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
Fetching 'ohNet'
from AWS s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz
FETCH: Unable to retrieve s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz from AWS
The text was updated successfully, but these errors were encountered: