-
Notifications
You must be signed in to change notification settings - Fork 68
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
Problems on linux #12
Comments
did you properly set up your path to your model in your auth? how are you sending your request? |
Yes, I believe so. I am testing with curl.
and
|
Regarding the port 443 being reserved for system processes, you could do the following:
and then |
@atisharma can you try the new ./test-installation.sh script to help validate if you're giving it the right path? |
#16 |
Still |
good point @atisharma , let me update the script to be more flexible. and @th-neu , i'll take a quick look at your PR. for now, @atisharma , what do u get if you change the script to your port? does the curl command return the proper value? |
No, the empty reply was with using 8080 in both index.js and the test script. |
i just updated the test script and added support for port – |
@atisharma are you still running into the same issue? |
First problem is that port 443 is usually reserved. I edited index.js to 8080.
Next problem is that it crashes on first request:
The text was updated successfully, but these errors were encountered: