zu1k

Results 49 comments of zu1k

https://radu-matei.com/blog/wasm-components-host-implementations/

之前没有遇到类似的反馈,你可以提供你遇到的版本号并测试一下具体的限制条件吗

> 我也一样,换ip、换账号,都还是会显示被限制了。希望能出个debug模式或者将完整的日志输出 目前已经是输出服务端返回的完整内容。你们遇到问题的srun版本是什么?是 https://github.com/zu1k/srun/discussions/8 里的版本吗?

It has been modified to retry 3 times with an interval of 1s.

Hi @InkerBot , are you still here?

We have a similar problem, but our needs are more specific in that we need to use multiple engines at the same time. It looks like the go-bindings for all...

以下是大模型重写后的js脚本,但是本项目目前对js对支持还非常初级,还需要改进后才能用 ```javascript (() => { const youtube = D.getInstance("YouTube"); class YouTubeHandler { constructor(messageType, handlerName) { this.handlerName = handlerName; this.messageType = messageType; this.arguments = this.decodeArguments(); youtube.isDebug = Boolean(this.arguments.debug); youtube.debug(this.handlerName); const config...