Shinku

Results 10 issues of Shinku

* **产品和接口**:PAI-EAS * **平台**:GO-LANG * **最小代码**: ``` client :=eas.NewClientWithAccessKey(AkInfo.Region, AkInfo.AccessKeyID, AkInfo.AccessKeySecret) client.SetEndpointRules(map[string]string{"cn-beijing": "pai-eas.cn-beijing.aliyuncs.com"}, paistudio.GetEndpointType(), "") request := eas.CreateModifyServiceRequest() request.Region = ResponseBody.Region request.ServiceName = ResponseBody.ServiceName client.ModifyService(request); ``` /Users/Shinku/go/go1.17.1/pkg/mod/github.com/aliyun/[email protected]/sdk/errors/server_error.go result.errorCode = errorCode.(string)会panic...

incompatibility

点击后的路径是 http://nfc.tp6.com/captcha.html?s=0.008023090088682183 会认为是控制器 控制器不存在:0.008023090088682183

VUE-CLI3.0环境下 标签提示:Unknown html tag el-button more... 卸载本插件后恢复,并且能够代码追踪

``` func TestRedirectErrorRetry(t *testing.T) { ts := newTestServer() defer ts.Close() c := NewCollector() c.OnError(func(r *Response, err error) { if r.Ctx.Get("notFirst") == "" { r.Ctx.Put("notFirst", "first") _ = r.Request.Retry() return }...

when retry scrape requestData will loss in http.NewRequest so Seek requestData before scrape.NewRequest ``` req.ContentLength always 0 and if req.GetBody != nil && req.ContentLength == 0 { req.Body = NoBody...

如果重插网线,重新拨号的情况下 sigterm() 里的 xlnetacc_logout 无法正常请求导致当前session无法注销 下次提速 `speedup server already speed up` 如果有多个session无法注销,会导致账号被锁定 因此希望能够修改 sigterm()里的xlnetacc_logout,加入retry > sigterm() { _log "trap sigterm, exit" $(( 1 | 4 )) xlnetacc_logout 100 && sleep...

master设置CRAWLAB_TASK_HANDLER_MAXRUNNERS=-1 master目前内存会暴增导致oom,因此需要保证master节点不运行脚本 slave两个节点,CRAWLAB_TASK_HANDLER_MAXRUNNERS=256 随机节点运行指令,发现偶发命令运行在两个slave节点上 执行命令 echo $$ && date 使用sleep 60并分别登陆两个slave容器排查,发现命令的确运行在两个slave上

bug

地址栏旁边的 SSL已启用按钮 希望点击是进行SSL代理开关切换 而不是弹出证书安装向导(可以右键弹出) 因为有时候调试需要频繁开关是否代理SSL,因此不太方便

enhancement

Thu, 26 May 2016 00:00:00 +0800 time.Parse(time.RFC1123Z, "Thu, 26 May 2016 00:00:00 +0800") //1464192000 2016-05-26 00:00:00+8 fun.StrToTime("Thu, 26 May 2016 00:00:00 +0800") //1464336000 2016-05-27 16:00:00+8

bug

Resolve the issue of retrying redirectable connections, where the link has already been visited, resulting in the error "AlreadyVisitedUrl". This change cannot avoid the "AlreadyVisitedUrl" error caused by the initial...