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
Steps to Reproduce:
the command constantly shows the following output:
iotedgedev@3d5513d56f80:/home/iotedge$ sudo iotedgedev start --setup --file config/deployment.amd64.json ======================================= ======== ENVIRONMENT VARIABLES ======== ======================================= Environment Variables loaded from: .env (/home/iotedge/.env) ERROR: setup() missing 1 required positional argument: 'iothub_connection_string'
checking the .env file i see that both connection strings are properly set (IOTHUB_CONNECTION_STRING and DEVICE_CONNECTION_STRING).
so i'm a bit lost here. is there another script incompatibility similar to the one with the "cs" parameter ?
The text was updated successfully, but these errors were encountered:
Holy XXX, in my desperation i was running a
sudo iotedgedev setup
and this fixed it for me.
the following call to sudo iotedgedev start succeeded.
sudo iotedgedev start
This should definitely be mentioned in the "Quickstart" IMHO.
Sorry, something went wrong.
iotedgedev iothub setup
No branches or pull requests
Steps to Reproduce:
the command constantly shows the following output:
checking the .env file i see that both connection strings are properly set (IOTHUB_CONNECTION_STRING and DEVICE_CONNECTION_STRING).
so i'm a bit lost here. is there another script incompatibility similar to the one with the "cs" parameter ?
The text was updated successfully, but these errors were encountered: