Giter Site home page Giter Site logo

elecv2p-dei's People

Contributors

elecv2 avatar patickhuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elecv2p-dei's Issues

建议:tgbot的task和cookie的优化

首先作者对功能的开发一直在更新,我们也一直在体验着新功能。非常感谢。

然后是建议:
一是task能够以序号而不是tid来输入会比较方便,同时增加删除任何和立即执行任务
二是cookie建议能够以清单查询形式(序号)或模糊查找会比较方便。目前的操作需要完全一致(包括大小写)

安卓

请问安卓怎么运行

IP白名单

ip白名单只能指定具体IP吗?能否识别类似192.168.1.*这类的。我这边试验好像不行

模拟HTTP请求出现乱码

使用模拟http请求对下面url访问,使用from 浏览器正常,使用from v2p则是乱码,这个问题怎么解决

get

{"Sec-Fetch-Site":"same-origin","Accept-Language":"zh-CN,zh-Hans;q=0.9","Accept-Encoding":"gzip, deflate, br","Connection":"keep-alive","Sec-Fetch-Mode":"cors","Accept":"application/json, text/javascript, */*; q=0.01","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15","Referer":"https://apple.laogoubi.net/","Sec-Fetch-Dest":"empty","X-Requested-With":"XMLHttpRequest"}



TGbot能否添加任务

体验了好几周了,也同步更新了。最新有很多新脚本要上传,能不能按照名称+cron+运行JS+链接这种添加方式让bot来添加,就无需打开UI页面了。
谢谢作者!

定时任务

5 0,6-23/4 * * * 能不能给解释这个定时任务什么时候执行?

建议:TGbot log指令问题及V2P时间问题

  1. TGbot log指令:可能因为我的log数量有将近100个,会返回Unexpected token e in JSON at position 0;而log数量很少的时候就可以列出列表。请问有没有什么解决方案呢,比如分开?
  2. V2P时间:跑那种对时间要求高的脚本,对照日志发现总是有延迟,如果有校正的方法,自己就能依据时间差来修改脚本具体的秒数了。感觉是有些苛刻,但有没有实现方法呢?

感谢作者的辛勤劳动!V2PBot真的好用!!!

有时只有一个task,却会出现任务执行两次的情况

如图所示,出现了2次运行(注:只有一个定时为0 1 0 * * *的task)
image
昨日也遇到此情况,是另一个定时为0 */10 1-12 * * *的任务,暂停并重新运行,可以恢复正常(因为日志已清,用通知的图展示)。
image

但对于本次每日只运行一次,单次耗时7小时左右的脚本,只能重启解决。

此前未遇到此问题,不确定此bug是否是最近一次软更新后出现。

大佬关于github可以执行jdsharedresourcescdn.azureedge.net不能执行的问题

大佬你好,我安装好后,为啥github可以执行jdsharedresourcescdn.azureedge.net不能执行?远程下载也下不了,查了日志显示403,ssh后台进去v2p容器后,jdsharedresourcescdn.azureedge.net ping得通 wget 时又显示403. 本地浏览器是可以访问的。浏览器设置了全局代理也不行。望指教

安装后启动错误

root@debian10:/elecv2p# docker-compose pull elecv2p && docker-compose up -d
Pulling elecv2p ... done
Removing elecv2p
Recreating 123f9ed9edff_sngxpro ... error

ERROR: for 123f9ed9edff_sngxpro Cannot start service elecv2p: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown

ERROR: for elecv2p Cannot start service elecv2p: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown
ERROR: Encountered errors while bringing up the project.

任务定时修改不保存

任务定时修改不保存,修改任何值一刷,或是重新进来都恢复成原样,保存后不是往task.list放吗?,新添加任务可以保存

建议:TGbot log指令问题及V2P时间问题

  1. TGbot log指令:可能因为我的log数量有将近100个,会返回Unexpected token e in JSON at position 0;而log数量很少的时候就可以列出列表。请问有没有什么解决方案呢,比如分开?
  2. V2P时间:跑那种对时间要求高的脚本,对照日志发现总是有延迟,如果有校正的方法,自己就能依据时间差来修改脚本具体的秒数了。感觉是有些苛刻,但有没有实现方法呢?
    感谢作者的辛勤劳动!V2PBot真的好用!!!

如何通过脚本实现重定向的功能

请教一下作者,怎么可以通过脚本实现重定向的功能

例如我想将
https://aa.bb.cc.com
重定向到
https://bb.aa.cc.com
aa,bb都不是固定的。
mitm
*.cc.com

js是获取url,通过正则进行修改,但是不懂怎么重定向到新的url

怎么获取某个执行js的命令

您好,我想把九章看书的软件自己拉出来用命令行跑,因为这个不能多个账户,所以想知道,怎么在命令行输入命令执行task里面的指定脚本,谢谢

请问怎样获取或导入cookies?

运行task脚本时没有cookie;
不需要cookie的脚本(比如天气脚本)则提示:The "url" argument must be of type string. Received undefined

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.