Description of problem: Justin Clift reports to me that there is an errant cronjob that wants to pull from https://api.github.com/repos/gluster/bigdata and it is failing on an hourly basis. Further details: Traceback (most recent call last): File "/home/jclift/git_repos/forge/collect_latest_stats.py", line 51, in <module> repo_data = gh.repos(project).get() File "/usr/lib/python2.6/site-packages/github.py", line 203, in __call__ return self._gh._http(self._method, self._path, **kw) File "/usr/lib/python2.6/site-packages/github.py", line 177, in _http raise ApiNotFoundError(url, req, resp) github.ApiNotFoundError: https://api.github.com/repos/gluster/bigdata
-------- Original Message -------- Subject: Cron <jclift@supercolony> /home/jclift/git_repos/forge/collect_latest_stats.py Date: 2018-07-25 13:25 From: root (Cron Daemon) To: jclift The header might help.
That's was a cronjob in his /home directory. I commented it, but I would have assumed he had the access to fix it by himself :/