-
Notifications
You must be signed in to change notification settings - Fork 106
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
"Hand not in view" and inline script error- chrome ex. #44
Comments
That error (Content Security Policy) should not change the operation of the plugin. |
I have the same problem as the jesskeating DJS (download today) Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:". This is - an unsolved problem. |
i'm still figuring out the "Content Security Policy" problem, it also appears on my install. Please inspect the background.html page and paste the errors here |
windows or linux - same error Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:". |
what do you see in chrome://plugins ? DepthJSPlugin - Version: depthjsplugin 1.0.0.0 if there's no such entry, the plugin wasn't loaded successfully |
I seem to have the same problem as the original poster. My Chrome is version 25.0.1364.36, running on OS X 10.8.3. There isn't an entry for DepthJSPlugin in my chrome://plugins. Any ideas what could cause the unsuccesful loading? |
if you built in on your machine then the problem is probably dynamic linking. |
Any resolution to this issue? I am having the same issue with a build today. I show that the Kinect is connected but hand is not in view. I copied the DepthJSPlugin.plugin to /Library/Internet Plugins however after restarting browser I do not see it listed in chrome://plugins. Here is output of background.html: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:". |
Just wanted to post a follow up to my post yesterday. It appears you cannot compile the firebreath-plugin with X86_64, you must use i386. Here is what I used: Also, i had to make sure and compile libusb and openni with universal support (using homebrew). After that run prepmac.sh with the command above and compile, place the new plugin in the chrome-extension/plugin directory replacing the old one. This enabled the plugin to start: jquery-1.4.4.min.js:40 Problem now is that it still doesn't work!!! I'm not getting any hand tracking... still says "Hand Not In View". |
This seems to still be an issue. Any updates? |
Hi,
I am having a problem getting the hand to show up in the basic demo file. Everything is connected and working but the hand status says "no hand in view", but when I open NITE I can see the motion just fine. When I inspect background.html I get this error:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".
I know that you can't have inline script but I don't know what/how to fix it.
thanks!
The text was updated successfully, but these errors were encountered: