Wing Light
Wing Light
> Hi @winglight, right now Spyglass is focused on crawling things available over HTTP. If your NAS has a web interface, you should be able to point Spyglass to it...
> 进到容器里面, 执行下install命令 我执行install时,提示已经初始化,不能再次初始化。我看了一下db里的yearning库,表是都建了,但是account表里没有记录。我手工加了一条记录之后,登录提示500,后台log报了个错: ``` yee v0.2.3 [Warn] 2022-05-16 15:14:06 "url":"/login" "method":"POST" "status":500 "protocol":"HTTP/1.1" "remote_ip":"192.168.8.150" "bytes_in": "39 bytes" "bytes_out": "21 bytes" yee v0.2.3 [Critical] 2022-05-16 15:14:16 (/Users/henryyee/go/pkg/mod/github.com/cookie!y/[email protected]/middleware/recovery.go:33) [PANIC RECOVER] runtime...
> > > 进到容器里面, 执行下install命令 > > > > > > 我执行install时,提示已经初始化,不能再次初始化。我看了一下db里的yearning库,表是都建了,但是account表里没有记录。我手工加了一条记录之后,登录提示500,后台log报了个错: > > ``` > > > > yee v0.2.3 [Warn] 2022-05-16 15:14:06 "url":"/login" "method":"POST" "status":500 "protocol":"HTTP/1.1" "remote_ip":"192.168.8.150" "bytes_in":...
> 删掉库之后执行install,提示:`mysql连接失败! 亲 数据库建了没? 配置填对了没?`
> yearning 删掉库之后,再次手动新增库,再执行install,这次可以登录——这个步骤,跟我第一次的操作一模一样呀?
Thanks for your reply. Yes, I did it as the instructions under play-2.4 folder. When I added the line into routes as below: GET /api-docs controllers.ApiHelpController.getResources I found that there's...
I tried to add PlayScala plugin into build.sbt, but there're still the same problem and a new error: 1.object ApiHelpController is not a member of package controllers Note: class ApiHelpController...
Thanks a lot. I'll go through your demo later.
> export QT_MAC_WANTS_LAYER=1 I tried this command but the same error happend. Is it neccessary to install qt5 seperatly?
I checked the response from this url that hadn't an encoding value in the response headers so the current code can't get the correct encoding. Maybe it's an alternative way...