AOSSIE-Org / AOSSIE-Org/Devr.AI

BUG: Authentication failure, missing repo-stats API endpoint, and Discord bot startup errors

Đang mở
#238 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
102
Fork
137
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

The application currently has multiple runtime issues across the backend, frontend, and Discord bot that together prevent core functionality from working as expected.

**1. Backend authentication crash**

When users attempt to log in through the website, the backend crashes with authentication-related errors. The server returns a 401 Unauthorized response and logs show an error similar to:

`coroutine object has no attribute 'user'`

Because of this, users are unable to authenticate or access protected parts of the application.

**2. Missing /api/repo-stats endpoint**

The frontend attempts to fetch GitHub repository statistics from the /api/repo-stats endpoint. However, this endpoint currently returns a 404 Not Found response. It appears that the route is not properly registered or connected to the main backend application, causing the repo stats feature to fail entirely.

**3. Discord bot privileged intent startup error**

The Discord bot throws errors related to privileged intents not being ready when it starts. A cleanup task is triggered too early during startup, before the required intents are fully initialized, which causes the bot to error out.

**Impact**

- Users cannot log in to the website
- Repository statistics are not displayed on the frontend
- The Discord bot fails to start cleanly
- These issues together block normal usage of the application.

I am currently working on addressing these issues and will submit a pull request once the fixes are ready.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.