番茄小说免费网页阅读 不用客户端 可下载小说
好人,已starred
写了个解析api可以部署到cf worker,除了部署要获取一次installid, serverdevice_id可能要抓包或者root外可以稳定运行\
https://github.com/rudo-rs/fqnovel-api
大佬牛逼啊00大佬有没有简易的教程啥的0.0纯小白捣鼓比较麻烦0.0
写了个解析api可以部署到cf worker,除了部署要获取一次installid, serverdevice_id可能要抓包或者root外可以稳定运行\
https://github.com/rudo-rs/fqnovel-api大佬牛逼啊00大佬有没有简易的教程啥的0.0纯小白捣鼓比较麻烦0.0
我也不懂,先按教程走呗,人家都热心提供了api教程
可恶,看不懂,计算机苦手
写了个解析api可以部署到cf worker,除了部署要获取一次installid, serverdevice_id可能要抓包或者root外可以稳定运行\
https://github.com/rudo-rs/fqnovel-api大佬牛逼啊00大佬有没有简易的教程啥的0.0纯小白捣鼓比较麻烦0.0
我也不懂,先按教程走呗,人家都热心提供了api教程
非专业程序员,看的一脸懵0.0
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了
感谢
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了
你好老哥,想请教一下,按照那些设定部署完了。
得到这个网址(https://fqnovel-api.abcd.workers.dev/),将他填入这段【const apiUrl = `http://fq.travacocro.com/content?item_id=${extractedId}`;】(替换http://fq.travacocro.com为https://fqnovel-api.abcd.workers.dev/),好像不起作用,而且这个网站(https://fqnovel-api.abcd.workers.dev/)无法访问,会报安全错误,这是哪出问题了吗?
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了
你好老哥,想请教一下,按照那些设定部署完了。
得到这个网址(https://fqnovel-api.abcd.workers.dev/),将他填入这段【const apiUrl = `http://fq.travacocro.com/content?item_id=${extractedId}`;】(替换http://fq.travacocro.com为https://fqnovel-api.abcd.workers.dev/),好像不起作用,而且这个网站(https://fqnovel-api.abcd.workers.dev/)无法访问,会报安全错误,这是哪出问题了吗?
您的连接不是私密连接
攻击者可能会试图从 fqnovel-api.abcd.workers.dev 窃取您的信息(例如:密码、消息或信用卡信息)。详细了解此警告
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了 你好老哥,想请教一下,按照那些设定部署完了。得到这个网址(https://fqnovel-api.abcd.workers.dev/),将他填入这段【const apiUrl =
http://fq.travacocro.com/content?item_id=${extractedId}
;】(替换http://fq.travacocro.com为https://fqnovel-api.abcd.workers.dev/),好像不起作用,而且这个网站(https://fqnovel-api.abcd.workers.dev/)无法访问,会报安全错误,这是哪出问题了吗?
const apiUrl =http://fq.travacocro.com/content?item_id=${extractedId}
; 应该替换为 const apiUrl =https://fqnovel-api.abcd.workers.dev/item_id/${extractedId}
;
github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了 你好老哥,想请教一下,按照那些设定部署完了。得到这个网址(https://fqnovel-api.abcd.workers.dev/),将他填入这段【const apiUrl =
http://fq.travacocro.com/content?item_id=${extractedId}
;】(替换http://fq.travacocro.com为https://fqnovel-api.abcd.workers.dev/),好像不起作用,而且这个网站(https://fqnovel-api.abcd.workers.dev/)无法访问,会报安全错误,这是哪出问题了吗?
const apiUrl =http://fq.travacocro.com/content?item_id=${extractedId}
; 应该替换为
const apiUrl =https://fqnovel-api.abcd.workers.dev/item_id/${extractedId}
;
你好,不知道为什么,现在访问会显示
【https://fqnovel-api.abcd.workers.dev/ 显示 Not Found】
【https://fqnovel-api.abcd.workers.dev/item_id/7315746353290691134 显示batch_full failed】
这是我的安装日志:
warning: `fqnovel-api` (lib) generated 5 warnings (run `cargo fix --lib -p fqnovel-api` to apply 3 suggestions)
Finished `release` profile [optimized] target(s) in 2m 13s
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨ Done in 2m 15s
[INFO]: 📦 Your wasm pkg is ready to publish at /media/docker/fqnovel-api/build.
shim.mjs 21.3kb
⚡ Done in 32ms
Total Upload: 891.32 KiB / gzip: 372.90 KiB
Worker Startup Time: 1 ms
Your worker has access to the following bindings:
- Vars:
- install_id: "19246195XXX02068"
- server_device_id: "19246195XXX97972"
- aid: "1967"
- update_version_code: "62532"
Uploaded fqnovel-api (9.23 sec)
Deployed fqnovel-api triggers (4.42 sec)
https://fqnovel-api.abcd.workers.dev
Current Version ID: xxxxxxxxxxxx
搞不懂问题出在哪里?
参考了一下这个
https://github.com/juerson/first-cloudflare-worker-rust/
使用这两个指令:
cargo install -q worker-build && worker-build --dev
wrangler dev --env dev
期望实现本地运行,结果也是不能使用?难不成是那俩id出问题了?(我用虚拟机安装番茄小说,mt文件管理器运行脚本获取的)
本地运行:
root@homelab:/media/docker/fqnovel-api# curl "http://localhost:35985/item_id/7315746353290691134"
INTERNAL SERVER ERROR
控制台:
[INFO]: 📦 Your wasm pkg is ready to publish at /media/docker/fqnovel-api/build.
shim.mjs 21.3kb
⚡ Done in 23ms
⎔ Starting local server...
⎔ Reloading local server...
[wrangler:inf] Ready on http://localhost:35985
✘ [ERROR] Binding `install_id` is undefined.
[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (101ms)
✘ [ERROR] Binding `install_id` is undefined.
[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (5ms)
✘ [ERROR] Binding `install_id` is undefined.
[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (7ms)
✘ [ERROR] Binding `install_id` is undefined.
[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (10ms)
本地运行:root@homelab:/media/docker/fqnovel-api# curl "http://localhost:35985/item_id/7315746353290691134"INTERNAL SERVER ERROR控制台:[INFO]: 📦 Your wasm pkg is ready to publish at /media/docker/fqnovel-api/build. shim.mjs 21.3kb⚡ Done in 23ms⎔ Starting local server...⎔ Reloading local server...[wrangler:inf] Ready on http://localhost:35985✘ [ERROR] Binding
install_id
is undefined.[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (101ms)✘ [ERROR] Bindinginstall_id
is undefined.[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (5ms)✘ [ERROR] Bindinginstall_id
is undefined.[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (7ms)✘ [ERROR] Bindinginstall_id
is undefined.[wrangler:inf] GET /item_id/7315746353290691134 500 Internal Server Error (10ms)
412错误,不知道为什么
412错误原因是什么呀
写了个解析api可以部署到cf worker,除了部署要获取一次install_id, server_device_id可能要抓包或者root外可以稳定运行\ https://github.com/rudo-rs/fqnovel-api