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

Invalid project files break #6

Closed
JuliaTagBot opened this issue Feb 27, 2020 · 3 comments
Closed

Invalid project files break #6

JuliaTagBot opened this issue Feb 27, 2020 · 3 comments
Labels
fixed A real bug that has been resolved

Comments

@JuliaTagBot
Copy link

Repo: arnavs/HealthSimulations.jl
Run URL: https://github.com/arnavs/HealthSimulations.jl/actions/runs/45997280
Image ID: sha256:23e996c42a17dc7bd314e5d992cdec375a581bf6e2e49af9917aae167d328b3f
Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 48, in <module>
    versions = repo.new_versions()
  File "/root/tagbot/action/repo.py", line 186, in new_versions
    current = self._versions()
  File "/root/tagbot/action/repo.py", line 157, in _versions
    root = self._registry_path
  File "/root/tagbot/action/repo.py", line 77, in _registry_path
    uuid = self._project("uuid")
  File "/root/tagbot/action/repo.py", line 68, in _project
    return str(self.__project[k])
KeyError: 'uuid'

[err]

@JuliaTagBot
Copy link
Author

Probably duplicate error:
Repo: oxinabox/ipynb2Literate.jl
Run URL: https://github.com/oxinabox/ipynb2Literate.jl/actions/runs/46001132
Image ID: sha256:23e996c42a17dc7bd314e5d992cdec375a581bf6e2e49af9917aae167d328b3f
Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 48, in <module>
    versions = repo.new_versions()
  File "/root/tagbot/action/repo.py", line 186, in new_versions
    current = self._versions()
  File "/root/tagbot/action/repo.py", line 157, in _versions
    root = self._registry_path
  File "/root/tagbot/action/repo.py", line 77, in _registry_path
    uuid = self._project("uuid")
  File "/root/tagbot/action/repo.py", line 68, in _project
    return str(self.__project[k])
KeyError: 'uuid'

@DilumAluthge
Copy link
Member

@christopher-dG You should probably just skip if the Project.toml file has no uuid.

@christopher-dG
Copy link
Member

Already done, see #3 (in the future these issues won't be opened more than once)

@christopher-dG christopher-dG transferred this issue from JuliaRegistries/TagBot Apr 29, 2020
@christopher-dG christopher-dG added the fixed A real bug that has been resolved label Nov 8, 2020
@christopher-dG christopher-dG changed the title Automatic error report from arnavs/HealthSimulations.jl Invalid project files break Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed A real bug that has been resolved
Projects
None yet
Development

No branches or pull requests

3 participants