-
Notifications
You must be signed in to change notification settings - Fork 76
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
ReferenceError: plugin is not defined #45
Comments
@oshihirii can you try copying the plugin into other folders where they mentioned in this post http://askubuntu.com/questions/383960/where-is-firefoxs-plugins-directory? If still not working, you may recompile the binary on your machine. |
Thank you for your reply! I thought the project might be dead! As per the accepted answer in your link:
The only directories that are in
Bu I followed a user comment and saw this exists, so I put
And I get the same error after restarting Firefox and opening the HTML page:
I have never "compiled a binary". Can you please give me exact steps (as much detail as possible appreciated, as I have zero knowledge about it so I may miss some important steps if I'm not shown how to do it exactly). Thank You! |
@oshihirii There's no active development on this plugin currently because NPAPI-Plugins are not supported by chrome from version 45.0. For compilation of the plugin, please follow the steps in README.md.
|
Thank you for the information. Do you know anything else that does the same job? I need to communicate from web page to local serial port. I was using pyserial (mine is a python based web application) but that only works locally - not from a "live" website. I looked at: http://www.firebreath.org/display/documentation/Download and downloaded the zip file. How do I do Step 1 of the steps in your README.md ie "Install FireBreath"? |
Environment:
Firefox 48 for Ubuntu
I've followed these steps in README.md:
bin/Linux/npjUART.so
to:~/.mozilla/extensions
.js
file looks like:Did I need to take any other steps?
Do I have to "build it"?
When I run the HTML file, Firebug says:
The text was updated successfully, but these errors were encountered: