hotsmile

Results 11 issues of hotsmile

Installing “[email protected]” failed.Hide output… npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm ERR! code Z_BUF_ERROR npm ERR! errno -5 npm ERR! zlib: unexpected end...

public static void main(String[] args) throws Exception { int count = 1; String serverHost = "127.0.0.1"; int sleep = 1000; if (args != null && args.length > 0) { count...

2023-02-07T13:22:32Z INF Starting tunnel tunnelID=89aa7e03-18e6-4d43-b670-139495718f06 2023-02-07T13:22:32Z INF Version 2023.2.1 2023-02-07T13:22:32Z INF GOOS: linux, GOVersion: go1.19.3, GoArch: amd64 2023-02-07T13:22:32Z INF Settings: map[cred-file:/root/.cloudflared/89aa7e03-18e6-4d43-b670-139495718f06.json credentials-file:/root/.cloudflared/89aa7e03-18e6-4d43-b670-139495718f06.json p:http2 protocol:http2] 2023-02-07T13:22:32Z INF cloudflared will not automatically...

Type: Bug
Priority: Normal

### Describe the issue i use pip to install autogen studio, i can use localhost to access the UI, but i can't use the ipv4 to access UI , i...

ui/deploy

i just update the latest version i run the tunnel ,the following log is that 2024-02-08T06:25:47Z INF Generated Connector ID: 6f5bd919-1c79-4e2a-96db-65962c321200 2024-02-08T06:25:47Z INF cloudflared will not automatically update if installed...

Type: Bug
Priority: Normal

i just pull gemma, use the ollama to run it ,but i got the error ollama pull gemma pulling manifest pulling 456402914e83... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 5.2 GB pulling 097a36493f71... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏...

i run node server.js cmd but i got the error. ``` D:\intelj\webrtc_server_node\node_modules\express\lib\router\index.js:464 throw new TypeError('Router.use() requires a middleware function but got a ' + gettype(fn)) ^ TypeError: Router.use() requires a...

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

🐞 bug
🌚 invalid

### How is Gemini Pro Chat deployed? Others (Specify in description) ### Describe the bug Deployed in Render Service ### Console Logs dockerfile 提示 If you want to bypass this...

用你的job插件,默认是多线程的,我现在想用单线程执行,一个job,因为多进程,并发有问题,在具体的job类上加 @DisallowConcurrentExecution 木有效果