-
Notifications
You must be signed in to change notification settings - Fork 14
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
cant run demo. #1
Comments
My guess would be that you're using To run it properly, try building it first (which will include all files) with: Hope this helps. |
or you can try |
SyntaxError: missing ) after argument list[Learn More] semantic.min.js:16:3023 |
it asks for go cam permission that i give. but nothing shows up in video player so i checked console which was showing following error. SyntaxError: missing ) after argument list[Learn More] semantic.min.js:16:3023 |
replacing following |
Strange, so I guess that API isn’t stable yet?!
…On Mon, 25 Feb 2019 at 12:09, najamsk ***@***.***> wrote:
replacing following
video.src = window.URL.createObjectURL(stream);
with video.srcObject = stream;
seems to work in firefox.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGNG-6SHG3IbCRoTAkJtLPfT1EO-Hi0ks5vQ9JrgaJpZM4bPJLa>
.
|
nope. i tried to ask co-worker to show their face on cam. since didnt train model on their face. i was expecting some error message but instead the camera icon truns into loading and keep doing loading stuff. i check console it was saying button.transition is undefined. so to solve that i change more code by showing text message. maybe run demos again in cross browsers so people can actually see them working and hop into stuff. Having said that i still enjoy browsing through demos and articles on medium. |
Yeah it’s annoying that it doesn’t work in your browser. I’m sorry about
that.
They were all tested in Chrome, and are just examples so are unlikely to
get cross-browser QA testing etc like we do with our production services.
Good job for making it work though - skillz.
Mat
…On Mon, 25 Feb 2019 at 12:23, najamsk ***@***.***> wrote:
nope. i tried to ask co-worker to show their face on cam. since didnt
train model on their face. i was expecting some error message but instead
the camera icon truns into loading and keep doing loading stuff. i check
console it was saying button.transition is undefined. so to solve that i
change more code by showing text message. maybe run demos again in cross
browsers so people can actually see them working and hop into stuff. Having
said that i still enjoy browsing through demos and articles on medium.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGNG1w_srZNdzUMMPfYoRtwUdsuKPwQks5vQ9XLgaJpZM4bPJLa>
.
|
i check on my co-workers machines using chrome still same errors. I think underlaying apis for html5 stuff got changed and they require minor fixes to work as expected. |
Hmm, in that case, do you fancy submitting a PR with your fixes? We’d love
to improve the experience for others if we can.
…On Mon, 25 Feb 2019 at 12:27, najamsk ***@***.***> wrote:
i check on my co-workers machines using chrome still same errors. I think
underlaying apis for html5 stuff got changed and they require minor fixes
to work as expected.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGNG6-ozDntZ5J_AbWWVK-oIsIRMsZWks5vQ9angaJpZM4bPJLa>
.
|
one more thing. is there any forum or channel where devs can ask your team questions or report issues. asking on twitter is not that great and engaging founder for small code stuff is like wasting your time. thanks for your time, responses and your efforts. |
my pull request will be broken as its not working in chrome. but if i make it work in chrome sure. |
Hi @najamsk - can you join the Machine Box slack here: https://machineboxslack.herokuapp.com/ |
joined the community slack, thanks for sharing. let me create a pull request. |
pull request created. I have never contributed in open source stuff and don't know about creating pull request. by clicking few buttons i manage to create pull request that I hope somewhat close to your expectations. |
you can find my pull request at #2 |
what command is required with command line arguments to run this demo?
go run main.go throws following error.
The text was updated successfully, but these errors were encountered: