Coder Social home page Coder Social logo

Comments (14)

Benefit66 avatar Benefit66 commented on May 23, 2024 1

我这里已经解决。亲测可用,附上教程 Ninja面板修复 之前用过Ninja的建议停止容器然后删了ninja文件夹重新拉,没用过的不用删了直接拉 查看容器 docker ps 停止容器 docker stop 容器id 删除ninja rm -rf /root/ql/ninja 重启容器 docker restart 容器id 进入容器 docker exec -it qinglong bash 国内鸡链接前面加个https://ghproxy.com/ git clone https://ghproxy.com/https://github.comBegonia/ninja.git /ql/ninja cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start exit 最后在青龙面板的把extra.sh里面添加 cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start 然后重启容器

------------------ 原始邮件 ------------------ 发件人: "MoonBegonia/ninja" @.>; 发送时间: 2021年8月25日(星期三) 中午12:21 _@**._>; _@.@.**_>; 主题: Re: [MoonBegonia/ninja] ninja按钮失效的bug反馈 (#60) 怎么换啊,你这链接打不开 -----》UA不行,换UA https://t.me/jd_ninja/31 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你这个链接有问题,打不开。

找到 ql/ninja/backend 里面 .env.example 文件 把它复制一份出来,重命名为 .env 修改里面 NINJA_UA 字段 给替换成 NINJA_UA="NINJA_UA="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_2 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5 UCBrowser/13.4.2.1122"" 就可以了

from ninja.

Benefit66 avatar Benefit66 commented on May 23, 2024 1

我这里已经解决。亲测可用,附上教程 Ninja面板修复 之前用过Ninja的建议停止容器然后删了ninja文件夹重新拉,没用过的不用删了直接拉 查看容器 docker ps 停止容器 docker stop 容器id 删除ninja rm -rf /root/ql/ninja 重启容器 docker restart 容器id 进入容器 docker exec -it qinglong bash 国内鸡链接前面加个https://ghproxy.com/ git clone https://ghproxy.com/https://github.comBegonia/ninja.git /ql/ninja cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start exit 最后在青龙面板的把extra.sh里面添加 cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start 然后重启容器

------------------ 原始邮件 ------------------ 发件人: "MoonBegonia/ninja" @.>; 发送时间: 2021年8月25日(星期三) 中午12:21 _@**._>; _@.@.**_>; 主题: Re: [MoonBegonia/ninja] ninja按钮失效的bug反馈 (#60) 怎么换啊,你这链接打不开 -----》UA不行,换UA https://t.me/jd_ninja/31 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你这个链接有问题,打不开。

找到 ql/ninja/backend 里面 .env.example 文件 把它复制一份出来,重命名为 .env 修改里面 NINJA_UA 字段 给替换成 NINJA_UA="NINJA_UA="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_2 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5 UCBrowser/13.4.2.1122"" 就可以了

记得先关闭容器,在修改,重启就可以了

from ninja.

Yacy-wm avatar Yacy-wm commented on May 23, 2024

我也是同样的情况,请问你后面怎么修复的?

from ninja.

Benefit66 avatar Benefit66 commented on May 23, 2024

我也遇到了,请问您怎么解决的吗

from ninja.

oevery avatar oevery commented on May 23, 2024

前两个版本改成了点击按钮才去获取二维码,访问慢就会等待很久,下个版本加 loading 状态。等了很久还不变F12看 log。

from ninja.

Benefit66 avatar Benefit66 commented on May 23, 2024

屏幕快照 2021-08-25 上午11 21 27

您好,点击按钮之后返回日志就是这样的,也没有出二维码

from ninja.

18684729182 avatar 18684729182 commented on May 23, 2024

from ninja.

Yacy-wm avatar Yacy-wm commented on May 23, 2024

from ninja.

oevery avatar oevery commented on May 23, 2024

屏幕快照 2021-08-25 上午11 21 27

您好,点击按钮之后返回日志就是这样的,也没有出二维码

UA不行,换UA https://t.me/jd_ninja/31

from ninja.

yanshinan avatar yanshinan commented on May 23, 2024

怎么换啊,你这链接打不开 -----》UA不行,换UA https://t.me/jd_ninja/31

from ninja.

DingChang90 avatar DingChang90 commented on May 23, 2024

#59
已经解决了,加UA就可以。

from ninja.

18684729182 avatar 18684729182 commented on May 23, 2024

from ninja.

18684729182 avatar 18684729182 commented on May 23, 2024

from ninja.

laobanbiefangcu avatar laobanbiefangcu commented on May 23, 2024

我这里已经解决。亲测可用,附上教程 Ninja面板修复 之前用过Ninja的建议停止容器然后删了ninja文件夹重新拉,没用过的不用删了直接拉 查看容器 docker ps 停止容器 docker stop 容器id 删除ninja rm -rf /root/ql/ninja 重启容器 docker restart 容器id 进入容器 docker exec -it qinglong bash 国内鸡链接前面加个https://ghproxy.com/ git clone https://ghproxy.com/https://github.comBegonia/ninja.git /ql/ninja cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start exit 最后在青龙面板的把extra.sh里面添加 cd /ql/ninja/backend git checkout . git pull rm -rf ql.js rm -rf user.js rm -rf .env wget https://ghproxy.com/https://raw.githubusercontent.com/TokiharaSay/TokiharaSay.github.io/master/.env wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/ql.js wget https://ghproxy.com/https://raw.githubusercontent.comBegonia/ninja/deda6f0c0207f2bc0e10454fdbe99b3a9f3878a8/backend/user.js pnpm install pm2 start 然后重启容器

------------------ 原始邮件 ------------------ 发件人: "MoonBegonia/ninja" @.>; 发送时间: 2021年8月25日(星期三) 中午12:21 @.>; @.@.>; 主题: Re: [MoonBegonia/ninja] ninja按钮失效的bug反馈 (#60) 怎么换啊,你这链接打不开 -----》UA不行,换UA https://t.me/jd_ninja/31 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你这个链接有问题,打不开。

from ninja.

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.