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

TomlDecodeError: Key name found without value #251

Open
fonsp opened this issue Dec 22, 2022 · 2 comments
Open

TomlDecodeError: Key name found without value #251

fonsp opened this issue Dec 22, 2022 · 2 comments

Comments

@fonsp
Copy link
Contributor

fonsp commented Dec 22, 2022

My TagBot failed to create the tag after my version was merged into General. I re-ran manually a couple of times but I keep getting the same error. I ended up generating the release by hand.

Error log:

Error: TagBot experienced an unexpected internal failure
Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 67, in <module>
    if not repo.is_registered():
  File "/root/tagbot/action/repo.py", line 396, in is_registered
    root = self._registry_path
  File "/root/tagbot/action/repo.py", line 147, in _registry_path
    registry = toml.loads(contents.decoded_content.decode())
  File "/usr/local/lib/python3.8/site-packages/toml/decoder.py", line 3[59](https://github.com/fonsp/Pluto.jl/actions/runs/3761657391/jobs/6393615936#step:3:60), in loads
    raise TomlDecodeError("Key name found without value."
toml.decoder.TomlDecodeError: Key name found without value. Reached end of file. (line 5[64](https://github.com/fonsp/Pluto.jl/actions/runs/3761657391/jobs/6393615936#step:3:65)4 column 27 char 512000)

Response (200): {
  "status": "Submitted error report"
}

Run: https://github.com/fonsp/Pluto.jl/actions/runs/3761657391/jobs/6393615936

@fonsp
Copy link
Contributor Author

fonsp commented Dec 22, 2022

A previous run with the same version of TagBot (1.14.1) went succesful: https://github.com/fonsp/Pluto.jl/actions/runs/3642689753/jobs/6150076070 No settings have changed since.

@fonsp
Copy link
Contributor Author

fonsp commented Dec 22, 2022

I am also surprised that this run shows as "succeeded" 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant