-
Notifications
You must be signed in to change notification settings - Fork 67
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
account:savetoken error #746
Comments
@sirvine-r7 which linux flavor do you have? |
@alii-gator -- I'm also having this issue with the same message. running the CLI through macOS 13.5 is fine. running the CLI through a docker container results in the error above. My linux environment is: |
@alii-gator The same as @christopherwxyz , we are using a docker container with the node image that comes with alpine linux |
Hello, please use |
Can you try adding the following to your Docker file? This should be added before running a suitecloud-cli command. |
confirming that adding in the dependency for dbus resolved the issue |
I'm facing the same issue while using the latest Java CLI tool. When I run the following command on the openjdk 17 docker container:
I got the response:
But with the same CLI tool, on my MacOS it works correctly. |
I could confirm that with the lastest Java CLI the problem occurs: https://system.netsuite.com/download/suitecloud-sdk/cli/java/latest/sdf-cli.tar.gz And with the previous version it doesn't: https://system.netsuite.com/download/suitecloud-sdk/cli/java/23.1/sdf-cli.tar.gz So I fixed my problem using the previous version. I also noticed, that the NetSuite documentation contains broken links for the CLI files. The link description is different from the actual href. And some URLs doesn't exist at page:
|
I also could confirm that with the latest Java CLI and the dbus package installed, the problem won't occur. |
Select the SuiteCloud tool where you encountered the issue
SuiteCloud CLI
Version of the SuiteCloud Tool
1.8.0
Operating system
linux
Node Version / VSCode Version
v18.16.1
JAVA Version
17.0.7
Bug description
When using the latest version of suitecloud-cli we get the following error while running account:savetoken
Something went wrong when trying to save credentials. Contact support
The same command, when ran using 1.7.3, works as expected.
Steps To Reproduce
Actual Output
Something went wrong when trying to save credentials. Contact support
Expected Output
The account has been successfully set up.
Anything else?
No response
The text was updated successfully, but these errors were encountered: