Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

Hello, i am trying to use python weget through creating scripts on (knowage 7.2) :

 1- knowage-python webservice is installed

2- config.xml file is created

3- log file error

4- my script on python widget is as follow:

Environment knowage_7_2
in Data Mining by (150 points)

1 Answer

+2 votes

Hi patto,

it looks like an error is coming back to python from Knowage Server.

Try to raise the log level to info and check the output of the service:
/knowage/restful-services/2.0/backendservices/userprofile/
that is called just before the error is generated.

Bye,
Marco

by (9.3k points)
...