Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter Rscript/gadenbuie/tweetermd:message:';Inspector.enable';不是';找不到_Twitter_R Markdown_Github Actions_Rscript - Fatal编程技术网

Twitter Rscript/gadenbuie/tweetermd:message:';Inspector.enable';不是';找不到

Twitter Rscript/gadenbuie/tweetermd:message:';Inspector.enable';不是';找不到,twitter,r-markdown,github-actions,rscript,Twitter,R Markdown,Github Actions,Rscript,我正在使用Rscript进行GitHub操作,每天都会截取我最新的tweet,并将其添加到我的自述中 以下是脚本: 前几天,行动开始随机失败。以下是操作的原始日志输出: 错误本身发生在这里: 2021-05-16T01:11:56.2820910Z ##[error]Error in onRejected(reason) : code: -32601 2021-05-16T01:11:56.2913270Z message: 'Inspector.enable' wasn't found 2

我正在使用Rscript进行GitHub操作,每天都会截取我最新的tweet,并将其添加到我的自述中

以下是脚本:

前几天,行动开始随机失败。以下是操作的原始日志输出:

错误本身发生在这里:

2021-05-16T01:11:56.2820910Z ##[error]Error in onRejected(reason) : code: -32601
2021-05-16T01:11:56.2913270Z   message: 'Inspector.enable' wasn't found
2021-05-16T01:11:56.3028970Z Calls: source ... tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch
2021-05-16T01:11:56.3130770Z Execution halted
2021-05-16T01:11:56.3243240Z ##[error]Process completed with exit code 1.
我注意到,对于使用相同库执行类似GitHub操作的其他GitHub用户来说,这也开始失败

示例:

他们的失败看起来一模一样,是在同一时间开始的,所以我不是唯一一个在这里的人。我已经调查了我正在使用的依赖项,它们似乎都没有在很长一段时间内更新过

也许twitter改变了一些东西,破坏了其中一个库?如果是这样,我如何着手解决问题

任何见解都值得赞赏