I was not able to creat a WP Manager (http://superdesk.dev/#/web_publisher/manager)
Now, with all this set up, I went to publish some article. This is the error in the publish queue:
PublishHTTPPushServerError
Error 14002 - HTTP push publish server error:Error pushing item 500:
{"code":500,"message":"Internal Server Error"}
And this is the error in WebPublisher logs:
[2016-12-06 11:12:46] request.INFO: Matched route "swp_api_content_push". {"route":"swp_api_content_push","route_parameters":{"version":"v1","_controller":"SWP\\Bundle\\ContentBundle\\Controller\\ContentPushController::pushContentAction","_route":"swp_api_content_push"},"request_uri":"http://wps.dev/api/v1/content/push","method":"POST"} []
[2016-12-06 11:12:46] swp_validators.ERROR: "" The property - firstcreated - is not defined and the definition does not allow additional properties [] []
[2016-12-06 11:12:46] request.CRITICAL: Uncaught PHP Exception SWP\Component\Bridge\Exception\TransformationFailedException: "None of the chained validators were able to validate the data!" at /home/bsarlo/code/web-publisher/src/SWP/Component/Bridge/Transformer/JsonToPackageTransformer.php line 55 {"exception":"[object] (SWP\\Component\\Bridge\\Exception\\TransformationFailedException(code: 0): None of the chained validators were able to validate the data! at /home/bsarlo/code/web-publisher/src/SWP/Component/Bridge/Transformer/JsonToPackageTransformer.php:55)"} []
So I got stuck here, any help would be much appreciated.
Thanks!
[2016-12-06 11:12:46] swp_validators.ERROR: "" The property - firstcreated - is not defined and the definition does not allow additional properties [] []
"firstcreated" : {
"description" : "The date and time when first version of the news object was created",
"type" : "string",
"format" : "date-time"
},
It looks like you're new here. If you want to get involved, click one of these buttons!