im
后缀无法备案,所以并不能转到国内,有条件可挂梯访问。im
后缀无法备案,所以并不能转到国内,有条件可挂梯访问。大佬您好,E5 订阅 github 运行不了,会报错,Error: The version '3.13.0' with architecture 'x64' was not found for Ubuntu 24.04.,请问有什么解决办法吗,感谢回复。
以前能运行吗,是本博客拉取还是别人的,改过配置吗,是自托管的吗
所用教程就是您的文章,成功运行两年多,两三天前都能成功运行,近几天一直发邮件提醒错误,打开 github 看到就是提醒 python 错误,于是我重新导入一下项目到我的仓库,就是用的您发的文章中的地址 https://gitlab.com/vcheckzen/KeepAliveE5.git,
导入后 action 还是会出现问题,不清楚问题出在哪里,因为我没有修改过,就是突然给我报错,我感觉应该是 github 对本地缓存的 python 版本改动了,所以我尝试修改了好几个 python version 比如 3.11.0 之类的, 但是都无法成功 action。
好的,github 把那些版本删了,我更新下仓库,完了你重新拉一下
感谢您..
大佬能抽空看看是什么问题吗,感谢。
需要详细日志
ModuleNotFoundError: No module named 'distutils'>
登录失败,账号或密码错误,或未关闭安全默认值(多因素认证),请进一步阅读英文日志
Configuration files were not completely generated, please rerun Register APP Action. Before doing that, check if your usernames are matched with the relevant passwords 我
Error: Process completed with exit code 1.
我的账号和密码都确保无误,多重验证也已经关闭,我还去检查了仪表盘账号能够登录,并且还有七十多天的时间。
可以到原文末群组反馈
大佬,FODI 可以出一个视频教程吗?或者 使用 docker-compose 的安装方法???求求求了~~~好想使用 FODI 啊~~
https://logi.im/back-end/fodi-on-cloudflare.html
大佬你好,文章页的代码点击展开和折叠怎么设置呀?求教,谢谢
在折叠框里插入代码块
好久不见,老友
大佬 E5 循环认证那个疑似被 oauth2.0 卡住了,关闭安全默认值也不行,求教
你重拉一下试试 https://gitlab.com/vcheckzen/KeepAliveE5
其实,在【友链】下 【失联伙伴】列表中看到了【秋码记录】,我内心是……(此处省略的,是无法用文字来表述的)。由于【秋码记录】部署在国外,服务器偶尔不太稳定,也或许那么一刻,没能打开【秋码记录】站点页面,以为它挂了,其实不是,它只是慢了点,毕竟是国外的服务器!
抱歉,是否在线是程序定期检测的,现在已经恢复。
请教一下,你网页里 JavaScript Code 这种是怎么做的,我新手,想把有用的教程引到自己博客上,留作后用,可以把别人的代码引过来时,只能在编辑的时候看见,页面不表现出来。
您好,非常抱歉打扰您。我非常喜欢您每篇文章的配图,想问一下您能否给我这些图片的原链接,我想做电脑壁纸,十分感谢 QwQ
我重新启动了 Actions,并且执行成功了,大概多久能够恢复 office 的订阅呢
大佬你好,KeepAliveE5 这个是被 github 封了吗,还有没有新地址
佬大,github 上 KeepAliveE5 项目好像被官方针对了,请问还有别的解决方法吗?
Can you retrieve initial version of zhuti.xiaomi.com that is V4, V5, V6/V7 section in the website currently it shows V10, V11,and V12
希望你能帮助我
I'm sorry, I don't have much interest in that topic. Perform a bit of reverse engineering on your own.
你好呀!Regarding KeepAliveE5, is it possible to somehow retrieve the current application ID, secret, and refresh token that are created after running the "Register APP" workflow? Thank you in advance.
Definitely. Those information sits in the config path of your repository, encrypted. To decrypt them, you have to run the project in your own computer. Here are the steps.
1. Download the repository
Instruction:
https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives#downloading-source-code-archives-from-the-repository-view
2. Install python
Instruction:
https://www.python.org/downloads/
3. Install poetry
Instruction:
https://python-poetry.org/docs/#installation
4. Decompress the downloaded archive
5. Open a terminal and change working directory to the decompressed folder
6. Install project dependencies with the following command
poetry install -v
7. Tell the system with your PASSWD, just the one you set in the repository
Linux:
export PASSWD="REPLADE_ME_WITH_YOUR_PASSWD"
Windows PowerShell:
$env:PASSWD="REPLADE_ME_WITH_YOUR_PASSWD"
8. Decrypt the cypher text in the config directory with the following command
poetry run python crypto.py d
9. View the plain text in that directory with any text editor, e.g. notepad
set "PASSWD=MY_PASS"
Thanks, I got the info I needed! ❤️
Well done. Have a good day!
https://github.com/vcheckzen/KeepAliveE5 我不懂 PY, 这个项目如何配置如何运行呢?是否可以在 readme 文件完善
大神,关于 github 上 keepe5alive 那个项目,请问下为什么导入后没有 action 选项啊
关于 github 上 keepe5alive 那个项目,密钥添加的视频挂掉了,希望大佬能解答一下
没挂,手动点播放按钮,等待加载。失败就刷新页面重来,还不行把梯子关掉
老哥,你好久没更新了
老大・能请教一下・Mirages 怎么做到和你一样的页面重定向在新窗口打开不?还有就是你每天文章的置顶的那个评论是怎么做到的。
https://logi.im/blog/converting-links-of-outer-to-inner-s.html
评论置顶可以试试这个插件,可能要改样式适配你的主题。我是直接改的代码,不好叙述
http://www.lopwon.com/lopwon-pin.html
你推荐的这个转内链的插件我已经用上了。但是我想请教的是你置顶导航栏的网盘和游戏点击后是在浏览器新标签打开的,我想知道这个怎么做到。
改代码,不好描述
https://www.cnblogs.com/Luoixie/p/5898012.html
谢谢。先去学习下先。
很喜欢博主
强调几点:(该留言由系统自动生成!)
1. 请不要刷广告,本站没有流量!
2. 我不回复虚假邮箱,因为回复了你也看不到!
3. 存在必须回复的隐藏内容时,可以直接使用表情框里的阿鲁表情!