- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-07-2019 09:15 AM
Hello,
First: nice work! Nice tool 🙂
I've created my own extension for a new miner (to mine Bluecoat Local Database with a specific format)
I've followed the youtubeminer tutorial and achieved to:
- package my extension (wheel)
- install it on minemeld manually (I cannot do it through git)
But my custom prototype does not show in the WebUI.
I find it under:
/opt/minemeld/engine/0.9.62/lib/python2.7/site-packages/<my extension name>/prototypes/<my package name>.yml
I've compared with the youtubeminer extension (installed through wheel) and I find the same corresponding files, etc
I've reviewed 100x times both extensions (entry points, class, etc) and I cannot found a difference...
I've also tried to copy the .yml file directly under /opt/minemeld/local/prototypes/ => I see the prototype in the WebUI but I've an error message when commiting a new node (COMMIT FAILED: Class <my extension name>.Miner in <node name>-1565193793618 not safe to load)
/PS: I'm using a docker instance ( jtschichold/minemeld:latest)
I need your help to figure out what happens 😐
I can send you my package in PM
Thank you and have a nice day!
08-08-2019 08:39 AM
Hello,
I found the problem (I think it is a bug)
I had the "validators" package in my requirements.txt. I removed it and all is working fine now
Even if I've seen in the logs the package were successully installed 😐
08-08-2019 08:39 AM
Hello,
I found the problem (I think it is a bug)
I had the "validators" package in my requirements.txt. I removed it and all is working fine now
Even if I've seen in the logs the package were successully installed 😐
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!