已开启
fluent-gem脚本自动登录的时候偶尔会失败 #5
AtomGit-Bot创建于  2023年3月29日
AtomGit-Bot
2023年3月29日 创建

【标题描述】arm环境执行命令报错
【环境信息】
openEuler 20.03 LTS SP3 arm
【问题复现步骤】
1、将以下的命令封装到脚本中:
expect <<-END
spawn fluent-gem signin
expect "Email:"
send "349464272@qq.com\n"
expect "Password:"
send "rubytest1031\n"
expect eof
END

2、查看执行结果,出现错误信息 access denied
【预期结果】
成功登录
【实际结果】
日志出现错误信息 access denied
【附件信息】
报错日志如下:
输入图片说明

likedislike
AAtomGit-Bot
2023年3月29日 创建了任务
2023年3月29日 评论:

Hi json-book, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: sig-ruby, and any of the maintainers: @small_leek , @shinwell_hu , @ruebb

likedislike
openeuler-ci-botopeneuler-ci-bot成员
2023年3月29日 添加了 &nbsp; sig/sig-ruby 标签
2023年6月12日 评论:

重复执行10次,未出现错误
输入图片说明
输入图片说明

likedislike
AtomGit-Bot
2023年6月12日 评论:

重复执行10次,未出现错误
输入图片说明
输入图片说明

这个是登录的,所使用的账号是我注册的账号,所以暂时不清楚登录失败的规则到底是什么。我也有登录成功的经验,也有登录失败的经验,至于能不能复现,没有发现规则是为什么。

likedislike