Belee05

Results 5 issues of Belee05

![image](https://user-images.githubusercontent.com/51012725/81496447-48d2d280-92ea-11ea-8f47-4a208cf8aadf.png) I run ` docker run --rm -it --link astra-mongo:mongo -p 8094:8094 astra`,but the astra docker cannot start, how can I fix it problem? thanks

我在生产者产生的消息推送到rabbitmq上(我指定了队列名),此时消费者尚未消费,但是在界面的rabbitmq后台获取不了消息。先运行消费者程序就能够正常获取到消息。 ```python # 生产者代码 import pika import sys credentials = pika.PlainCredentials('admin', 'admin') # mq用户名和密码 # 虚拟队列需要指定参数 virtual_host,如果是默认的可以不填。 connection = pika.BlockingConnection(pika.ConnectionParameters(host='127.0.0.1', port=5672, virtual_host='rabbitmq', credentials=credentials)) channel = connection.channel() channel.queue_declare(queue='wx_message', durable=False) # channel.queue_bind(exchange='direct_logs',...

Describe the bug ---------------- Hi team, When I try to start the clamonacc service with the command `clamonacc`, it return the error message, saying the version of curl is too...

**问题描述 / Problem Description** ### 本地启动报错,报错日志如下: 2024-05-14 18:11:17 | INFO | model_worker | Register to controller 2024-05-14 18:11:17 | ERROR | stderr | INFO: Started server process [86837] 2024-05-14 18:11:17...

bug

用test用户登录后,发现权限是跟admin权限一样的,在个人中心里面账号却是admin,角色也是超级管理员。在user/index.mock.ts里面test的roleID是2。 ![image](https://github.com/user-attachments/assets/1e9ba1b4-6907-40d1-b673-87313ee1fde0)