Soundcloud嵌入Timeout& wget返回错误500

时间:2016-07-06 18:59:33

标签: embed soundcloud firewall

我在VPS(Centos 6.8 x86)中有一个wordpress博客,其中一些页面嵌入了soundcloud。每当我尝试查看其中一个页面时,都会收到超时错误(http://prntscr.com/bpmm90)。

$(document).on('turbolinks:load',function(){
  $(".button-collapse").sideNav();
  $('select').material_select();
  $('.dropdown-button').dropdown({
    belowOrigin: true,
    constrain_width: false,
    alignment: "right"
  });
  $('.collapsible').collapsible();
  $('.tooltipped').tooltip({delay: 50});
});

好吧,我想也许我在Wordpress中做错了什么,所以我试图'wget'相同的URL和...... ERROR 500。

GET
http://soundcloud.com/oembed
?maxwidth=0
&maxheight=0
&url=https%3A%2F%2Fsoundcloud.com%2F10de10%2Fsemana-dos-10-20-270616
&format=json

Operation timed out after 5000 milliseconds with 0 bytes received

但是,如果我在另一台服务器上尝试相同的操作,一切正常。我已经考虑过,如果我以某种方式阻止通过我的VPS访问soundcloud,但我几乎没有打电话给该服务。

相关网址为:http://soundcloud.com/oembed?maxwidth=0&maxheight=0&url=https%3A%2F%2Fsoundcloud.com%2F10de10%2Fsemana-dos-10-20-270616&format=json

0 个答案:

没有答案