I m working on python HTTP request and response type of architecture. I
have a problem on it. I m working on python HTTP Request and response server
HTTP Request server from the python file while my client from the index.html
file. When I access the server file from the below
URL
<http://localhost:1500/index.html>
my
python server work file for handling the client request but my problem is that
my index.html use with the CKEDITOR
tool
------------------------------------------------------------------------
**I
have Found the Below Error from the chromium console**
-
Failed to load resource
<http://localhost:1500/ckeditor/config.js>?t=DBAA
Failed
to load
resource<http://localhost:1500/ckeditor/skins/moono/editor.css>?t=DBAA
Failed
to load resource
<http://localhost:1500/ckeditor/lang/en.js>?t=DBAA
2Uncaught
TypeError: Cannot set property ‘dir‘ of undefined ckeditor.js:213 I had
successfully add the above all the file from my index.html page plz some one
help me how to solve
it
------------------------------------------------------------------------
My
code is
<title>My Template
Builder</title>
<!--
ckeditor-->
<script
src="ckeditor/ckeditor.js"></script>
<meta
name="description" content="website description" />
<meta
name="keywords" content="website keywords, website keywords"
/>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8" />
<link rel="stylesheet" type="text/css"
href="css/style.css" />
<!-- modernizr enables HTML5
elements and feature detects -->
<script
type="text/javascript"
src="js/modernizr-1.5.min.js"></script>
<!-- my
jquery -->
<script
src="<http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js>">
</script>
相关文章
- 11-04Chrome系列 Failed to load resource: net::ERR_CACHE_MISS
- 11-04Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
- 11-04Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
- 11-04vue cli3 打包后访问不到页面 Failed to load resource: the server responded with a status of 404 (Not Found)
- 11-04Vue2.0打包后控制台报Failed to load resource: net::ERR_FILE_NOT_FOUND
- 11-04Failed to load resource: the server responded with a status of 404 ()
- 11-04微信小程序变量加字符串图片显示成功但报 Failed to load local image resource的错
- 11-04AngularJS项目报错#Failed to load resource: the server responded with a status of 403 (Forbidden)
- 11-04区块链报错6 | Failed to load resource: the server responded with a status of 404 (Not Found)
- 11-04glyphicons-halflings-regular.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)解决Web部署 svg/woff/woff2字体 404错误