Python scope logs isnt being generated

Hi,

When I run the python file in command prompt the logs are being generated. But when run the same python file in UiPath under python scope->run python script. the logs are being generated when both the codes are same. There is no change in code.
A Python script named "convert.py" is being executed within a Python scope in an automation workflow. (Captioned by AI)

Can someone help in resolving this issue.

thanks in advance

Regards,
Jyothi

Hi @Jyothi31

Try by downgrading the dependency to 3.12.0 version or below and check once.

Hope it helps!!

the python version I’m using is python 3.8

Hello
I invoke the Python code in UiPath studio. The code works fine, no problem however the logging in Python has stopped working completely. The log file just is not created at all. When I run the code in Python all OK with the log file. What can be the cause of this and how to resolve this issue.

@Jyothi31

Can you show your code

Did you use try catch? If ao may be the error is getting supressed as well

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.