chiyadev / genshin-schedule

🕑 Genshin farming scheduler
https://genshin.chiya.dev
MIT License
72 stars 17 forks source link

Notifications don't send on Discord at random times #28

Closed luaneko closed 3 years ago

luaneko commented 3 years ago

Notifications are sent most of the time, but sometimes it fails with the log:

warn: GenshinSchedule.SyncServer.Discord.NotificationService[0]
      No recipient user <null> found.

This line seems to be problematic.

luaneko commented 3 years ago

Fixed by manually retrieving the user object using rest client for every notification delivery.