You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to import via UI and API Robotframework output.xml files. But we fail. The new date format seems to be a problem and the new start / elapsed time tags which have replaced starttime / endtime.
We use the reportportal 24.2 and the latest provided plugin-import-robot version. The RF Version is 7.1
Error message
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2054 0 832 100 1222 4749 6975 --:--:-- --:--:-- --:--:-- 11670{"errorCode":4001,"message":"Incorrect Request. JSON parse error: Cannot deserialize value of type java.time.Instant from String "2024-10-24T16:47:21.668033": Failed to deserialize java.time.Instant: (java.time.format.DateTimeParseException) Text '2024-10-24T16:47:21.668033' could not be parsed at index 26; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type java.time.Instant from String "2024-10-24T16:47:21.668033": Failed to deserialize java.time.Instant: (java.time.format.DateTimeParseException) Text '2024-10-24T16:47:21.668033' could not be parsed at index 26\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 12, column: 16] (through reference chain: com.epam.ta.reportportal.model.launch.LaunchImportRQ["startTime"])"}
Best regards
Gerhard
The text was updated successfully, but these errors were encountered:
gdroes
changed the title
Problems importing outpit.xml files RF7.1 schemaversion 5
Problems importing output.xml files RF7.1 schemaversion 5
Oct 25, 2024
I see similar problem during importing from UI. Problem is raised at the begging of importing. I tried plugin version 1.0.1 and it failed at line: <robot generator="Robot 7.1.1 (Python 3.11.2 on linux)" generated="2024-12-16T12:53:54" rpa="false" schemaversion="5">
with this error:
I tried different time formats, timestamps, etc. Without success.
We try to import via UI and API Robotframework output.xml files. But we fail. The new date format seems to be a problem and the new start / elapsed time tags which have replaced starttime / endtime.
We use the reportportal 24.2 and the latest provided plugin-import-robot version. The RF Version is 7.1
example file to load is attached
output.zip
Error message
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2054 0 832 100 1222 4749 6975 --:--:-- --:--:-- --:--:-- 11670{"errorCode":4001,"message":"Incorrect Request. JSON parse error: Cannot deserialize value of type
java.time.Instant
from String "2024-10-24T16:47:21.668033": Failed to deserialize java.time.Instant: (java.time.format.DateTimeParseException) Text '2024-10-24T16:47:21.668033' could not be parsed at index 26; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of typejava.time.Instant
from String "2024-10-24T16:47:21.668033": Failed to deserialize java.time.Instant: (java.time.format.DateTimeParseException) Text '2024-10-24T16:47:21.668033' could not be parsed at index 26\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 12, column: 16] (through reference chain: com.epam.ta.reportportal.model.launch.LaunchImportRQ["startTime"])"}Best regards
Gerhard
The text was updated successfully, but these errors were encountered: