Grégoire Morpain
Grégoire Morpain
I have to check if AWS changed the web page for mail MFA or TOTP MFA. If not, aws-sso should already support this ; need to confirm though.
I have a very similar problem ; but it happens even without `layout pipenv`. **Environment** * OS: macOS 10.15.7 * Shell: zsh 5.8 ( + oh-my-zsh + p10k ) *...
@zimbatm Hope this can help > Can you give me these outputs: > > ``` > $ echo "${chpwd_functions[@]}" > $ echo "${precmd_functions[@]}" > $ direnv status > ``` direnv...
@a4z This added by asdf-java, you probably have something like `. ~/.asdf/plugins/java/set-java-home.zsh` in your .zshrc ```shell function absolute_dir_path { local absolute_path absolute_path="$( cd -P "$( dirname "$1" )" && pwd...
Tracked it down to https://github.com/halcyon/asdf-java/issues/51 ; I'll open an issue to be sure they are aware of this.
+1 also seeing this.
Same here. macOS 10.13.3 Python 3.6.4 ``` aws-shell==0.2.0 awscli==1.14.39 boto3==1.5.29 botocore==1.8.43 ```
The problem seems to come from `aws-cli`'s help command: ``` > aws servicediscovery register-instance help :148: (SEVERE/4) Unexpected section title or transition. **** :148: (SEVERE/4) Unexpected section title or transition....
In the meantime, _as a workaround_, you can do this so `aws-shell` stop crashing at every launch: ``` > sqlite3 ~/.aws/shell/1.14.41-completions.json.docs SQLite version 3.19.3 2017-06-27 16:48:08 Enter ".help" for usage...
@altaurog well this is the only one I found yet ; if this isn't working you can still wrap this call https://github.com/awslabs/aws-shell/blob/master/awsshell/makeindex.py#L144 in a try/except and return an empty string...