reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

[ ERROR ] not enough values to unpack (expected 2, got 1) during starting test execution #72

Closed kingages closed 3 years ago

kingages commented 3 years ago

I have an issue when test cases are starting. This is my error message

[ ERROR ] not enough values to unpack (expected 2, got 1)

But test case's results are correctly imported to Report Portal io

image

reportportal-client 5.0.5 robotframework 3.2.1 robotframework-appiumlibrary 1.5.0.6 robotframework-reportportal 5.0.3 robotframework-reportportal-ng 2.0.0 robotframework-seleniumlibrary 4.4.0

I'm using python 3.7. Any idead why this is happening?

iivanou commented 3 years ago

Which one are you using?

robotframework-reportportal 5.0.3
robotframework-reportportal-ng 2.0.0
kingages commented 3 years ago

I've tried it only with robotframework-reportportal 5.0.3 or robotframework-reportportal-ng 2.0.0. And also together. No differences.

iivanou commented 3 years ago

Could you provide some test suite file that I can run and reproduce your problem?

vitalka12345 commented 3 years ago

I fix it in https://github.com/reportportal/client-Python/pull/120 @iivanou please review and merge.

iivanou commented 3 years ago

@kingages Fixed here by the @vitalka12345.

Nevertheless, @kingages, these messages occur because your tests' tags are not in the format supported by the agent.

kingages commented 3 years ago

Thank you.

jupe commented 1 year ago

@kingages Fixed here by the @vitalka12345.

Nevertheless, @kingages, these messages occur because your tests' tags are not in the format supported by the agent.

@iivanou where these tags format requirements are documented? This kind of issue happens with pytest plugin for us and would like to find way how to fix it.

HardNorth commented 1 year ago

@jupe In pytest agent documentation: https://github.com/reportportal/agent-python-pytest#configuration