rodolfost
Forum Replies Created
-
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] EMPTY api-answer: No JSON receivedI also tried by usin this more simple url: [jsoncontentimporter debugmode=10 url=http://eu1.reliastream.com:2199/rpc/mondobon/streaminfo.get
] test [/jsoncontentimporter]And I get this:
DEBUG: error getting URL: cURL error 7: Failed connect to eu1.reliastream.com:2199; Connection refused
DEBUG: no data received: check url of json-feedDEBUG: Cache is NOT active
DEBUG: try to retieve this url: http://eu1.reliastream.com:2199/rpc/mondobon/streaminfo.get
DEBUG: wp_remote_get to http://eu1.reliastream.com:2199/rpc/mondobon/streaminfo.get
DEBUG: arguments: Array
(
[timeout] => 5
)DEBUG: error getting URL: cURL error 7: Failed connect to eu1.reliastream.com:2199; Connection refused
DEBUG: no data received: check url of json-feedEMPTY api-answer: No JSON received – is the API down? Check the URL you use in the shortcode!
- This reply was modified 6 years, 2 months ago by rodolfost.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] EMPTY api-answer: No JSON receivedForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] EMPTY api-answer: No JSON receivedHello and thank you for your quick answer.
“And replace the & by &”
You mean & by & ?
My code looks like this now:
[jsoncontentimporter debugmode=10 url=http://eu1.reliastream.com:2199/api.php?xm=server.getstatus&f=json&a%5Busername%5D=mondobon&a%5Bpassword%5D=14569fmfmf ] test [/jsoncontentimporter]and now i get this:
DEBUG: Cache is NOT active
DEBUG: try to retieve this url: http://eu1.reliastream.com:2199/api.php?xm=server.getstatus&f=json&a%5Busername%5D=mondobon&a%5Bpassword%5D=14569fmfmf
DEBUG: wp_remote_get to http://eu1.reliastream.com:2199/api.php?xm=server.getstatus&f=json&a%5Busername%5D=mondobon&a%5Bpassword%5D=14569fmfmf
DEBUG: arguments: Array
(
[timeout] => 5
)DEBUG: error getting URL: cURL error 7: Failed connect to eu1.reliastream.com:2199; Connection refused
DEBUG: no data received: check url of json-feedEMPTY api-answer: No JSON received – is the API down? Check the URL you use in the shortcode!
[/jsoncontentimporter]