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

Cannot install model, Curl error #791

Open
postpapa opened this issue Dec 7, 2024 · 4 comments
Open

Cannot install model, Curl error #791

postpapa opened this issue Dec 7, 2024 · 4 comments

Comments

@postpapa
Copy link

postpapa commented Dec 7, 2024

Expected behaviour

installation of the requested model

Actual behaviour

command doesnt complete:

root@fb8f703e6e80:/# occ face:setup -m 1

The model 1 (Default) will be installed

In DownloadService.php line 71:
                                                                 
  Curl error: Could not resolve host: raw.githubusercontent.com  
                                                                 

face:setup [-M|--memory MEMORY] [-m|--model MODEL]

root@fb8f703e6e80:/# occ face:setup -m 1

The model 1 (Default) will be installed

In DownloadService.php line 71:
                                                  
  Curl error: Could not resolve host: github.com  
                                                  

face:setup [-M|--memory MEMORY] [-m|--model MODEL]

Server configuration

  • Operating system:

Unraid 6.12.13

  • PHP version:

83

  • Database:

MariaDB

  • Nextcloud version:

Nextcloud Hub 9 (30.0.3)

@Oski19831
Copy link

You have trouble with your DNS-Server. Try ping github.com. look into your interface-settings for your dns-Server Entry.

@postpapa
Copy link
Author

can ping github just fine
--- github.com ping statistics ---
42 packets transmitted, 42 packets received, 0% packet loss
round-trip min/avg/max = 11.691/13.011/19.481 ms

@Oski19831
Copy link

can you use curl to download anything? I think it is a problem with unraid and curl. PHP only use curl to download the models. If curl cannot resolve the domainname it is not a problem with this plugin.

@postpapa
Copy link
Author

postpapa commented Dec 17, 2024

i was able to curl a gist file from github
i even tried the recognize app and there it was able to download their models.

but i'd rather use your app cause it works way better

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