We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this as the base test:
docker run --entrypoint /bin/sh --rm -it -v .:/usr/src/app skumail/suitecloud-cli
then execute:
suitecloud account:savetoken --account "<my account>" --authid "<my name>" --tokenid "<my token>" --tokensecret "<my secret>"
This results in: Something went wrong when trying to save credentials. Contact support.
Something went wrong when trying to save credentials. Contact support.
This seems to be the solution: oracle/netsuite-suitecloud-sdk#746 (comment)
The image needs the dbus package added and the dbus-uuidgen --ensure command run.
dbus-uuidgen --ensure
The text was updated successfully, but these errors were encountered:
Note that tagged version 1.6.0-alpine is not affected by this bug.
Sorry, something went wrong.
@ecammit Thank you for taking the time to report this issue. Your contribution to the project is greatly appreciated.
skumail
Successfully merging a pull request may close this issue.
Using this as the base test:
docker run --entrypoint /bin/sh --rm -it -v .:/usr/src/app skumail/suitecloud-cli
then execute:
suitecloud account:savetoken --account "<my account>" --authid "<my name>" --tokenid "<my token>" --tokensecret "<my secret>"
This results in:
Something went wrong when trying to save credentials. Contact support.
This seems to be the solution: oracle/netsuite-suitecloud-sdk#746 (comment)
The image needs the dbus package added and the
dbus-uuidgen --ensure
command run.The text was updated successfully, but these errors were encountered: