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
Describe the bug
Bumped to v1.18.1 (from v1.18.0) and that seems to introduce two issues.
icloud
/venv/bin/icloud
docker exec
Retrying login every 600 seconds
Reverting back to v1.18.0 resolves both issues.
To Reproduce Steps to reproduce the behavior:
docker exec -it icloud /bin/sh -c "icloud --username=<icloud-username> --session-directory=/app/session_data"
icloud command not found
Expected behavior Running the command should execute the command
Screenshots If applicable, add screenshots to help explain your problem.
Configuration If applicable, please share the configuration details
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Oops.. sorry about that. Working on the fix...
Sorry, something went wrong.
[Fix] v1.18.1 binary path + login doesn't persist (#207) (#208)
1c9c4f0
* Added /venv/bin to PATH and /app to PYTHONPATH; * Updated docs to specify --user=icd;
mandarons
Successfully merging a pull request may close this issue.
Describe the bug
Bumped to v1.18.1 (from v1.18.0) and that seems to introduce two issues.
icloud
command isn't in the container image path anymore. It has to be specified as/venv/bin/icloud
(e.g., viadocker exec
)Retrying login every 600 seconds
loop after specifying an account. Not sure if that is related to the PATH issue?Reverting back to v1.18.0 resolves both issues.
To Reproduce
Steps to reproduce the behavior:
docker exec -it icloud /bin/sh -c "icloud --username=<icloud-username> --session-directory=/app/session_data"
icloud command not found
errorExpected behavior
Running the command should execute the command
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration
If applicable, please share the configuration details
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: