• Joined on 2023-02-22
DSRLIN closed issue Hay1tsme/artemis#98 2024-02-04 01:03:57 +00:00
DIVA- nginx issue
DSRLIN opened issue Hay1tsme/artemis#98 2024-01-30 06:56:27 +00:00
DIVA- nginx issue
DSRLIN opened issue Hay1tsme/artemis#90 2023-12-23 10:42:54 +00:00
CHUNITHM - Team Course
DSRLIN opened issue Hay1tsme/artemis#57 2023-10-27 01:39:58 +00:00
Chunithm - dev branch GetRivalMusicApi is broken
DSRLIN opened issue Hay1tsme/artemis#55 2023-10-26 05:57:31 +00:00
Reader - Reader crashes after reading some special characters
DSRLIN created pull request Hay1tsme/artemis#54 2023-10-26 05:45:02 +00:00
Chunithm: Fix getUserMusic duplicate songs and fix missing song diffs
DSRLIN pushed to develop at DSRLIN/artemis-bugfix 2023-10-26 05:38:36 +00:00
3259552c29 update bug
DSRLIN pushed to develop at DSRLIN/artemis-bugfix 2023-10-26 05:37:13 +00:00
b5ce13d1f1 fix chuni songlist duplicate songs and missing diff
DSRLIN created repository DSRLIN/artemis-bugfix 2023-10-26 05:28:49 +00:00
DSRLIN commented on issue Hay1tsme/artemis#45 2023-10-19 10:17:28 +00:00
CHUNITHM - GetUserMusicApi returning duplicate songs

Just an ugly fix to this problem.

DSRLIN commented on issue Hay1tsme/artemis#45 2023-10-19 10:16:38 +00:00
CHUNITHM - GetUserMusicApi returning duplicate songs
    def handle_get_user_music_api_request(self, data: Dict) -> Dict:
        music_detail = self.data.score.get_scores(data["userId"])
        if music_detail is None:
           
DSRLIN opened issue Hay1tsme/artemis#45 2023-10-16 08:25:48 +00:00
CHUNITHM - GetUserMusicApi returning duplicate songs
DSRLIN closed issue Hay1tsme/artemis#31 2023-08-15 00:47:58 +00:00
read.py not working as expected
DSRLIN commented on issue Hay1tsme/artemis#31 2023-08-15 00:47:58 +00:00
read.py not working as expected

I've tested a lot and found out while i'm using "aime" as database user, the artemis acts fine but the read.py acts abnormal. But when I using "root" as database user, the read.py acts fine. I've…

DSRLIN commented on issue Hay1tsme/artemis#31 2023-08-14 11:16:29 +00:00
read.py not working as expected

And the artemis is seperatedly deployed on server so I cannot import the datas to localhost.

DSRLIN commented on issue Hay1tsme/artemis#31 2023-08-14 10:54:41 +00:00
read.py not working as expected

ARTEMiS has already been launched on the server side. I double checked the config between the server and the client, the only difference between them is the host of the database. I've configured…

DSRLIN opened issue Hay1tsme/artemis#31 2023-08-14 06:25:21 +00:00
read.py not working as expected