Giter VIP home page Giter VIP logo

Comments (7)

764763903a avatar 764763903a commented on July 28, 2024

这是啥问题

from xdd-plus.

lichen780 avatar lichen780 commented on July 28, 2024

这是啥问题

我也不知道。。。看这是数据库写入问题还是啥

from xdd-plus.

764763903a avatar 764763903a commented on July 28, 2024

我没看到报错啊。。你总要告诉我出现啥问题把

from xdd-plus.

lichen780 avatar lichen780 commented on July 28, 2024

我没看到报错啊。。你总要告诉我出现啥问题把

编译完首次运行出现的这个,难道是我编译有问题?

./xdd
2021/09/07 10:58:03.996 [W] init global config instance failed. If you donot use this, just ignore it. open conf/app.conf: no such file or directory

2021/09/07 10:58:04.006 [I] 当前/www/wwwroot/bot

2021/09/07 10:58:04.006 [I] 下载配置app.conf

2021/09/07 10:58:05.684 [I] 下载配置config.yaml

2021/09/07 10:58:06.351 [I] 下载配置reply.php

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.070ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="jd_cookies"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[5.510ms] [rows:0] CREATE TABLE jd_cookies (ID integer,Priority integer DEFAULT 1,CreateAt text,PtKey text,PtPin text UNIQUE,WsKey text,Note text,Available text DEFAULT "true",Nickname text,BeanNum text,QQ integer,PushPlus text,Telegram integer,Fruit text,Pet text,Bean text,JdFactory text,DreamFactory text,Jxnc text,Jdzz text,Joy text,Sgmh text,Cfd text,Cash text,Help text DEFAULT "false",Hack text,UserLevel text,LevelName text,PRIMARY KEY (ID))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.046ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="jd_cookie_pools"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[4.781ms] [rows:0] CREATE TABLE jd_cookie_pools (ID integer,PtKey text UNIQUE,PtPin text,WsKey text,LoseAt text,CreateAt text,PRIMARY KEY (ID))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.032ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="users"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[4.492ms] [rows:0] CREATE TABLE users (id integer,number integer UNIQUE,class text,active_at datetime,coin integer,PRIMARY KEY (id))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.030ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="user_agents"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[4.766ms] [rows:0] CREATE TABLE user_agents (id integer,content text,PRIMARY KEY (id))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.030ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="envs"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[5.008ms] [rows:0] CREATE TABLE envs (id integer,name text UNIQUE,value text,PRIMARY KEY (id))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.039ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="wishes"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[5.918ms] [rows:0] CREATE TABLE wishes (id integer,created_at datetime,user_number integer,content text,coin integer,status integer,PRIMARY KEY (id))

2021/09/07 10:58:06 /usr/local/go/path/pkg/mod/gorm.io/driver/[email protected]/migrator.go:32
[0.030ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="tokens"

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:38
[4.685ms] [rows:0] CREATE TABLE tokens (expiration datetime,token text,address text)

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/db.go:50
[0.094ms] [rows:0] SELECT * FROM jd_cookie_pools
2021/09/07 10:58:06.974 [I] 检查更新20210907

2021/09/07 10:58:06 /www/wwwroot/xdd/xdd/models/ua.go:14 record not found
[0.108ms] [rows:0] SELECT * FROM user_agents ORDER BY id desc,user_agents.id LIMIT 1
2021/09/07 10:58:06.974 [I] 更新User-Agent

2021/09/07 10:58:06.975 [I] 更新User-Agent失败

2021/09/07 10:58:06.975 [I] 更新版本的失败

2021/09/07 11:00:06.975 [I] v系登录失败

2021/09/07 11:02:07.374 [I] http server Running on http://:8080

2021/09/07 11:02:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.228ms] [rows:0] SELECT * FROM jd_cookies WHERE Priority >= 0 and Hack != "true" ORDER BY priority desc

2021/09/07 11:02:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.084ms] [rows:0] SELECT * FROM jd_cookies WHERE Help = "true" ORDER BY priority desc

2021/09/07 11:03:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.163ms] [rows:0] SELECT * FROM jd_cookies ORDER BY priority desc

2021/09/07 11:04:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.215ms] [rows:0] SELECT * FROM jd_cookies ORDER BY priority desc

2021/09/07 11:04:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.094ms] [rows:0] SELECT * FROM jd_cookies WHERE Priority >= 0 and Hack != "true" ORDER BY priority desc

2021/09/07 11:04:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.345ms] [rows:0] SELECT * FROM jd_cookies WHERE Help = "true" ORDER BY priority desc

2021/09/07 11:05:07 /www/wwwroot/xdd/xdd/models/db.go:172
[0.201ms] [rows:0] SELECT * FROM jd_cookies ORDER BY priority desc

from xdd-plus.

764763903a avatar 764763903a commented on July 28, 2024

V4新版?

from xdd-plus.

lichen780 avatar lichen780 commented on July 28, 2024

V4新版?

不是,青龙2.9 首次运行都还没设置这些呢

from xdd-plus.

764763903a avatar 764763903a commented on July 28, 2024

config没配置

from xdd-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.