Vadzim Hushchanskou

Results 108 comments of Vadzim Hushchanskou

@deekhare911 I don't see any issue on my end, logs appear correctly: ![Screenshot 2024-09-23 at 15 48 32](https://github.com/user-attachments/assets/04cfbb5a-e62d-4a76-97c0-b32a96cb5a91) So this should be some kind of configuration issue on your side....

@olegberegeyko-fth Unfortunately, it's impossible to say what's wrong by your description, we have our own example project which works pretty fine: https://github.com/reportportal/examples-java/tree/master/example-testng-log4j Could you please craft an example project which...

@keef78 I don't see such issue: ![Image](https://github.com/user-attachments/assets/36e7587c-5a8a-4fc4-9bef-915d070666ec) ![Image](https://github.com/user-attachments/assets/03595a0e-7b44-4cde-a130-0a686a6fb60e) My dependencies: ``` Name: robotframework-reportportal Version: 5.6.4 Name: reportportal-client Version: 5.6.5 ``` I'm running our examples using Python 3.11: https://github.com/reportportal/examples-python/blob/master/robotframework/run-variables-file.sh And only...

@pekkaklarck Please also expose `--removekeywords` and `--flattenkeywords` command line options, it's useful for listeners to skip reporting certain keywords.

@pekkaklarck In our project I use my own model and match objects, so I would prefer it "as is". It conforms with other options, which provided "as is" too.

@Akaaav Usually this means the Agent received not a JSON in response. Most likely it's incorrect configuration, or ReportPortal server issue.

@Akaaav You should ensure you are hitting correct API URL and it returns correct answer, you can do this by enabling HTTP logging. Here you can find some methods you...