Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 区块加密';s嵌入式iframe未加载_Html_Django_Iframe - Fatal编程技术网

Html 区块加密';s嵌入式iframe未加载

Html 区块加密';s嵌入式iframe未加载,html,django,iframe,Html,Django,Iframe,我在django网站上嵌入了BlockCrypto.com的图表。它是html中一个简单的iframe标记: <iframe width="100%" height="420" frameborder="0" src="https://embed.theblockcrypto.com/data/crypto-markets/futures/btc-annualized-basis-binance/embed"

我在django网站上嵌入了BlockCrypto.com的图表。它是html中一个简单的iframe标记:

<iframe width="100%" height="420" frameborder="0" src="https://embed.theblockcrypto.com/data/crypto-markets/futures/btc-annualized-basis-binance/embed" title="BTC Annualized Daily Basis (Binance)"></iframe>

它在我家的runserver中运行良好,但只要我将代码移动到VPS(使用相同的runserver命令),图表就不会加载。iframe仅显示加载徽标

我在js控制台中遇到以下错误:

TypeError: Cannot read property 'getRegistrations' of undefined
    at 643985e.js:1
    at h (72e8ff3.js:1)
    at Generator._invoke (72e8ff3.js:1)
    at Generator.next (72e8ff3.js:1)
    at r (72e8ff3.js:1)
    at l (72e8ff3.js:1)
    at 72e8ff3.js:1
    at new Promise (<anonymous>)
    at 72e8ff3.js:1
    at 643985e.js:1
TypeError:无法读取未定义的属性“getRegistrations”
电话643985e.js:1
小时(72e8ff3.js:1)
在生成器处调用(72e8ff3.js:1)
在Generator.next(72e8ff3.js:1)
at r(72e8ff3.js:1)
在l(72e8ff3.js:1)
在72e8ff3.js:1
在新的承诺()
在72e8ff3.js:1
电话643985e.js:1
知道发生了什么吗