Skip to content
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

[BUG] Unexpected end of JSON input #110

Closed
jsoref opened this issue Aug 22, 2022 · 1 comment · Fixed by #126
Closed

[BUG] Unexpected end of JSON input #110

jsoref opened this issue Aug 22, 2022 · 1 comment · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@jsoref
Copy link

jsoref commented Aug 22, 2022

Describe the bug
Unexpected end of JSON input

To Reproduce
Steps to reproduce the behavior:

  1. Create a PR to a project
    https://github.com/AlexRogalskiy/java-patterns/actions/runs/2903651345/workflow
    https://github.com/AlexRogalskiy/java-patterns/runs/7951029716?check_suite_focus=true
Run cla-assistant/github-action@v2.1.3-beta
  with:
    path-to-signatures: cla/signatures.json
    path-to-document: https://github.com/AlexRogalskiy/java-patterns/blob/master/cla/README.md
    branch: master
    allowlist: imgbot,dependabot*
    use-dco-flag: false
    lock-pullrequest-aftermerge: true
  env:
    GITHUB_TOKEN: ***
    PERSONAL_ACCESS_TOKEN: ***
CLA Assistant GitHub Action bot has started the process
Error: Unexpected end of JSON input

Expected behavior
Error messages should be easily understood by humans, not just underlying technical details. They should be specific, so if a certain file is malformed, the name of the file should be indicated.

Note: if your software can know it's an alpha/beta and can know that there's a released version available for the same (or newer), then it might make sense to warn and suggest updating (I haven't done this yet for my own software, but it came up this weekend, so I'm considering it).

Screenshots
If applicable, add screenshots to help explain your problem.

@jsoref jsoref added the bug Something isn't working label Aug 22, 2022
@ibakshay ibakshay self-assigned this Jan 15, 2023
@ibakshay ibakshay moved this to Todo in Backlog board Jan 15, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Backlog board Feb 9, 2023
@ibakshay
Copy link
Member

ibakshay commented Feb 9, 2023

Hi @jsoref,
Thanks a lot for creating this issue.
I am sorry for the late response!
I have fixed this issue in the above PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants