NLEG

Results 13 issues of NLEG

有些模块压根用不着,默认也安装了。

clash重启后 配置里面没有相应的文件

I tried to use the sock5 proxy to scan, but it seems that it doesn't work. The traffic can't get through. ![image](https://user-images.githubusercontent.com/40236845/190304568-d70533d4-4405-4c11-9e0b-58a9cab1e0d9.png)

Type: Bug

I encountered a very strange bug. I want to use Python to call a Golang compiled httpx program by running test.py script. Here's the code: java Copy code import subprocess...

Type: Enhancement

**my code:** ![image](https://github.com/rq/rq/assets/40236845/a227b089-f011-489e-90a1-1bb7773a27c9) **I used nohup Python worker. py to start the worker** ` ps -aux | grep "worker.py" ` ` root 344745 1.5 1.0 114868 26960 pts/2 Sl 18:00...

I don't know what caused it 12:36:58 Worke rxxxx_0: found an unhandled exception, quitting... Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/rq/worker.py", line 423, in work result = self.dequeue_job_and_maintain_ttl(timeout, max_idle_time) File...

### 版本、系统及CPU架构 Ubuntu 20.04 ### 描述问题 xray启动失败,无报错信息 ### Txray设置以及相关截图 报错信息: 2024-02-18 10:34:16 [error] 开启xray服务失败, 查看下面报错信息来检查出错问题 ![image](https://github.com/hsernos/Txray/assets/40236845/d0cb6462-12a7-4ad3-80cd-d9fc28256fbf)

bug

其他dnslog平台都能支持过滤参数搜索,怎么这个没有的。

为什么我指定了 opts := &proxy.Options{ Addr: ":8080", StreamLargeBodies: 8024 * 1024 * 5, SslInsecure: true, } 启动后还是会报证书错误: 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46348: remote error: tls: bad certificate 2024/03/14...

hi @selwin I seem to have encountered a problem use: ``` queue = Queue('xxx) workers = Worker.all(queue=queue) for worker in workers: print(worker.name) ``` Unable to find corresponding worker But when...