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

Odooghost freeze when trying to clone an unexisting repository #10

Open
BurkhalterY opened this issue Dec 13, 2023 · 3 comments
Open

Odooghost freeze when trying to clone an unexisting repository #10

BurkhalterY opened this issue Dec 13, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@BurkhalterY
Copy link
Collaborator

Odooghost freeze when trying to clone an unexisting repository.

Exemple of stack:

name: Test
services:
  odoo:
    version: 16.0
    cmdline: "--workers=2"
    addons:
      - type: remote
        mode: mount
        origin: https://github.com/unexisting/repository.git
        branch: "16.0"
        path: /home/ybu/docker/git/16.0/unexisting/repository
  db:
    type: local
    version: 14
@BurkhalterY BurkhalterY added the bug Something isn't working label Dec 13, 2023
@remyz17
Copy link
Owner

remyz17 commented Dec 13, 2023

Looks like it's due to the custom RemoteProgress class. Will look forward to fix it.

@remyz17
Copy link
Owner

remyz17 commented Dec 15, 2023

Looks like it freeze too when auth fail

@BurkhalterY
Copy link
Collaborator Author

Yes because both GitHub and Gitlab return a 404 error when auth fail. Odoo-G can't do the difference.

@remyz17 remyz17 self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants