-
Notifications
You must be signed in to change notification settings - Fork 34
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
User Error - http://127.0.0.1:8080/live.jpg Failed to load resource: the server responded with a status of 500 (Internal Server Error) #6
Comments
This can happen for the first request since the buffer is empty. Normally next and successive calls will be ok. Also ensure that you have the whitelist plugin to enable calls from localhost and 127.0.0.1 (if not *): |
@wirelessdreamer please update the issue |
Hey @w3t, Here is the logcat info:
|
To try and troubleshoot my error I forked your repo, and added an example application:
https://github.com/wirelessdreamer/cordova-cameraserver
after installing it to a galaxy s5 and starting the server, I don't see the preview image. I assume i'm missing something simple, and shouldn't be seeing a 500.
Here is the console output from the sample app:
clicked start
controllers.js:96 CameraServer Started: http://127.0.0.1:8080
http://127.0.0.1:8080/live.jpg Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Once this is resolved, if your interested in adding the example app I can send a pull request.
The text was updated successfully, but these errors were encountered: