Closed JuyoungAn closed 7 years ago
Try to run your code with Fiddler. Catch a request to RP, select and watch what was a value of a request uri.
It seems listener construct wrong request string and response comes empty, and because of that, empty response could not be decoded.
And please update listener package through pip.
I upgraded the Listener and captured URI by Fiddler. Here is reportportal.zip. reportportal.zip
I'm sorry. This is a problem with python client. We need to bump its version to be able to fix your problem. This: https://github.com/reportportal/client-Python/pull/3 And this: https://github.com/reportportal/agent-Python-RobotFramework/pull/5/files
@PositiveAlex done done
Version 2.5.5 is working very well. Thank you so much!
It was nothing! Good to know π
Π²Ρ, 21 ΠΌΠ°ΡΡΠ° 2017, 3:38 Andrew notifications@github.com:
Closed #4 https://github.com/reportportal/agent-Python-RobotFramework/issues/4.
β You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/reportportal/agent-Python-RobotFramework/issues/4#event-1007748456, or mute the thread https://github.com/notifications/unsubscribe-auth/ADTVakYk0mVoazLvrw6SiJt9w1baJaHIks5rnxwigaJpZM4Mh96c .
--
Π‘ ΡΠ²Π°ΠΆΠ΅Π½ΠΈΠ΅ΠΌ, ΠΠ»ΡΡΠΊΠΈΠ½ ΠΠ»Π΅ΠΊΡΠ°Π½Π΄Ρ. E-mail: positivealex@gmail.com
When I ran robot framework with report portal listener on Windows, I got error which is 'No JSON object could decoded'. It worked on Mac OS.
[OS] Windows 7 x86
[Ver] Python 2.7.13 RF 3.0.2 report portal listener 2.5.4
[Test Data] tp2.txt Test Cases test1 test keyword abcd
Keywords test keyword [Arguments] ${msg} log ${msg}
[Repro]
run tp2.txt
Result