Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebot combined report using multiple output*.xml failing with ParseError: mismatched tag: line 169, column 66 #2414

Closed
sivassrr opened this issue Jul 11, 2016 · 1 comment

Comments

@sivassrr
Copy link

Had 10 output xml file named as follows:
output0.xml
output1.xml
output2.xml
output3.xml
output4.xml
output5.xml
output6.xml
output7.xml
output8.xml
output9.xml

When I tried to run following rebot command, I get below error
rebot --name barreleyeCombinedReport output?.xml
[ ERROR ] Reading XML source 'output5.xml' failed: ParseError: mismatched tag: line 169, column 66

Try --help for usage information.

@pekkaklarck
Copy link
Member

First of all, sorry for ignoring this issue for so long. It was buried under a pile of other issues during summer time when I didn't have much time to follow this tracker.

The problem isn't related to using multiple output files. As the error you included says, parsing output5.xml fails because it has mismatched tag. With this information alone it's impossible to know why that output file is corrupted, but often this kind of failures are somehow related to using threads.

If this error still occurs, please submit a new issue. Without having an example that I can use to reproduce this on my own machine debugging the problem is pretty hard, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants