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

I have this eror, what is the solution ?? #109

Open
fauzi-pci opened this issue Jan 20, 2017 · 1 comment
Open

I have this eror, what is the solution ?? #109

fauzi-pci opened this issue Jan 20, 2017 · 1 comment

Comments

@fauzi-pci
Copy link

fauzi-pci commented Jan 20, 2017

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

2017-01-20 16:09:22,543 10456 ERROR runbot_3 openerp.addons.base.ir.ir_cron: Call of self.pool.get('runbot.repo').cron(cr, uid, *()) failed in Job 2
Traceback (most recent call last):
  File "/opt/odoo099/openerp/addons/base/ir/ir_cron.py", line 129, in _callback
    getattr(model, method_name)(cr, uid, *args)
  File "/opt/odoo099/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo099/addons/runbot/runbot.py", line 444, in cron
    self.update(cr, uid, ids, context=context)
  File "/opt/odoo099/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo099/addons/runbot/runbot.py", line 276, in update
    self.update_git(cr, uid, repo)
  File "/opt/odoo099/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo099/addons/runbot/runbot.py", line 300, in update_git
    repo.git(['fetch', '-p', 'origin', '+refs/heads/*:refs/heads/*'])
  File "/opt/odoo099/openerp/api.py", line 248, in wrapper
    return new_api(self, *args, **kwargs)
  File "/opt/odoo099/openerp/api.py", line 574, in new_api
    result = method(self._model, cr, uid, self.ids, *args, **old_kwargs)
  File "/opt/odoo099/addons/runbot/runbot.py", line 238, in git
    return subprocess.check_output(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '['git', u'--git-dir=/opt/odoo099/addons/runbot/static/repo/git_gitlab.com_fauzi2_Tes_runbot.git', 'fetch', '-p', 'origin', '+refs/heads/*:refs/heads/*']' returned non-zero exit status 128
@cayadisutanto
Copy link

Anyone have solution on this issue? This problem occured when I run start script as service. Direct call has no error.

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

2 participants