-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error: 'NoneType' object has no attribute 'group' #7730
Labels
Comments
nikitasius
added
the
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
label
Nov 22, 2024
Hi @nikitasius , thank you for reporting the issue. From the logs looks like it is due to a new version of
and give us the output? |
dkphm
added
type/bug
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
and removed
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
labels
Nov 22, 2024
@dkphm sure (currently i force runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up AWS Coretto 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
architecture: x64
- uses: actions/setup-python@v5
- uses: aws-actions/setup-sam@v2
with:
version: '1.129.0'
- uses: aws-actions/configure-aws-credentials@v4
with: and from logs from github actions:
|
dkphm
added
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
and removed
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
labels
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hi folks, idk what you did but
1.130.0
crashing when i deploy my stuff. Last working for me is1.129.0
.Description:
sam validate --lint && sam build && sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --no-progressbar
Steps to reproduce:
i won't share my config, guess the error tell all you need.
Observed result:
BAD, waste of time, friday evening debug
Expected result:
GOOD, 6 minutes deploy and friday's beer.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
github actions
The text was updated successfully, but these errors were encountered: