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

Kebechet pipfile-requirements manager: FileNotFoundError - 8d17693b85 #41

Open
khebhut bot opened this issue Aug 25, 2021 · 0 comments
Open

Kebechet pipfile-requirements manager: FileNotFoundError - 8d17693b85 #41

khebhut bot opened this issue Aug 25, 2021 · 0 comments
Labels

Comments

@khebhut
Copy link
Contributor

khebhut bot commented Aug 25, 2021

Description

This is an automated issue generated by Kebechet. The pipfile-requirements manager threw an exception (FileNotFoundError) at
runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet
otherwise use the traceback below to help you fix whatever issues were encountered with your repository.

Traceback

Traceback (most recent call last):
File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/services/github/project.py", line 484, in get_file_content
return self.github_repo.get_contents(
File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Repository.py", line 1789, in get_contents
headers, data = self._requester.requestJsonAndCheck(
File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
return self.__check(
File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Requester.py", line 378, in __check
raise self.__createException(status, responseHeaders, output)
github.GithubException.UnknownObjectException: 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content"}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/kebechet/kebechet_runners.py", line 193, in run
instance.run(**manager_configuration)
File "/home/user/kebechet/managers/pipfile_requirements/pipfile_requirements.py", line 97, in run
file_contents = self.project.get_file_content("requirements.txt")
File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/services/github/project.py", line 489, in get_file_content
raise FileNotFoundError(f"File '{path}' on {ref} not found", ex)
FileNotFoundError: [Errno File 'requirements.txt' on master not found] 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content"}

@khebhut khebhut bot added the bot label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants