-
Notifications
You must be signed in to change notification settings - Fork 5
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
API not working #7
Comments
Hello, Can you please provide the list of commands you issued starting from the git clone and your exact environment to try to reproduce. |
git clone -> ./wsd model:download ->./wsd web-app:start I'm running it on a google compute instance. OS is Debian. Here is the IP address for the web UI: http://35.225.249.66:8080 |
Thanks. I'll try to look into it.
…On Feb 27, 2018 8:57 PM, "Majed Takieddine" ***@***.***> wrote:
git clone -> ./wsd model:download ->./wsd web-app:start
I'm running it on a google compute instance. OS is Debian.
Here is the IP address for the web UI: http://35.225.249.66:8080
And for the api: http://35.225.249.66:9000
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABY6vvgh9VQKTtvpXHGjb5AnMf7JZKv_ks5tZF4XgaJpZM4SVeMg>
.
|
I don't see any routes for predictWordSense in https://github.com/uhh-lt/wsd/blob/master/api/conf/routes /predictSense works, but it doesn't have the models listed in the api documentation: |
Hello, sorry for the delay. We are looking into the problem. We have
unfortunately only very limited resources to do it, so please wait.
…On Mar 1, 2018 7:58 PM, "Majed Takieddine" ***@***.***> wrote:
I don't see any routes for predictWordSense in
https://github.com/uhh-lt/wsd/blob/master/api/conf/routes
/predictSense works, but it doesn't have the models listed in the api
documentation:
simwords, clusterwords ,hybridwords and cosets
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABY6vtN3N06stUEvItH1WImQ5C_y7t4Wks5taETNgaJpZM4SVeMg>
.
|
Hi @majd1239, the problem is very likely download related. When you download the full model it will need approximately 300GB of free disk space to fully install it. Other people had similar problems with the download of the very large model. Please take a look at my other answer #6 (comment) to see whether the DB is fully installed. This download phase does essentially two things,
The mere fact that these folders are in place does not say that it was successful, as docker creates those folders if they do not exist. We are working on a solution with better error reporting. If you get stuck just write us here. It is good to know what exact problems people run into. Does this help? |
I downloaded the model and started the api and the web UI.
I'm getting 404 responses when I try to use the api and 'Network communication failed' when trying to use the web ui.
When I try to do ./wsd web-app:test, it just get stuck and there is no output.
Please help.
Thanks
The text was updated successfully, but these errors were encountered: