@egonw - I’m having difficulty with the Opsin node in the KNIME-CDK extension. I’m using very simple names. For the CDK column, I am getting “Object missing (‘?’)” and for the InChI, I am getting
"!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”, nothing returned for Png or SMILES. Am I missing something that I might need behind the scenes in order to make this work correctly?
I’m sorry you encountered problems! We are currently looking into getting in touch with the dev.
As a workaround I can point you to THIS RDKit node, that is using the same library in the back.
Thank you. I did find and use the RDkit node as a workaround. It worked great. I just wanted someone to know that this node wasn’t working properly. I appreciate you reaching out!
That doesn’t sound right. HTML feedback suggests to me the use of a webservice. I am not aware something changed on the OPSIN side, but sadly do not have time to explore the problem, nor find/create a direct solution.
@chemgirl36, I was looking at the code and tried the OPSIN webservice and cannot see what changed. What KNIME-CDK version are you using? Just trying to figure out what goes wrong…
hi all, it looks like we found the issue. The code was calling the OPSIN webservice with HTTP instead of HTTPS, which would explain the found behavior. I just pushed the fix (Use httpS · cdk/nodes4knime@b96692a · GitHub) but I am going to need the help from the KNIME team to make a bug fix release, I’m afraid.
@egonw s fix has been deployed. Could you please update your CDK Extension (you might need to reload the KNIME Community Extensions (Trusted) Update site, see screenshot to find the Reload button) and tell us whether the issue is gone?