gpt4 book ai didi

java - Jython/Grinder/Grinderstone : self arg can't be coerced to net. grinder.plugin.http.HTTPUtilities

转载 作者:行者123 更新时间:2023-11-30 11:57:17 24 4
gpt4 key购买 nike

过去几天我一直在构建的磨床脚本一直运行良好,直到现在。我最初收到运行时错误:

    self.token___LASTFOCUS = HTTPUtilities.valueFromHiddenInput('__LASTFOCUS')       
TypeError: valueFromHiddenInput(): expected 2-3 args; got 1

所以我添加了 [another arg][1],我知道它会出现在脚本的开头,并且得到了一个更有用的错误。虽然现在我不确定该怎么办

    self.token___LASTFOCUS = HTTPUtilities.valueFromHiddenInput('__LASTFOCUS', '')       
TypeError: valueFromHiddenInput(): self arg can't be coerced to net.grinder.plugin.http.HTTPUtilities

知道为什么“ self ”没有被强制吗?

[1]: http://grinder.sourceforge.net/g3/script-javadoc/net/grinder/plugin/http/HTTPUtilities.html#valueFromHiddenInput(java.lang.String , java.lang.String)

最佳答案

找到我需要这些行的答案

from net.grinder.plugin.http import HTTPPluginControl
httpUtilities = HTTPPluginControl.getHTTPUtilities()

看起来 HTTPUtilities 可能是一个单例或者有一个工厂方法。不确定具体的架构是什么。

关于java - Jython/Grinder/Grinderstone : self arg can't be coerced to net. grinder.plugin.http.HTTPUtilities,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3902029/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com