Code : Tout sélectionner
[21:54:53] IhmCommunicationThread.cpp:117: Data received : From 123 Type : 2 Value : 20
[21:54:53] RestBrowser.cpp:133: Full uri: http://127.0.0.1:88/nodes/datas.json POST Param : sender=123&type=2&data=20
[21:54:54] RestBrowser.cpp:152: curl_easy_perform() failed: HTTP response code said error
[21:54:54] RestBrowser.cpp:153: Error is :The requested URL returned error: 404
116 value f:35
[21:54:54] IhmCommunicationThread.cpp:117: Data received : From 123 Type : 7 Value : 35
[21:54:54] RestBrowser.cpp:133: Full uri: http://127.0.0.1:88/nodes/datas.json POST Param : sender=123&type=7&data=35
[21:54:55] RestBrowser.cpp:152: curl_easy_perform() failed: HTTP response code said error
[21:54:55] RestBrowser.cpp:153: Error is :The requested URL returned error: 404
Il y a à priori deux problèmes:
- - les types définis dans le master et la librairie ne concordent pas avec les id des types enregistrés dans la base de données du HUB
- si je comprends bien, mon node n'est pas trouvé:
Code : Tout sélectionner
[2014-12-14 21:54:53] request.INFO: Matched route "ydle_api_post_nodes_datas" (parameters: "_controller": "ydle.settings.nodes.controller:postNodesDatasAction", "_format": "json", "_route": "ydle_api_post_nodes_datas") [] []
[2014-12-14 21:54:54] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2014-12-14 21:54:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "node.not.found" at /var/www/ydle/vendor/ydle/settings-bundle/Ydle/SettingsBundle/Controller/NodeController.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException: node.not.found at /var/www/ydle/vendor/ydle/settings-bundle/Ydle/SettingsBundle/Controller/NodeController.php:156)"} []
[2014-12-14 21:54:54] security.DEBUG: Write SecurityContext in the session [] []
[2014-12-14 21:54:54] request.INFO: Matched route "ydle_api_post_nodes_datas" (parameters: "_controller": "ydle.settings.nodes.controller:postNodesDatasAction", "_format": "json", "_route": "ydle_api_post_nodes_datas") [] []
[2014-12-14 21:54:54] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2014-12-14 21:54:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "node.not.found" at /var/www/ydle/vendor/ydle/settings-bundle/Ydle/SettingsBundle/Controller/NodeController.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException: node.not.found at /var/www/ydle/vendor/ydle/settings-bundle/Ydle/SettingsBundle/Controller/NodeController.php:156)"} []
[2014-12-14 21:54:55] security.DEBUG: Write SecurityContext in the session [] []