SUSTechPOINTS
SUSTechPOINTS copied to clipboard
can not select scene and frame in the upper left corner
run the script 'python main.py', and then enter the website 'http://127.0.0.1:8081/'. The data is placed as required,but I can not select scene and frame?
Did you see any error logs in python?
@FanZhang91 Did you solve the problem ? I have the same problem in Win10, but Ubuntu 18.04 is ok. Below is the logs in Win10.
[29/Aug/2021:17:42:17] ENGINE Listening for SIGTERM. [29/Aug/2021:17:42:17] ENGINE Bus STARTING CherryPy Checker: The config entry 'auth.require' is invalid, because the 'auth' config namespace is unknown. section: [/views]
CherryPy Checker: 'C:\public\SUSTechPOINTS\./temp' (root + dir) is not an existing filesystem path. section: [/temp] root: 'C:\public\SUSTechPOINTS' dir: './temp'
CherryPy Checker: 'C:\public\SUSTechPOINTS\./views' (root + dir) is not an existing filesystem path. section: [/views] root: 'C:\public\SUSTechPOINTS' dir: './views'
CherryPy Checker: 'C:\public\SUSTechPOINTS\./assets' (root + dir) is not an existing filesystem path. section: [/assets] root: 'C:\public\SUSTechPOINTS' dir: './assets'
[29/Aug/2021:17:42:17] ENGINE Set handler for console events. [29/Aug/2021:17:42:17] ENGINE Started monitor thread 'Autoreloader'. [29/Aug/2021:17:42:17] ENGINE Serving on http://0.0.0.0:8081 [29/Aug/2021:17:42:17] ENGINE Bus STARTED 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET / HTTP/1.1" 200 14588 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/css/main.css HTTP/1.1" 200 6280 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/jquery-1.12.4.js HTTP/1.1" 200 304438 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/jquery-ui-1.12.1/jquery-ui.min.css HTTP/1.1" 200 32082 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/jquery-ui-1.12.1/jquery-ui.min.js HTTP/1.1" 200 253681 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/ml/tf.min.js HTTP/1.1" 200 832859 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/main.js HTTP/1.1" 200 58304 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/icon2.png HTTP/1.1" 200 44255 "http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36"
Did you change anything? I tried in windows 10 with Anaconda and Edge/Chrome, there were no problem. Or please open debug console of browser to check if there werre any errors, thank you.
ow is the logs in Win10.
My situation is the same as you in Win10
Did you change anything? I tried in windows 10 with Anaconda and Edge/Chrome, there were no problem. Or please open debug console of browser to check if there werre any errors, thank you.
I changed nothing
@FanZhang91 I solved this problem. Just change the windows registry like below: HKEY_CLASSES_ROOT.js\Content Type data from 'text/plain' to 'text/javascript'.
and then reboot.
@FanZhang91你解决问题了吗?
我在 Win10 中也有同样的问题,但是 Ubuntu 18.04 没问题。 下面是Win10中的日志。 [29/Aug/2021:17:42:17] 引擎监听 SIGTERM。 [29/Aug/2021:17:42:17] ENGINE Bus STARTING CherryPy Checker: 配置条目“auth.require”无效,因为“auth”配置命名空间未知。 部分:[/意见]
CherryPy Checker: 'C:\public\SUSTechPOINTS./temp'(root + dir)不是现有的文件系统路径。 部分:[/temp] 根目录:'C:\public\SUSTechPOINTS' 目录:'./temp'
CherryPy Checker: 'C:\public\SUSTechPOINTS./views'(root + dir)不是现有的文件系统路径。 部分:[/views] 根目录:'C:\public\SUSTechPOINTS' 目录:'./views'
CherryPy Checker: 'C:\public\SUSTechPOINTS./assets'(root + dir)不是现有的文件系统路径。 部分:[/assets] 根目录:'C:\public\SUSTechPOINTS' 目录:'./assets'
[29/Aug/2021:17:42:17] ENGINE 设置控制台事件的处理程序。 [29/Aug/2021:17:42:17] ENGINE 启动了监控线程“Autoreloader”。 [29/Aug/2021:17:42:17] ENGINE 服务于http://0.0.0.0:8081 [29/Aug/2021:17:42:17] ENGINE Bus STARTED 127.0.0.1 - - [29/Aug /2021:17:42:43] "GET / HTTP/1.1" 200 14588 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 " 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/css/main.css HTTP/1.1" 200 6280 " http://localhost:8081/ " "Mozilla/5.0 ( Windows NT 10.0;Win64;x64) AppleWebKit/537.36(KHTML,如 Gecko)Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43]“GET /static/js/lib/jquery-1.12.4.js HTTP/1.1”200 304438“ http://localhost:8081/ ” “Mozilla/5.0(Windows NT 10.0;Win64;x64)AppleWebKit/537.36(KHTML,如 Gecko)Chrome/92.0.4515.159 Safari/537.36” 127.0.0.1 - - [29/Aug/2021:17:42:43]” GET /static/js/lib/jquery-ui-1.12.1/jquery-ui.min.css HTTP/1.1" 200 32082 " http://localhost:8081/ " "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/jquery-ui -1.12.1/jquery-ui.min.js HTTP/1.1" 200 253681" http://localhost:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/lib/ml/tf.min.js HTTP/1.1" 200 832859 " http://localhost:8081/ " "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML , 像壁虎) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021:17:42:43] "GET /static/js/main.js HTTP/1.1" 200 58304 " http: //localhost:8081/ " "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" 127.0.0.1 - - [29/Aug/2021: 17:42:43]“获取/static/icon2.png HTTP/1.1”200 44255“ http://本地主机:8081/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36"
I use Docker, and his error message is the same as the one you sent. Have you solved it?
...met the same problem when I updated the local repo from the remote and then run the app without clean the browser history of the old version, so the browser keeps loading the old js code.