公共消息接收异常
今天早上一直在用设备A上的app,结果我刚才打开设备B、C上的app,加载了一个公共消息,然后设备A手动刷新都出不出来这个公共消息。。
https://github.com/user-attachments/assets/cdcc25dc-5537-4fd1-9130-18403999930d
似乎是长时间使用会导致无法接受,我四个设备两个长期使用(一个直接一直开着,一个发帖回复全用这个),这两个全没收到,反而是偶尔打开接受下消息的两个设备收到了公共消息
我有个小手机,刚才打开看了下,也收到了。。。
拉取消息的时候会拉取自从上一次拉取时间之后的消息,如果消息通知有误差导致错过这一次的话就没有了。
由于服务器的时间有误差,但是误差是走得更快而不是更慢,按说不会导致错过消息时间。
这个很难复现,先放着吧
拉取消息的时候会拉取自从上一次拉取时间之后的消息,如果消息通知有误差导致错过这一次的话就没有了。
由于服务器的时间有误差,但是误差是走得更快而不是更慢,按说不会导致错过消息时间。
这个很难复现,先放着吧
嘶。。。好吧
挺奇怪的,新登陆就能收到今天发的公告
[debug] | 17:07:51 268ms | start app...
[debug] | 17:07:51 300ms | connect to database
[debug] | 17:07:51 301ms | init database file at /data/user/0/kzs.th000.tsdm_clienu/files/db/mainV2.db
[warning] | 17:07:51 342ms | load empty cookie
[debug] | 17:07:51 342ms | build no-cookie with cookie: null
[debug] | 17:07:51 352ms | RootLocationCubit: enter page /homepage
[debug] | 17:07:51 356ms | ForumHomeRepository: fetch home page
[debug] | 17:07:51 356ms | build cookie with user info: null
[debug] | 17:07:51 356ms | ProfileRepository: fetch profile page v2
[debug] | 17:07:51 356ms | build cookie with user info: null
[debug] | 17:07:51 723ms | RootLocationCubit: enter page /settings
[error] | 17:07:52 887ms | ProfileRepository: failed to fetch profile v2: message=Some(login_before_enter_home)
[debug] | 17:07:53 64ms | SettingsBloc: settings value changed: showUnreadNoticeBadge<bool>: true
[debug] | 17:07:53 235ms | SettingsBloc: settings value changed: showUnreadBroadcastMessageBadge<bool>: true
[debug] | 17:07:54 216ms | SettingsBloc: settings value changed: accentColor<int>: 4282339765
[debug] | 17:07:55 770ms | SettingsBloc: settings value changed: autoCheckin<bool>: false
[info] | 17:07:57 203ms | AutoNotificationCubit: start auto fetch with duration 0:10:00.000000
[info] | 17:07:57 203ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:07:57 203ms | SettingsBloc: settings value changed: autoSyncNoticeSeconds<int>: 60
[debug] | 17:07:59 1ms | RootLocationCubit: enter page /topic
[debug] | 17:07:59 2ms | ForumHomeRepository: fetch topics page
[debug] | 17:07:59 2ms | build cookie with user info: null
[debug] | 17:08:07 125ms | ForumHomeRepository: use fetched home page
[debug] | 17:08:07 909ms | _VerityImageState: fetching login captcha
[debug] | 17:08:07 909ms | build no-cookie with cookie: null
[debug] | 17:08:07 909ms | _VerityImageState: refresh login captcha
[debug] | 17:08:07 922ms | RootLocationCubit: enter page /login
[debug] | 17:08:07 932ms | build no-cookie with cookie: null
[info] | 17:08:09 528ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[info] | 17:08:09 528ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[debug] | 17:08:09 529ms | AuthenticationRepository: get login hash LVtkl
[info] | 17:08:11 445ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[info] | 17:08:11 445ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[debug] | 17:08:11 456ms | _VerityImageState: fetch login captcha finished, 74307880
[debug] | 17:08:14 266ms | _VerityImageState: fetch login captcha finished, 74307880
[info] | 17:08:19 390ms | AutoNotificationCubit: auto fetch paused at total=0:01:00.000000 remain=0:00:38.000000 reason=login
[debug] | 17:08:19 391ms | AuthenticationRepository: login with passwd
[debug] | 17:08:19 395ms | build no-cookie with cookie: CookieProvider{ userInfo=UserLoginInfo{ username=null, uid=null, , cookie=*** }
[debug] | 17:08:19 433ms | _VerityImageState: fetch login captcha finished, 74307880
[info] | 17:08:24 411ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[info] | 17:08:24 412ms | CookieProvider: only save cookie in memory: user info incomplete: UserLoginInfo{ username=null, uid=null,
[debug] | 17:08:24 415ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:24 416ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:08:24 438ms | CookieProvider: save authed cookie to storage
[info] | 17:08:24 453ms | CookieProvider: load cookie from database with given uid: ****734
[debug] | 17:08:24 454ms | CookieProvider: cookie switch to user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:24 454ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:24 480ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:24 480ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:08:24 500ms | AuthenticationRepository: end login with success
[debug] | 17:08:24 502ms | _LoginFormState: login success, redirect back
[info] | 17:08:24 502ms | AutoNotificationCubit: auto fetch resumes with total=0:01:00.000000 remain=0:00:38.000000 reason=login success
[debug] | 17:08:24 504ms | ForumHomeRepository: fetch home page
[debug] | 17:08:24 505ms | build cookie with user info: null
[debug] | 17:08:24 506ms | ForumHomeRepository: fetch home page
[debug] | 17:08:24 506ms | build cookie with user info: null
[debug] | 17:08:24 523ms | _VerityImageState: fetch login captcha finished, 74307880
[debug] | 17:08:24 847ms | RootLocationCubit: leave page /login
[debug] | 17:08:46 500ms | ForumHomeRepository: use fetched home page
[debug] | 17:08:46 502ms | CookieProvider: save authed cookie to storage
[debug] | 17:08:46 519ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:46 542ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:46 542ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:08:46 553ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:46 553ms | ProfileRepository: fetch profile page
[debug] | 17:08:46 553ms | build cookie with user info: null
[debug] | 17:08:50 528ms | ForumHomeRepository: use fetched home page
[debug] | 17:08:50 530ms | CookieProvider: save authed cookie to storage
[debug] | 17:08:50 545ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:50 565ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:50 565ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:08:50 575ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:08:50 575ms | ProfileRepository: fetch profile page
[debug] | 17:08:50 575ms | build cookie with user info: null
[debug] | 17:08:53 982ms | NotificationBloc: updating all notifications...
[info] | 17:08:53 983ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:08:53 984ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:08:53 986ms | NotificationBloc: fetch notification since null
[debug] | 17:08:53 986ms | build cookie with user info: null
[debug] | 17:08:54 142ms | RootLocationCubit: enter page /manageAccount
[error] | 17:08:54 162ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 轻小说万岁!, imageUrl: ): empty image url
[debug] | 17:08:56 173ms | RootLocationCubit: leave page /manageAccount
[error] | 17:08:56 496ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ruik0, imageUrl: ): empty image url
[error] | 17:08:56 496ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: YQ17, imageUrl: ): empty image url
[error] | 17:08:56 497ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: TR83, imageUrl: ): empty image url
[error] | 17:08:56 497ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 血衣樱, imageUrl: ): empty image url
[error] | 17:08:56 497ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 叫我十陈就好, imageUrl: ): empty image url
[error] | 17:08:56 497ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: akisamer, imageUrl: ): empty image url
[error] | 17:08:56 497ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ayase690, imageUrl: ): empty image url
[error] | 17:08:56 502ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qjwdwls, imageUrl: ): empty image url
[error] | 17:08:56 502ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 塞拉菲尔, imageUrl: ): empty image url
[error] | 17:08:56 503ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: lunhui12, imageUrl: ): empty image url
[error] | 17:08:56 503ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: gfd4fd35g, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 一直在的咸鱼, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 琴吹紬, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MinamiHoro, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 饺子, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: zasdza, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: stre1654, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 是莫莫喵, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: sz_sqxz, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: Aquaus, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: mingshing790810, imageUrl: ): empty image url
[error] | 17:08:56 509ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 梦, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 烧饼eheheh, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: hehedi, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 闪烁的真爱, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: chentian1206, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 785475689, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 黑影君, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qicaiyunjian, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 彩虹豹, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 遗忘翼切, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 握紧的落叶, imageUrl: ): empty image url
[error] | 17:08:56 510ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: seikakupapa, imageUrl: ): empty image url
[debug] | 17:09:00 376ms | NotificationBloc: saving notification: notice=121 personalMessage=6 broadcastMessage=1 latestTime=2025-03-09 16:58:09
[debug] | 17:09:00 590ms | NotificationBloc: load local notification: notice=121 personalMessage=6 broadcastMessage=1
[debug] | 17:09:00 591ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: TSDM-看书专用, msg: 测试, notice: 121, personalMessage: 6, broadcastMessage: 1, timestamp: 1741511340591)
[debug] | 17:09:00 594ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:00 595ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:00 595ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:02 285ms | RootLocationCubit: enter page /notice
[info] | 17:09:03 721ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:09:03 721ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:09:03 733ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:03 733ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:03 733ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:03 734ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[error] | 17:09:04 309ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 不死鸟之翼, imageUrl: ): empty image url
[error] | 17:09:04 309ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MelonAvis, imageUrl: ): empty image url
[error] | 17:09:04 309ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 夜落殇, imageUrl: ): empty image url
[error] | 17:09:04 309ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 宇崎樱, imageUrl: ): empty image url
[error] | 17:09:04 309ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: TSDM-看书专用, imageUrl: ): empty image url
[debug] | 17:09:05 198ms | RootLocationCubit: enter page /chat/history/:uid
[debug] | 17:09:05 199ms | build cookie with user info: null
[debug] | 17:09:13 181ms | ImageCacheProvider: save unrecorded user avatar for user 您
[debug] | 17:09:42 46ms | build cookie with user info: null
[debug] | 17:09:44 220ms | NotificationBloc: mark notice: RecordMarkPersonalMessage(uid: 1889734, peerUid: 2, alreadyRead: true)
[debug] | 17:09:44 221ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:44 221ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:44 221ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:44 222ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:44 222ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:44 554ms | RootLocationCubit: leave page /chat/history/:uid
[debug] | 17:09:44 916ms | RootLocationCubit: leave page /notice
[info] | 17:09:45 562ms | SettingsDao: failed to get value by name "checkInFeeling": value not exists
[info] | 17:09:45 563ms | SettingsDao: failed to get value by name "checkInMessage": value not exists
[debug] | 17:09:45 563ms | build cookie with user info: null
[debug] | 17:09:46 195ms | RootLocationCubit: enter page /notice
[debug] | 17:09:50 298ms | NotificationBloc: mark notice: RecordMarkBroadcastMessage(uid: 1889734, timestamp: 1741490531, alreadyRead: true)
[debug] | 17:09:50 298ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:50 299ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:50 299ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:09:50 299ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[error] | 17:09:50 442ms | check in failed: already checked in today
[error] | 17:10:29 432ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 不死鸟之翼, imageUrl: ): empty image url
[error] | 17:10:29 433ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MelonAvis, imageUrl: ): empty image url
[error] | 17:10:29 433ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 夜落殇, imageUrl: ): empty image url
[error] | 17:10:29 433ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 宇崎樱, imageUrl: ): empty image url
[error] | 17:10:29 433ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: TSDM-看书专用, imageUrl: ): empty image url
[debug] | 17:10:32 728ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:10:32 732ms | AutoNotificationCubit: auto fetch since 1741510690
[debug] | 17:10:32 732ms | build cookie with user info: null
[debug] | 17:10:32 840ms | RootLocationCubit: leave page /notice
[debug] | 17:10:34 635ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:10:34 635ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:10:32.728626
[debug] | 17:10:34 636ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 17:09:51
[debug] | 17:10:34 653ms | NotificationBloc: load local notification: notice=121 personalMessage=6 broadcastMessage=1
[debug] | 17:10:34 654ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 好的,谢谢, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741511434653)
[debug] | 17:10:34 655ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:10:34 656ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:10:34 656ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:11:15 743ms | SettingsBloc: settings value changed: enableDebugOperations<bool>: true
[debug] | 17:11:19 53ms | RootLocationCubit: enter page /debugLog
但是今天之前就登陆好的就收不到今天的公告(但是只是打开app后登陆的账号,切换到别的账号就收到了)
[debug] | 17:13:56 573ms | start app...
[debug] | 17:13:56 599ms | connect to database
[debug] | 17:13:56 600ms | init database file at /data/user/0/com.ruik0.tsdm/files/db/mainV2.db
[debug] | 17:13:56 607ms | load cookie from database with login user uid: ****734
[debug] | 17:13:56 607ms | build no-cookie with cookie: null
[debug] | 17:13:56 615ms | RootLocationCubit: enter page /homepage
[debug] | 17:13:56 619ms | ForumHomeRepository: fetch home page
[debug] | 17:13:56 619ms | build cookie with user info: null
[debug] | 17:13:56 619ms | ProfileRepository: fetch profile page v2
[debug] | 17:13:56 619ms | build cookie with user info: null
[debug] | 17:13:59 449ms | ForumHomeRepository: use fetched home page
[debug] | 17:13:59 451ms | CookieProvider: save authed cookie to storage
[debug] | 17:13:59 457ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:13:59 463ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:13:59 463ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:13:59 467ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:13:59 470ms | NotificationBloc: updating all notifications...
[info] | 17:13:59 471ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:13:59 538ms | NotificationBloc: fetch notification since 2025-03-09 17:09:51
[debug] | 17:13:59 538ms | build cookie with user info: null
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ruik0, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: YQ17, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: TR83, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 血衣樱, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 叫我十陈就好, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: akisamer, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ayase690, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qjwdwls, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 塞拉菲尔, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: lunhui12, imageUrl: ): empty image url
[error] | 17:13:59 594ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: gfd4fd35g, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 一直在的咸鱼, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 琴吹紬, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MinamiHoro, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 饺子, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: zasdza, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: stre1654, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 是莫莫喵, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: sz_sqxz, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: Aquaus, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: mingshing790810, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 梦, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 烧饼eheheh, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: hehedi, imageUrl: ): empty image url
[error] | 17:13:59 595ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 闪烁的真爱, imageUrl: ): empty image url
[error] | 17:13:59 597ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: chentian1206, imageUrl: ): empty image url
[error] | 17:13:59 597ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 785475689, imageUrl: ): empty image url
[error] | 17:13:59 597ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 黑影君, imageUrl: ): empty image url
[error] | 17:13:59 597ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qicaiyunjian, imageUrl: ): empty image url
[error] | 17:13:59 597ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 彩虹豹, imageUrl: ): empty image url
[error] | 17:13:59 598ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 遗忘翼切, imageUrl: ): empty image url
[error] | 17:13:59 598ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 握紧的落叶, imageUrl: ): empty image url
[error] | 17:13:59 598ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: seikakupapa, imageUrl: ): empty image url
[debug] | 17:14:01 288ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:14:01 371ms | NotificationBloc: load local notification: notice=3669 personalMessage=26 broadcastMessage=1
[debug] | 17:14:01 964ms | RootLocationCubit: enter page /settings
[debug] | 17:14:05 275ms | RootLocationCubit: enter page /debugLog
[debug] | 17:14:16 207ms | RootLocationCubit: leave page /debugLog
[debug] | 17:14:17 429ms | ForumHomeRepository: fetch home page
[debug] | 17:14:17 429ms | build cookie with user info: null
[debug] | 17:14:20 112ms | ForumHomeRepository: use fetched home page
[debug] | 17:14:20 113ms | CookieProvider: save authed cookie to storage
[debug] | 17:14:20 126ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:14:20 145ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:14:20 145ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:14:20 153ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:14:20 153ms | ProfileRepository: fetch profile page
[debug] | 17:14:20 153ms | build cookie with user info: null
[debug] | 17:14:22 656ms | NotificationBloc: updating all notifications...
[info] | 17:14:22 656ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:14:22 656ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:14:22 727ms | NotificationBloc: fetch notification since 2025-03-09 17:09:51
[debug] | 17:14:22 727ms | build cookie with user info: null
[debug] | 17:14:24 493ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:14:24 663ms | NotificationBloc: load local notification: notice=3669 personalMessage=26 broadcastMessage=1
[debug] | 17:14:26 630ms | RootLocationCubit: enter page /debugLog
我目前在外面,我回家找个今天应该还没开的、已经登陆账号的app整下日志发过来
应该能录到小号收到公告的日志
这条公告
这个是今天早上打开到现在都没关的设备的日志(刚才切换到小号收到了今天的公告)
[debug] | 8:25:59 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:25:59 180ms | AutoNotificationCubit: auto fetch since 1741479898
[debug] | 8:25:59 181ms | build cookie with user info: null
[debug] | 8:26:01 309ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:26:01 310ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:25:59.178410
[debug] | 8:26:01 311ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:26:01 386ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:27:01 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:27:01 181ms | AutoNotificationCubit: auto fetch since 1741479960
[debug] | 8:27:01 181ms | build cookie with user info: null
[debug] | 8:27:04 389ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:27:04 390ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:27:01.178642
[debug] | 8:27:04 391ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:27:04 472ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:28:04 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:28:04 180ms | AutoNotificationCubit: auto fetch since 1741480022
[debug] | 8:28:04 181ms | build cookie with user info: null
[debug] | 8:28:06 245ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:28:06 245ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:28:04.178621
[debug] | 8:28:06 246ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:28:06 323ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:29:06 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:29:06 180ms | AutoNotificationCubit: auto fetch since 1741480085
[debug] | 8:29:06 180ms | build cookie with user info: null
[debug] | 8:29:08 299ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:29:08 299ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:29:06.178268
[debug] | 8:29:08 300ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:29:08 377ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:30:08 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:30:08 180ms | AutoNotificationCubit: auto fetch since 1741480147
[debug] | 8:30:08 180ms | build cookie with user info: null
[debug] | 8:30:11 177ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:30:11 178ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:30:08.178228
[debug] | 8:30:11 179ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:30:11 261ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:31:11 178ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:31:11 181ms | AutoNotificationCubit: auto fetch since 1741480209
[debug] | 8:31:11 182ms | build cookie with user info: null
[debug] | 8:31:13 333ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:31:13 334ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:31:11.178878
[debug] | 8:31:13 335ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:31:13 416ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:32:13 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:32:13 181ms | AutoNotificationCubit: auto fetch since 1741480272
[debug] | 8:32:13 181ms | build cookie with user info: null
[debug] | 8:32:15 193ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:32:15 194ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:32:13.178713
[debug] | 8:32:15 195ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:32:15 271ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:33:15 178ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:33:15 181ms | AutoNotificationCubit: auto fetch since 1741480334
[debug] | 8:33:15 182ms | build cookie with user info: null
[debug] | 8:33:17 147ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:33:17 147ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:33:15.178763
[debug] | 8:33:17 148ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:33:17 225ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:34:16 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:34:16 181ms | AutoNotificationCubit: auto fetch since 1741480396
[debug] | 8:34:16 181ms | build cookie with user info: null
[debug] | 8:34:18 286ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:34:18 287ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:34:16.178607
[debug] | 8:34:18 288ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:34:18 367ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:35:18 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:35:18 179ms | AutoNotificationCubit: auto fetch since 1741480457
[debug] | 8:35:18 180ms | build cookie with user info: null
[debug] | 8:35:20 443ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:35:20 444ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:35:18.177778
[debug] | 8:35:20 445ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:35:20 519ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:36:20 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:36:20 187ms | AutoNotificationCubit: auto fetch since 1741480519
[debug] | 8:36:20 188ms | build cookie with user info: null
[debug] | 8:36:22 297ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:36:22 297ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:36:20.178026
[debug] | 8:36:22 298ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:36:22 373ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:37:22 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:37:22 180ms | AutoNotificationCubit: auto fetch since 1741480581
[debug] | 8:37:22 180ms | build cookie with user info: null
[debug] | 8:37:24 365ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:37:24 366ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:37:22.178337
[debug] | 8:37:24 367ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:37:24 438ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:38:24 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:38:24 179ms | AutoNotificationCubit: auto fetch since 1741480643
[debug] | 8:38:24 180ms | build cookie with user info: null
[debug] | 8:38:26 338ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:38:26 339ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:38:24.177930
[debug] | 8:38:26 340ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:38:26 417ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:39:26 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:39:26 180ms | AutoNotificationCubit: auto fetch since 1741480705
[debug] | 8:39:26 181ms | build cookie with user info: null
[debug] | 8:39:27 823ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:39:27 824ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:39:26.178464
[debug] | 8:39:27 825ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:39:27 908ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:40:27 178ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:40:27 181ms | AutoNotificationCubit: auto fetch since 1741480767
[debug] | 8:40:27 182ms | build cookie with user info: null
[debug] | 8:40:29 309ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:40:29 310ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:40:27.179403
[debug] | 8:40:29 311ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:40:29 384ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:41:29 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:41:29 181ms | AutoNotificationCubit: auto fetch since 1741480828
[debug] | 8:41:29 181ms | build cookie with user info: null
[debug] | 8:41:31 283ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:41:31 284ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:41:29.178587
[debug] | 8:41:31 285ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:41:31 365ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:42:31 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:42:31 180ms | AutoNotificationCubit: auto fetch since 1741480890
[debug] | 8:42:31 180ms | build cookie with user info: null
[debug] | 8:42:33 339ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:42:33 340ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:42:31.177842
[debug] | 8:42:33 341ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:42:33 417ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:43:33 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:43:33 179ms | AutoNotificationCubit: auto fetch since 1741480952
[debug] | 8:43:33 179ms | build cookie with user info: null
[debug] | 8:43:35 290ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:43:35 291ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:43:33.177822
[debug] | 8:43:35 292ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:43:35 372ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:44:35 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:44:35 180ms | AutoNotificationCubit: auto fetch since 1741481014
[debug] | 8:44:35 180ms | build cookie with user info: null
[debug] | 8:44:37 544ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:44:37 544ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:44:35.178323
[debug] | 8:44:37 546ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:44:37 633ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:45:37 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:45:37 181ms | AutoNotificationCubit: auto fetch since 1741481076
[debug] | 8:45:37 181ms | build cookie with user info: null
[debug] | 8:45:39 289ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:45:39 289ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:45:37.178614
[debug] | 8:45:39 290ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:45:39 365ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:46:39 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:46:39 180ms | AutoNotificationCubit: auto fetch since 1741481138
[debug] | 8:46:39 181ms | build cookie with user info: null
[debug] | 8:46:41 336ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:46:41 337ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:46:39.178614
[debug] | 8:46:41 338ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:46:41 409ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:47:41 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:47:41 180ms | AutoNotificationCubit: auto fetch since 1741481200
[debug] | 8:47:41 180ms | build cookie with user info: null
[debug] | 8:47:43 304ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:47:43 305ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:47:41.178238
[debug] | 8:47:43 306ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:47:43 386ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:48:43 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:48:43 181ms | AutoNotificationCubit: auto fetch since 1741481262
[debug] | 8:48:43 181ms | build cookie with user info: null
[debug] | 8:48:45 361ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:48:45 361ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:48:43.178470
[debug] | 8:48:45 362ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:48:45 437ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:49:45 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:49:45 180ms | AutoNotificationCubit: auto fetch since 1741481324
[debug] | 8:49:45 180ms | build cookie with user info: null
[debug] | 8:49:47 518ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:49:47 518ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:49:45.178142
[debug] | 8:49:47 520ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:49:47 592ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:50:47 178ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:50:47 181ms | AutoNotificationCubit: auto fetch since 1741481386
[debug] | 8:50:47 182ms | build cookie with user info: null
[debug] | 8:50:49 777ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:50:49 778ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:50:47.179533
[debug] | 8:50:49 779ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:50:49 860ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:51:49 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:51:49 179ms | AutoNotificationCubit: auto fetch since 1741481448
[debug] | 8:51:49 180ms | build cookie with user info: null
[debug] | 8:51:51 322ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:51:51 322ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:51:49.177923
[debug] | 8:51:51 323ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:51:51 390ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:52:51 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:52:51 180ms | AutoNotificationCubit: auto fetch since 1741481510
[debug] | 8:52:51 181ms | build cookie with user info: null
[debug] | 8:52:53 188ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:52:53 189ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:52:51.178434
[debug] | 8:52:53 190ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:52:53 268ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:53:53 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:53:53 181ms | AutoNotificationCubit: auto fetch since 1741481572
[debug] | 8:53:53 181ms | build cookie with user info: null
[debug] | 8:53:55 755ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:53:55 756ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:53:53.178629
[debug] | 8:53:55 757ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:53:55 834ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:54:55 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:54:55 181ms | AutoNotificationCubit: auto fetch since 1741481634
[debug] | 8:54:55 181ms | build cookie with user info: null
[debug] | 8:54:57 233ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:54:57 233ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:54:55.178522
[debug] | 8:54:57 235ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:54:57 306ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:55:57 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:55:57 179ms | AutoNotificationCubit: auto fetch since 1741481696
[debug] | 8:55:57 180ms | build cookie with user info: null
[debug] | 8:55:59 353ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:55:59 353ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:55:57.178044
[debug] | 8:55:59 355ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:55:59 435ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:56:59 177ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:56:59 183ms | AutoNotificationCubit: auto fetch since 1741481758
[debug] | 8:56:59 183ms | build cookie with user info: null
[debug] | 8:57:01 433ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:57:01 434ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:56:59.178032
[debug] | 8:57:01 436ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:57:01 515ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 8:59:35 759ms | AutoNotificationCubit: running auto fetch...
[debug] | 8:59:35 769ms | AutoNotificationCubit: auto fetch since 1741481820
[debug] | 8:59:35 770ms | build cookie with user info: null
[debug] | 8:59:37 869ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 8:59:37 870ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 08:59:35.759880
[debug] | 8:59:37 871ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 8:59:37 946ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:04:41 634ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:04:41 641ms | AutoNotificationCubit: auto fetch since 1741481976
[debug] | 9:04:41 642ms | build cookie with user info: null
[debug] | 9:04:43 780ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:04:43 781ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:04:41.635066
[debug] | 9:04:43 781ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:04:43 869ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:10:09 760ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:10:09 774ms | AutoNotificationCubit: auto fetch since 1741482282
[debug] | 9:10:09 774ms | build cookie with user info: null
[debug] | 9:10:11 303ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:10:11 303ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:10:09.768064
[debug] | 9:10:11 304ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:10:11 379ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:13:49 231ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:13:49 234ms | AutoNotificationCubit: auto fetch since 1741482610
[debug] | 9:13:49 234ms | build cookie with user info: null
[debug] | 9:13:51 348ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:13:51 349ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:13:49.231926
[debug] | 9:13:51 350ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:13:51 422ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:17:07 768ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:17:07 774ms | AutoNotificationCubit: auto fetch since 1741482830
[debug] | 9:17:07 774ms | build cookie with user info: null
[debug] | 9:17:09 693ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:17:09 693ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:17:07.769119
[debug] | 9:17:09 695ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:17:09 774ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:21:50 755ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:21:50 773ms | AutoNotificationCubit: auto fetch since 1741483028
[debug] | 9:21:50 773ms | build cookie with user info: null
[debug] | 9:21:53 234ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:21:53 235ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:21:50.769256
[debug] | 9:21:53 236ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:21:53 302ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:25:31 207ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:25:31 211ms | AutoNotificationCubit: auto fetch since 1741483311
[debug] | 9:25:31 212ms | build cookie with user info: null
[debug] | 9:25:33 223ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:25:33 223ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:25:31.208354
[debug] | 9:25:33 225ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:25:33 300ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:30:41 749ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:30:41 759ms | AutoNotificationCubit: auto fetch since 1741483532
[debug] | 9:30:41 760ms | build cookie with user info: null
[debug] | 9:30:43 601ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:30:43 602ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:30:41.756059
[debug] | 9:30:43 603ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:30:43 671ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:33:37 656ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:33:37 660ms | AutoNotificationCubit: auto fetch since 1741483842
[debug] | 9:33:37 660ms | build cookie with user info: null
[debug] | 9:33:39 808ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:33:39 809ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:33:37.657183
[debug] | 9:33:39 810ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:33:39 880ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:39:47 970ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:39:47 973ms | AutoNotificationCubit: auto fetch since 1741484018
[debug] | 9:39:47 973ms | build cookie with user info: null
[debug] | 9:39:49 585ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:39:49 586ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:39:47.971198
[debug] | 9:39:49 587ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:39:49 668ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:49:06 756ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:49:06 767ms | AutoNotificationCubit: auto fetch since 1741484388
[debug] | 9:49:06 768ms | build cookie with user info: null
[debug] | 9:49:09 10ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:49:09 11ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:49:06.756769
[debug] | 9:49:09 12ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:49:09 102ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 9:56:07 455ms | AutoNotificationCubit: running auto fetch...
[debug] | 9:56:07 458ms | AutoNotificationCubit: auto fetch since 1741484947
[debug] | 9:56:07 458ms | build cookie with user info: null
[debug] | 9:56:08 937ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 9:56:08 937ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 09:56:07.456009
[debug] | 9:56:08 939ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 9:56:09 10ms | NotificationBloc: load local notification: notice=1825 personalMessage=23 broadcastMessage=0
[debug] | 10:00:29 12ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:00:29 15ms | AutoNotificationCubit: auto fetch since 1741485368
[debug] | 10:00:29 16ms | build cookie with user info: null
[debug] | 10:00:30 877ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:00:30 877ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:00:29.012856
[debug] | 10:00:30 878ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 09:59:32
[debug] | 10:00:30 960ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:00:30 982ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 琴吹紬 回复了您的帖子 【诸王的圣杯】【星海的来访者】【传承的巨神】 查看, notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741485630982)
[debug] | 10:00:30 991ms | NotificationBloc: update last fetch notification time to 2025-03-09 09:59:32
[debug] | 10:01:30 12ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:01:30 15ms | AutoNotificationCubit: auto fetch since 1741485573
[debug] | 10:01:30 16ms | build cookie with user info: null
[debug] | 10:01:32 269ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:01:32 269ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:01:30.013203
[debug] | 10:01:32 271ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:01:32 352ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:02:32 12ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:02:32 15ms | AutoNotificationCubit: auto fetch since 1741485691
[debug] | 10:02:32 15ms | build cookie with user info: null
[debug] | 10:02:34 525ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:02:34 525ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:02:32.012973
[debug] | 10:02:34 527ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:02:34 603ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:03:34 11ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:03:34 14ms | AutoNotificationCubit: auto fetch since 1741485753
[debug] | 10:03:34 14ms | build cookie with user info: null
[debug] | 10:03:36 486ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:03:36 486ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:03:34.012300
[debug] | 10:03:36 487ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:03:36 557ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:04:45 437ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:04:45 440ms | AutoNotificationCubit: auto fetch since 1741485815
[debug] | 10:04:45 440ms | build cookie with user info: null
[debug] | 10:04:48 109ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:04:48 109ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:04:45.437886
[debug] | 10:04:48 110ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:04:48 192ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:11:15 282ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:11:15 286ms | AutoNotificationCubit: auto fetch since 1741485886
[debug] | 10:11:15 286ms | build cookie with user info: null
[debug] | 10:11:16 850ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:11:16 851ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:11:15.283349
[debug] | 10:11:16 852ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:11:16 930ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:17:11 335ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:17:11 339ms | AutoNotificationCubit: auto fetch since 1741486276
[debug] | 10:17:11 340ms | build cookie with user info: null
[debug] | 10:17:13 750ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:17:13 751ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:17:11.336303
[debug] | 10:17:13 752ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:17:13 823ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:24:22 630ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:24:22 634ms | AutoNotificationCubit: auto fetch since 1741486632
[debug] | 10:24:22 634ms | build cookie with user info: null
[debug] | 10:24:24 248ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:24:24 248ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:24:22.631406
[debug] | 10:24:24 249ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:24:24 321ms | NotificationBloc: load local notification: notice=1826 personalMessage=23 broadcastMessage=0
[debug] | 10:28:48 757ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:28:48 761ms | AutoNotificationCubit: auto fetch since 1741487063
[debug] | 10:28:48 762ms | build cookie with user info: null
[debug] | 10:28:51 381ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:28:51 381ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:28:48.758491
[debug] | 10:28:51 382ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 10:27:24
[debug] | 10:28:51 456ms | NotificationBloc: load local notification: notice=1827 personalMessage=23 broadcastMessage=0
[debug] | 10:28:51 460ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 琴吹紬 回复了您的帖子 【诸王的圣杯】【星海的来访者】【传承的巨神】 查看, notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741487331460)
[debug] | 10:28:51 462ms | NotificationBloc: update last fetch notification time to 2025-03-09 10:27:24
[debug] | 10:37:42 753ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:37:42 765ms | AutoNotificationCubit: auto fetch since 1741487245
[debug] | 10:37:42 766ms | build cookie with user info: null
[debug] | 10:37:48 780ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:37:48 781ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:37:42.762469
[debug] | 10:37:48 782ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:37:48 852ms | NotificationBloc: load local notification: notice=1827 personalMessage=23 broadcastMessage=0
[debug] | 10:44:37 890ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:44:37 892ms | AutoNotificationCubit: auto fetch since 1741487863
[debug] | 10:44:37 893ms | build cookie with user info: null
[debug] | 10:44:40 446ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:44:40 447ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:44:37.891324
[debug] | 10:44:40 448ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:44:40 520ms | NotificationBloc: load local notification: notice=1827 personalMessage=23 broadcastMessage=0
[debug] | 10:49:37 752ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:49:37 776ms | AutoNotificationCubit: auto fetch since 1741488278
[debug] | 10:49:37 782ms | build cookie with user info: null
[debug] | 10:49:39 700ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:49:39 701ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:49:37.753356
[debug] | 10:49:39 702ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 10:49:39 781ms | NotificationBloc: load local notification: notice=1827 personalMessage=23 broadcastMessage=0
[debug] | 10:56:07 776ms | AutoNotificationCubit: running auto fetch...
[debug] | 10:56:07 782ms | AutoNotificationCubit: auto fetch since 1741488578
[debug] | 10:56:07 782ms | build cookie with user info: null
[debug] | 10:56:09 335ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 10:56:09 336ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 10:56:07.777016
[debug] | 10:56:09 338ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 10:56:15
[debug] | 10:56:09 416ms | NotificationBloc: load local notification: notice=1828 personalMessage=23 broadcastMessage=0
[debug] | 10:56:09 419ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 爱喝橙汁 回复了您的帖子 坛友们买的最贵的东西是什么? 查看, notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741488969419)
[debug] | 10:56:09 421ms | NotificationBloc: update last fetch notification time to 2025-03-09 10:56:15
[debug] | 11:04:00 443ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:04:00 446ms | AutoNotificationCubit: auto fetch since 1741488976
[debug] | 11:04:00 447ms | build cookie with user info: null
[debug] | 11:04:02 941ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:04:02 941ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:04:00.444040
[debug] | 11:04:02 942ms | NotificationBloc: saving notification: notice=2 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 11:04:07
[debug] | 11:04:03 33ms | NotificationBloc: load local notification: notice=1828 personalMessage=23 broadcastMessage=0
[debug] | 11:04:03 36ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 爱喝橙汁 回复了您的帖子 话说现在应该没什么人去实体书店买书了吧 查看, notice: 2, personalMessage: 0, broadcastMessage: 0, timestamp: 1741489443036)
[debug] | 11:04:03 38ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:04:07
[debug] | 11:09:22 787ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:09:22 791ms | AutoNotificationCubit: auto fetch since 1741489448
[debug] | 11:09:22 791ms | build cookie with user info: null
[debug] | 11:09:24 454ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:09:24 455ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:09:22.788326
[debug] | 11:09:24 456ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:09:24 539ms | NotificationBloc: load local notification: notice=1828 personalMessage=23 broadcastMessage=0
[debug] | 11:14:34 750ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:14:34 790ms | AutoNotificationCubit: auto fetch since 1741489763
[debug] | 11:14:34 791ms | build cookie with user info: null
[debug] | 11:14:36 813ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:14:36 814ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:14:34.751603
[debug] | 11:14:36 815ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:14:36 895ms | NotificationBloc: load local notification: notice=1828 personalMessage=23 broadcastMessage=0
[debug] | 11:20:37 764ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:20:37 782ms | AutoNotificationCubit: auto fetch since 1741490075
[debug] | 11:20:37 783ms | build cookie with user info: null
[debug] | 11:20:39 919ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:20:39 920ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:20:37.764802
[debug] | 11:20:39 921ms | NotificationBloc: saving notification: notice=2 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 11:16:42
[debug] | 11:20:40 1ms | NotificationBloc: load local notification: notice=1830 personalMessage=23 broadcastMessage=0
[debug] | 11:20:40 5ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: ldpsy2008 回复了您的帖子 《不正经的魔术讲师与禁忌教典番外-If 04..., notice: 2, personalMessage: 0, broadcastMessage: 0, timestamp: 1741490440004)
[debug] | 11:20:40 7ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:16:42
[debug] | 11:24:47 166ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:24:47 169ms | AutoNotificationCubit: auto fetch since 1741490203
[debug] | 11:24:47 169ms | build cookie with user info: null
[debug] | 11:24:49 635ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:24:49 636ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:24:47.166718
[debug] | 11:24:49 637ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 11:23:15
[debug] | 11:24:49 712ms | NotificationBloc: load local notification: notice=1830 personalMessage=23 broadcastMessage=0
[debug] | 11:24:49 715ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: ldpsy2008 回复了您的帖子 《不正经的魔术讲师与禁忌教典番外-If 04..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741490689715)
[debug] | 11:24:49 717ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:23:15
[debug] | 11:31:12 190ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:31:12 193ms | AutoNotificationCubit: auto fetch since 1741490596
[debug] | 11:31:12 194ms | build cookie with user info: null
[debug] | 11:31:13 764ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:31:13 765ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:31:12.191018
[debug] | 11:31:13 766ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:31:13 849ms | NotificationBloc: load local notification: notice=1830 personalMessage=23 broadcastMessage=0
[debug] | 11:40:10 770ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:40:10 777ms | AutoNotificationCubit: auto fetch since 1741491073
[debug] | 11:40:10 778ms | build cookie with user info: null
[debug] | 11:40:12 823ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:40:12 823ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:40:10.771149
[debug] | 11:40:12 824ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 11:32:55
[debug] | 11:40:12 902ms | NotificationBloc: load local notification: notice=1831 personalMessage=23 broadcastMessage=0
[debug] | 11:40:12 905ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 [自购][富士見ファンタジア文庫][ドラゴンマガジン編集部] ドラゴン..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741491612905)
[debug] | 11:40:12 907ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:32:55
[debug] | 11:44:40 686ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:44:40 689ms | AutoNotificationCubit: auto fetch since 1741491176
[debug] | 11:44:40 690ms | build cookie with user info: null
[debug] | 11:44:43 758ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:44:43 758ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:44:40.686922
[debug] | 11:44:43 760ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:44:43 841ms | NotificationBloc: load local notification: notice=1831 personalMessage=23 broadcastMessage=0
[debug] | 11:51:57 759ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:51:57 781ms | AutoNotificationCubit: auto fetch since 1741491881
[debug] | 11:51:57 781ms | build cookie with user info: null
[debug] | 11:51:59 825ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:51:59 825ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:51:57.760655
[debug] | 11:51:59 826ms | NotificationBloc: saving notification: notice=4 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 11:52:04
[debug] | 11:51:59 911ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 11:51:59 915ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 [自购][富士見ファンタジア文庫][ドラゴンマガジン編集部] ドラゴン..., notice: 4, personalMessage: 0, broadcastMessage: 0, timestamp: 1741492319915)
[debug] | 11:51:59 917ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:52:04
[debug] | 11:56:06 958ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:56:06 961ms | AutoNotificationCubit: auto fetch since 1741492325
[debug] | 11:56:06 962ms | build cookie with user info: null
[debug] | 11:56:11 557ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:56:11 558ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:56:06.959125
[debug] | 11:56:11 559ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:56:11 628ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 11:57:27 488ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:57:27 491ms | AutoNotificationCubit: auto fetch since 1741492567
[debug] | 11:57:27 492ms | build cookie with user info: null
[debug] | 11:57:31 803ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:57:31 804ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:57:27.488868
[debug] | 11:57:31 805ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:57:31 889ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 11:58:36 113ms | AutoNotificationCubit: running auto fetch...
[debug] | 11:58:36 116ms | AutoNotificationCubit: auto fetch since 1741492648
[debug] | 11:58:36 117ms | build cookie with user info: null
[debug] | 11:58:44 239ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 11:58:44 240ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 11:58:36.114156
[debug] | 11:58:44 241ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 11:58:44 313ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:01:22 784ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:01:22 787ms | AutoNotificationCubit: auto fetch since 1741492717
[debug] | 12:01:22 787ms | build cookie with user info: null
[debug] | 12:01:25 638ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:01:25 639ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:01:22.784767
[debug] | 12:01:25 640ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 12:01:25 709ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:09:22 681ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:09:22 684ms | AutoNotificationCubit: auto fetch since 1741492883
[debug] | 12:09:22 685ms | build cookie with user info: null
[debug] | 12:09:24 361ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:09:24 362ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:09:22.682342
[debug] | 12:09:24 363ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 12:02:03
[debug] | 12:09:24 440ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:09:24 443ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: ldpsy2008 回复了您的帖子 《不正经的魔术讲师与禁忌教典番外-If 04..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741493364443)
[debug] | 12:09:24 445ms | NotificationBloc: update last fetch notification time to 2025-03-09 12:02:03
[debug] | 12:16:13 958ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:16:13 961ms | AutoNotificationCubit: auto fetch since 1741492924
[debug] | 12:16:13 962ms | build cookie with user info: null
[debug] | 12:16:18 959ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:16:18 960ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:16:13.958843
[debug] | 12:16:18 961ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 12:16:19 35ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:25:00 322ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:25:00 325ms | AutoNotificationCubit: auto fetch since 1741493774
[debug] | 12:25:00 325ms | build cookie with user info: null
[debug] | 12:25:02 481ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:25:02 481ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:25:00.322856
[debug] | 12:25:02 483ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 12:25:02 554ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:30:49 760ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:30:49 769ms | AutoNotificationCubit: auto fetch since 1741494301
[debug] | 12:30:49 770ms | build cookie with user info: null
[debug] | 12:30:55 798ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:30:55 798ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:30:49.760704
[debug] | 12:30:55 799ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 12:29:15
[debug] | 12:30:55 879ms | NotificationBloc: load local notification: notice=1835 personalMessage=23 broadcastMessage=0
[debug] | 12:30:55 882ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: anrain 回复了您的帖子 话说现在应该没什么人去实体书店买书了吧 查看, notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741494655882)
[debug] | 12:30:55 884ms | NotificationBloc: update last fetch notification time to 2025-03-09 12:29:15
[debug] | 12:40:40 255ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:40:40 258ms | AutoNotificationCubit: auto fetch since 1741494556
[debug] | 12:40:40 258ms | build cookie with user info: null
[debug] | 12:40:42 575ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:40:42 575ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:40:40.255818
[debug] | 12:40:42 577ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 12:37:59
[debug] | 12:40:42 656ms | NotificationBloc: load local notification: notice=1836 personalMessage=23 broadcastMessage=0
[debug] | 12:40:42 661ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 【Ave Mujica 每周活动(二十二)】现在是幻想时间(3.7截止..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741495242661)
[debug] | 12:40:42 663ms | NotificationBloc: update last fetch notification time to 2025-03-09 12:37:59
[debug] | 12:46:26 447ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:46:26 450ms | AutoNotificationCubit: auto fetch since 1741495080
[debug] | 12:46:26 451ms | build cookie with user info: null
[debug] | 12:46:28 949ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:46:28 950ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:46:26.448087
[debug] | 12:46:28 951ms | NotificationBloc: saving notification: notice=2 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 12:45:22
[debug] | 12:46:29 29ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 12:46:29 33ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 【Re:从零开始 3rd 每周活动(二十八)】问答(3.7截止) 的帖..., notice: 2, personalMessage: 0, broadcastMessage: 0, timestamp: 1741495589033)
[debug] | 12:46:29 35ms | NotificationBloc: update last fetch notification time to 2025-03-09 12:45:22
[debug] | 12:55:21 718ms | AutoNotificationCubit: running auto fetch...
[debug] | 12:55:21 720ms | AutoNotificationCubit: auto fetch since 1741495523
[debug] | 12:55:21 721ms | build cookie with user info: null
[debug] | 12:55:24 190ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 12:55:24 191ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 12:55:21.718645
[debug] | 12:55:24 192ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 12:55:24 267ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:02:15 790ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:02:15 792ms | AutoNotificationCubit: auto fetch since 1741496122
[debug] | 13:02:15 793ms | build cookie with user info: null
[debug] | 13:02:18 17ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:02:18 17ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:02:15.790717
[debug] | 13:02:18 19ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:02:18 90ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:09:34 612ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:09:34 615ms | AutoNotificationCubit: auto fetch since 1741496536
[debug] | 13:09:34 616ms | build cookie with user info: null
[debug] | 13:09:36 228ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:09:36 228ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:09:34.613112
[debug] | 13:09:36 230ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:09:36 311ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:16:51 349ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:16:51 352ms | AutoNotificationCubit: auto fetch since 1741496975
[debug] | 13:16:51 352ms | build cookie with user info: null
[debug] | 13:17:00 499ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:17:00 499ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:16:51.349689
[debug] | 13:17:00 501ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:17:00 572ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:23:27 658ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:23:27 661ms | AutoNotificationCubit: auto fetch since 1741497412
[debug] | 13:23:27 661ms | build cookie with user info: null
[debug] | 13:23:32 787ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:23:32 788ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:23:27.658787
[debug] | 13:23:32 789ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:23:32 857ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:29:13 482ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:29:13 485ms | AutoNotificationCubit: auto fetch since 1741497808
[debug] | 13:29:13 486ms | build cookie with user info: null
[debug] | 13:29:15 357ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:29:15 358ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:29:13.483151
[debug] | 13:29:15 359ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:29:15 434ms | NotificationBloc: load local notification: notice=1838 personalMessage=23 broadcastMessage=0
[debug] | 13:38:10 757ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:38:10 765ms | AutoNotificationCubit: auto fetch since 1741498154
[debug] | 13:38:10 766ms | build cookie with user info: null
[debug] | 13:38:12 606ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:38:12 607ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:38:10.758073
[debug] | 13:38:12 608ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 13:35:05
[debug] | 13:38:12 683ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 13:38:12 686ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: miliyat001 回复了您的帖子 【诸王的圣杯】【星海的来访者】【传承的巨神..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741498692686)
[debug] | 13:38:12 688ms | NotificationBloc: update last fetch notification time to 2025-03-09 13:35:05
[debug] | 13:41:29 764ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:41:29 767ms | AutoNotificationCubit: auto fetch since 1741498506
[debug] | 13:41:29 768ms | build cookie with user info: null
[debug] | 13:41:31 846ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:41:31 847ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:41:29.765271
[debug] | 13:41:31 848ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:41:31 917ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 13:51:48 121ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:51:48 124ms | AutoNotificationCubit: auto fetch since 1741498890
[debug] | 13:51:48 124ms | build cookie with user info: null
[debug] | 13:51:50 322ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:51:50 322ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:51:48.121646
[debug] | 13:51:50 323ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:51:50 400ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 13:56:45 760ms | AutoNotificationCubit: running auto fetch...
[debug] | 13:56:45 764ms | AutoNotificationCubit: auto fetch since 1741499509
[debug] | 13:56:45 765ms | build cookie with user info: null
[debug] | 13:56:48 28ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 13:56:48 28ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 13:56:45.761473
[debug] | 13:56:48 29ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 13:56:48 102ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:01:05 31ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:01:05 35ms | AutoNotificationCubit: auto fetch since 1741499806
[debug] | 14:01:05 36ms | build cookie with user info: null
[debug] | 14:01:08 975ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:01:08 976ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:01:05.032447
[debug] | 14:01:08 977ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 14:00:51
[debug] | 14:01:09 67ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:01:09 71ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: qx006 回复了您的帖子 话说现在应该没什么人去实体书店买书了吧 查看, notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741500069071)
[debug] | 14:01:09 73ms | NotificationBloc: update last fetch notification time to 2025-03-09 14:00:51
[debug] | 14:02:08 31ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:02:08 35ms | AutoNotificationCubit: auto fetch since 1741500052
[debug] | 14:02:08 35ms | build cookie with user info: null
[debug] | 14:02:14 101ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:02:14 102ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:02:08.032391
[debug] | 14:02:14 103ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:02:14 182ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:03:14 31ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:03:14 34ms | AutoNotificationCubit: auto fetch since 1741500129
[debug] | 14:03:14 34ms | build cookie with user info: null
[debug] | 14:03:16 570ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:03:16 570ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:03:14.031941
[debug] | 14:03:16 571ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:03:16 644ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:04:16 31ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:04:16 34ms | AutoNotificationCubit: auto fetch since 1741500195
[debug] | 14:04:16 35ms | build cookie with user info: null
[debug] | 14:04:18 260ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:04:18 261ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:04:16.032360
[debug] | 14:04:18 262ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:04:18 333ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:05:49 757ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:05:49 764ms | AutoNotificationCubit: auto fetch since 1741500257
[debug] | 14:05:49 764ms | build cookie with user info: null
[debug] | 14:05:51 831ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:05:51 831ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:05:49.757689
[debug] | 14:05:51 833ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:05:51 912ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:10:09 753ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:10:09 757ms | AutoNotificationCubit: auto fetch since 1741500350
[debug] | 14:10:09 757ms | build cookie with user info: null
[debug] | 14:10:11 918ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:10:11 918ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:10:09.754349
[debug] | 14:10:11 920ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:10:11 999ms | NotificationBloc: load local notification: notice=1839 personalMessage=23 broadcastMessage=0
[debug] | 14:20:04 573ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:20:04 577ms | AutoNotificationCubit: auto fetch since 1741500610
[debug] | 14:20:04 578ms | build cookie with user info: null
[debug] | 14:20:06 852ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:20:06 853ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:20:04.574632
[debug] | 14:20:06 855ms | NotificationBloc: saving notification: notice=5 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 14:19:41
[debug] | 14:20:06 941ms | NotificationBloc: load local notification: notice=1844 personalMessage=23 broadcastMessage=0
[debug] | 14:20:06 946ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 您好,想问下您,我这边想注册一个新号,但是想写的名字超了15字符限制(8个汉字)..., notice: 5, personalMessage: 1, broadcastMessage: 0, timestamp: 1741501206944)
[debug] | 14:20:06 948ms | NotificationBloc: update last fetch notification time to 2025-03-09 14:19:41
[debug] | 14:26:52 754ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:26:52 761ms | AutoNotificationCubit: auto fetch since 1741501182
[debug] | 14:26:52 761ms | build cookie with user info: null
[debug] | 14:26:55 232ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:26:55 233ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:26:52.755129
[debug] | 14:26:55 234ms | NotificationBloc: saving notification: notice=13 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 14:25:05
[debug] | 14:26:55 319ms | NotificationBloc: load local notification: notice=1857 personalMessage=23 broadcastMessage=0
[debug] | 14:26:55 325ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 [自购][一迅社文庫][七月隆文] 俺がお嬢様学校に「庶民サンプル」と..., notice: 13, personalMessage: 0, broadcastMessage: 0, timestamp: 1741501615325)
[debug] | 14:26:55 327ms | NotificationBloc: update last fetch notification time to 2025-03-09 14:25:05
[debug] | 14:31:21 471ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:31:21 474ms | AutoNotificationCubit: auto fetch since 1741501506
[debug] | 14:31:21 475ms | build cookie with user info: null
[debug] | 14:31:23 937ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:31:23 938ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:31:21.471805
[debug] | 14:31:23 939ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 14:27:57
[debug] | 14:31:24 20ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 14:31:24 24ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: 您在主题 [自购][MF文庫J][三屋咲ゆう] 学戦都市アスタリスク 15. 剣..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741501884024)
[debug] | 14:31:24 26ms | NotificationBloc: update last fetch notification time to 2025-03-09 14:27:57
[debug] | 14:40:40 167ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:40:40 171ms | AutoNotificationCubit: auto fetch since 1741501678
[debug] | 14:40:40 171ms | build cookie with user info: null
[debug] | 14:40:41 771ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:40:41 771ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:40:40.168090
[debug] | 14:40:41 773ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:40:41 876ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 14:49:02 761ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:49:02 766ms | AutoNotificationCubit: auto fetch since 1741502441
[debug] | 14:49:02 767ms | build cookie with user info: null
[debug] | 14:49:05 976ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:49:05 977ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:49:02.761820
[debug] | 14:49:05 978ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:49:06 51ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 14:57:04 479ms | AutoNotificationCubit: running auto fetch...
[debug] | 14:57:04 482ms | AutoNotificationCubit: auto fetch since 1741502943
[debug] | 14:57:04 483ms | build cookie with user info: null
[debug] | 14:57:06 120ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 14:57:06 121ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 14:57:04.480401
[debug] | 14:57:06 122ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 14:57:06 191ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:00:23 519ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:00:23 523ms | AutoNotificationCubit: auto fetch since 1741503425
[debug] | 15:00:23 524ms | build cookie with user info: null
[debug] | 15:00:25 812ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:00:25 813ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:00:23.520525
[debug] | 15:00:25 814ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 15:00:25 890ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:08:57 763ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:08:57 772ms | AutoNotificationCubit: auto fetch since 1741503624
[debug] | 15:08:57 773ms | build cookie with user info: null
[debug] | 15:09:01 109ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:09:01 109ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:08:57.768590
[debug] | 15:09:01 110ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 15:09:01 181ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:14:05 506ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:14:05 509ms | AutoNotificationCubit: auto fetch since 1741504138
[debug] | 15:14:05 510ms | build cookie with user info: null
[debug] | 15:14:07 759ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:14:07 760ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:14:05.507169
[debug] | 15:14:07 761ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 15:14:07 834ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:25:06 929ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:25:06 937ms | AutoNotificationCubit: auto fetch since 1741504446
[debug] | 15:25:06 937ms | build cookie with user info: null
[debug] | 15:25:08 513ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:25:08 513ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:25:06.929691
[debug] | 15:25:08 514ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 15:19:34
[debug] | 15:25:08 588ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:25:08 590ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 不知道我后台能不能直接加, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741505108589)
[debug] | 15:25:08 592ms | NotificationBloc: update last fetch notification time to 2025-03-09 15:19:34
[debug] | 15:31:48 770ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:31:48 774ms | AutoNotificationCubit: auto fetch since 1741504775
[debug] | 15:31:48 774ms | build cookie with user info: null
[debug] | 15:31:50 877ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:31:50 877ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:31:48.771394
[debug] | 15:31:50 878ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 15:31:50 948ms | NotificationBloc: load local notification: notice=1858 personalMessage=23 broadcastMessage=0
[debug] | 15:42:02 974ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:42:02 978ms | AutoNotificationCubit: auto fetch since 1741505509
[debug] | 15:42:02 978ms | build cookie with user info: null
[debug] | 15:42:05 647ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:42:05 648ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:42:02.975186
[debug] | 15:42:05 649ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 15:36:07
[debug] | 15:42:05 739ms | NotificationBloc: load local notification: notice=1859 personalMessage=23 broadcastMessage=0
[debug] | 15:42:05 742ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: alltimedepresse 回复了您的帖子 【诸王的圣杯】【星海的来访者】【..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741506125742)
[debug] | 15:42:05 745ms | NotificationBloc: update last fetch notification time to 2025-03-09 15:36:07
[debug] | 15:51:40 151ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:51:40 154ms | AutoNotificationCubit: auto fetch since 1741505768
[debug] | 15:51:40 155ms | build cookie with user info: null
[debug] | 15:51:43 834ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:51:43 835ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:51:40.151850
[debug] | 15:51:43 836ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 15:51:26
[debug] | 15:51:43 914ms | NotificationBloc: load local notification: notice=1859 personalMessage=23 broadcastMessage=0
[debug] | 15:51:43 916ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 您是指后台直接注册新号还是后台帮我改下名字?, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741506703916)
[debug] | 15:51:43 918ms | NotificationBloc: update last fetch notification time to 2025-03-09 15:51:26
[debug] | 15:59:07 923ms | AutoNotificationCubit: running auto fetch...
[debug] | 15:59:07 929ms | AutoNotificationCubit: auto fetch since 1741506687
[debug] | 15:59:07 930ms | build cookie with user info: null
[debug] | 15:59:10 473ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 15:59:10 473ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 15:59:07.924049
[debug] | 15:59:10 474ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 15:59:10 547ms | NotificationBloc: load local notification: notice=1859 personalMessage=23 broadcastMessage=0
[debug] | 16:03:06 697ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:03:06 700ms | AutoNotificationCubit: auto fetch since 1741507148
[debug] | 16:03:06 701ms | build cookie with user info: null
[debug] | 16:03:08 662ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:03:08 662ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:03:06.698524
[debug] | 16:03:08 664ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 16:00:13
[debug] | 16:03:08 750ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:03:08 754ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: alltimedepresse 回复了您的帖子 【诸王的圣杯】【星海的来访者】【..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741507388753)
[debug] | 16:03:08 755ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:00:13
[debug] | 16:04:07 697ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:04:07 699ms | AutoNotificationCubit: auto fetch since 1741507214
[debug] | 16:04:07 700ms | build cookie with user info: null
[debug] | 16:04:10 0ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:04:10 1ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:04:07.698028
[debug] | 16:04:10 2ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 16:03:25
[debug] | 16:04:10 81ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:04:10 83ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 后台直接给你创建一个~, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741507450082)
[debug] | 16:04:10 85ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:03:25
[debug] | 16:05:09 697ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:05:09 699ms | AutoNotificationCubit: auto fetch since 1741507406
[debug] | 16:05:09 700ms | build cookie with user info: null
[debug] | 16:05:18 511ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:05:18 511ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:05:09.698039
[debug] | 16:05:18 512ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 16:05:18 585ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:07:29 766ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:07:29 790ms | AutoNotificationCubit: auto fetch since 1741507510
[debug] | 16:07:29 791ms | build cookie with user info: null
[debug] | 16:07:31 331ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:07:31 332ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:07:29.766964
[debug] | 16:07:31 333ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 16:07:31 404ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:13:33 759ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:13:33 769ms | AutoNotificationCubit: auto fetch since 1741507650
[debug] | 16:13:33 770ms | build cookie with user info: null
[debug] | 16:13:43 774ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:13:43 775ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:13:33.759820
[debug] | 16:13:43 776ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 16:11:33
[debug] | 16:13:43 862ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:13:43 864ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 嗯嗯~, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741508023864)
[debug] | 16:13:43 866ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:11:33
[debug] | 16:22:15 58ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:22:15 61ms | AutoNotificationCubit: auto fetch since 1741507894
[debug] | 16:22:15 61ms | build cookie with user info: null
[debug] | 16:22:17 238ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:22:17 238ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:22:15.058937
[debug] | 16:22:17 239ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 16:18:05
[debug] | 16:22:17 322ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:22:17 324ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 好嘞
用户名:天空下的希丝缇娜
密码:
email:1438238648@qq...., notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741508537324)
[debug] | 16:22:17 326ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:18:05
[debug] | 16:29:53 848ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:29:53 850ms | AutoNotificationCubit: auto fetch since 1741508286
[debug] | 16:29:53 851ms | build cookie with user info: null
[debug] | 16:29:55 830ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:29:55 831ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:29:53.849173
[debug] | 16:29:55 832ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 16:29:55 905ms | NotificationBloc: load local notification: notice=1860 personalMessage=23 broadcastMessage=0
[debug] | 16:38:56 207ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:38:56 210ms | AutoNotificationCubit: auto fetch since 1741508994
[debug] | 16:38:56 210ms | build cookie with user info: null
[debug] | 16:38:58 226ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:38:58 226ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:38:56.207871
[debug] | 16:38:58 228ms | NotificationBloc: saving notification: notice=1 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 16:30:38
[debug] | 16:38:58 305ms | NotificationBloc: load local notification: notice=1861 personalMessage=23 broadcastMessage=0
[debug] | 16:38:58 309ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: alltimedepresse 回复了您的帖子 【诸王的圣杯】【星海的来访者】【..., notice: 1, personalMessage: 0, broadcastMessage: 0, timestamp: 1741509538308)
[debug] | 16:38:58 310ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:30:38
[debug] | 16:43:22 757ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:43:22 775ms | AutoNotificationCubit: auto fetch since 1741509039
[debug] | 16:43:22 775ms | build cookie with user info: null
[debug] | 16:43:24 663ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:43:24 664ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:43:22.758054
[debug] | 16:43:24 665ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 16:43:24 741ms | NotificationBloc: load local notification: notice=1861 personalMessage=23 broadcastMessage=0
[debug] | 16:55:04 582ms | AutoNotificationCubit: running auto fetch...
[debug] | 16:55:04 586ms | AutoNotificationCubit: auto fetch since 1741509803
[debug] | 16:55:04 587ms | build cookie with user info: null
[debug] | 16:55:06 117ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 16:55:06 118ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 16:55:04.583378
[debug] | 16:55:06 119ms | NotificationBloc: saving notification: notice=2 personalMessage=0 broadcastMessage=0 latestTime=2025-03-09 16:53:33
[debug] | 16:55:06 195ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 16:55:06 199ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoNotice(msg: alltimedepresse 回复了您的帖子 【诸王的圣杯】【星海的来访者】【..., notice: 2, personalMessage: 0, broadcastMessage: 0, timestamp: 1741510506199)
[debug] | 16:55:06 200ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:53:33
[debug] | 17:00:32 247ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:00:32 255ms | AutoNotificationCubit: auto fetch since 1741510414
[debug] | 17:00:32 257ms | build cookie with user info: null
[debug] | 17:00:35 34ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:00:35 34ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:00:32.249637
[debug] | 17:00:35 36ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 16:58:09
[debug] | 17:00:35 113ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:00:35 115ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 创建好了~
密码是 tsdm163, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741510835115)
[debug] | 17:00:35 117ms | NotificationBloc: update last fetch notification time to 2025-03-09 16:58:09
[debug] | 17:10:40 541ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:10:40 543ms | AutoNotificationCubit: auto fetch since 1741510690
[debug] | 17:10:40 544ms | build cookie with user info: null
[debug] | 17:10:42 41ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:10:42 41ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:10:40.541672
[debug] | 17:10:42 43ms | NotificationBloc: saving notification: notice=0 personalMessage=1 broadcastMessage=0 latestTime=2025-03-09 17:09:51
[debug] | 17:10:42 118ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:10:42 120ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 好的,谢谢, notice: 0, personalMessage: 1, broadcastMessage: 0, timestamp: 1741511442120)
[debug] | 17:10:42 122ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:18:32 799ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:18:32 802ms | AutoNotificationCubit: auto fetch since 1741511392
[debug] | 17:18:32 803ms | build cookie with user info: null
[debug] | 17:18:35 877ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:18:35 877ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:18:32.800014
[debug] | 17:18:35 878ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:18:35 955ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:29:02 398ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:29:02 402ms | AutoNotificationCubit: auto fetch since 1741511913
[debug] | 17:29:02 402ms | build cookie with user info: null
[debug] | 17:29:05 523ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:29:05 523ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:29:02.399392
[debug] | 17:29:05 525ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:29:05 594ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:38:51 111ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:38:51 115ms | AutoNotificationCubit: auto fetch since 1741512543
[debug] | 17:38:51 115ms | build cookie with user info: null
[debug] | 17:38:53 156ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:38:53 156ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:38:51.112036
[debug] | 17:38:53 157ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:38:53 242ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:44:04 918ms | AutoNotificationCubit: running auto fetch...
[debug] | 17:44:04 920ms | AutoNotificationCubit: auto fetch since 1741513132
[debug] | 17:44:04 920ms | build cookie with user info: null
[debug] | 17:44:07 226ms | AutoNotificationCubit: auto fetch finished with data
[debug] | 17:44:07 227ms | AutoNotificationCubit: update last fetch notification time to started time 2025-03-09 17:44:04.918564
[debug] | 17:44:07 228ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:44:07 301ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:48:01 62ms | RootLocationCubit: enter page /notice
[info] | 17:48:02 559ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:48:02 559ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[error] | 17:48:05 731ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 不死鸟之翼, imageUrl: ): empty image url
[debug] | 17:48:09 680ms | RootLocationCubit: leave page /notice
[debug] | 17:48:11 145ms | RootLocationCubit: enter page /settings
[debug] | 17:48:14 807ms | RootLocationCubit: enter page /manageAccount
[info] | 17:48:16 79ms | AutoNotificationCubit: auto fetch paused at total=0:01:00.000000 remain=0:00:47.000000 reason=switch user
[info] | 17:48:16 81ms | CookieProvider: load cookie from database with given uid: ****419
[debug] | 17:48:16 81ms | CookieProvider: cookie switch to user UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:16 81ms | build cookie with user info: null
[debug] | 17:48:18 356ms | CookieProvider: save authed cookie to storage
[debug] | 17:48:18 360ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:18 387ms | CookieProvider: update user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:18 387ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:48:18 396ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=********用, uid=****419,
[info] | 17:48:18 397ms | AutoNotificationCubit: auto fetch resumes with total=0:01:00.000000 remain=0:00:47.000000 reason=switch user
[debug] | 17:48:18 399ms | ForumHomeRepository: fetch home page
[debug] | 17:48:18 399ms | build cookie with user info: null
[debug] | 17:48:20 206ms | RootLocationCubit: leave page /manageAccount
[debug] | 17:48:21 158ms | ForumHomeRepository: use fetched home page
[debug] | 17:48:21 160ms | CookieProvider: save authed cookie to storage
[debug] | 17:48:21 165ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:21 172ms | CookieProvider: update user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:21 172ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:48:21 176ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:48:21 176ms | ProfileRepository: fetch profile page
[debug] | 17:48:21 177ms | build cookie with user info: null
[debug] | 17:48:23 284ms | NotificationBloc: updating all notifications...
[info] | 17:48:23 285ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:48:23 285ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:48:23 370ms | NotificationBloc: fetch notification since 2025-03-08 06:26:18
[debug] | 17:48:23 371ms | build cookie with user info: null
[error] | 17:48:23 454ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 奇迹可爱科学家, imageUrl: ): empty image url
[error] | 17:48:23 454ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 血衣樱, imageUrl: ): empty image url
[error] | 17:48:23 455ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 叫我十陈就好, imageUrl: ): empty image url
[error] | 17:48:23 455ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: akisamer, imageUrl: ): empty image url
[error] | 17:48:23 455ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ayase690, imageUrl: ): empty image url
[error] | 17:48:23 455ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qjwdwls, imageUrl: ): empty image url
[error] | 17:48:23 455ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 塞拉菲尔, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: lunhui12, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: gfd4fd35g, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: misaka14416, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MinamiHoro, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 饺子, imageUrl: ): empty image url
[error] | 17:48:23 456ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: zasdza, imageUrl: ): empty image url
[error] | 17:48:23 457ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: stre1654, imageUrl: ): empty image url
[error] | 17:48:23 457ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: mingshing790810, imageUrl: ): empty image url
[error] | 17:48:23 457ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: hehedi, imageUrl: ): empty image url
[error] | 17:48:23 457ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 闪烁的真爱, imageUrl: ): empty image url
[error] | 17:48:23 457ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 785475689, imageUrl: ): empty image url
[error] | 17:48:23 458ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 遗忘翼切, imageUrl: ): empty image url
[error] | 17:48:23 458ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 彩虹豹, imageUrl: ): empty image url
[error] | 17:48:23 458ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 握紧的落叶, imageUrl: ): empty image url
[error] | 17:48:23 458ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: seikakupapa, imageUrl: ): empty image url
[debug] | 17:48:25 117ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=1 latestTime=2025-03-09 11:22:11
[debug] | 17:48:25 134ms | NotificationBloc: load local notification: notice=3 personalMessage=1 broadcastMessage=2
[debug] | 17:48:25 135ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoBm(msg: 【公告】天使2025年度运营经费征集,感谢大家支持,将爱的火焰传递下去, notice: 0, personalMessage: 0, broadcastMessage: 1, timestamp: 1741513705135)
[debug] | 17:48:25 136ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:48:25 136ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:48:26 285ms | _HomePageState: push to notice page already in it
[debug] | 17:48:26 329ms | RootLocationCubit: enter page /notice
[debug] | 17:48:28 661ms | NotificationBloc: mark notice: RecordMarkBroadcastMessage(uid: 2095419, timestamp: 1741490531, alreadyRead: true)
[debug] | 17:48:28 662ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:48:28 662ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:48:28 662ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:48:29 456ms | RootLocationCubit: leave page /notice
[debug] | 17:48:30 281ms | RootLocationCubit: enter page /manageAccount
[info] | 17:48:31 588ms | AutoNotificationCubit: auto fetch paused at total=0:01:00.000000 remain=0:00:52.000000 reason=switch user
[info] | 17:48:31 589ms | CookieProvider: load cookie from database with given uid: ****734
[debug] | 17:48:31 590ms | CookieProvider: cookie switch to user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:31 590ms | build cookie with user info: null
[debug] | 17:48:36 301ms | CookieProvider: save authed cookie to storage
[debug] | 17:48:36 306ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:36 333ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:36 334ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:48:36 341ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[info] | 17:48:36 341ms | AutoNotificationCubit: auto fetch resumes with total=0:01:00.000000 remain=0:00:52.000000 reason=switch user
[debug] | 17:48:36 343ms | ForumHomeRepository: fetch home page
[debug] | 17:48:36 343ms | build cookie with user info: null
[debug] | 17:48:37 449ms | RootLocationCubit: leave page /manageAccount
[debug] | 17:48:39 306ms | ForumHomeRepository: use fetched home page
[debug] | 17:48:39 309ms | CookieProvider: save authed cookie to storage
[debug] | 17:48:39 317ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:39 326ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:39 327ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:48:39 339ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:48:39 339ms | ProfileRepository: fetch profile page
[debug] | 17:48:39 339ms | build cookie with user info: null
[debug] | 17:48:41 386ms | NotificationBloc: updating all notifications...
[info] | 17:48:41 386ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:48:41 386ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:48:41 433ms | NotificationBloc: fetch notification since 2025-03-09 17:44:04
[debug] | 17:48:41 433ms | build cookie with user info: null
[debug] | 17:48:43 65ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:48:43 92ms | NotificationBloc: load local notification: notice=1863 personalMessage=23 broadcastMessage=0
[debug] | 17:49:36 376ms | RootLocationCubit: enter page /debugLog
今天第一次打开的设备,两个账号都能收到今天发的公告。。。
https://github.com/user-attachments/assets/4ddbd4bf-801b-43d8-bf5b-010c7a9655bc
[debug] | 17:53:26 777ms | start app...
[debug] | 17:53:26 810ms | connect to database
[debug] | 17:53:26 810ms | init database file at /data/user/0/com.ruik0.tsdm/files/db/mainV2.db
[debug] | 17:53:26 821ms | load cookie from database with login user uid: ****734
[debug] | 17:53:26 821ms | build no-cookie with cookie: null
[debug] | 17:53:26 833ms | RootLocationCubit: enter page /homepage
[debug] | 17:53:26 833ms | ForumHomeRepository: fetch home page
[debug] | 17:53:26 833ms | build cookie with user info: null
[debug] | 17:53:26 833ms | ProfileRepository: fetch profile page v2
[debug] | 17:53:26 833ms | build cookie with user info: null
[debug] | 17:53:46 275ms | ForumHomeRepository: use fetched home page
[debug] | 17:53:46 278ms | CookieProvider: save authed cookie to storage
[debug] | 17:53:46 287ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:53:46 303ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:53:46 303ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:53:46 310ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:53:46 313ms | NotificationBloc: updating all notifications...
[info] | 17:53:46 314ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:53:46 315ms | NotificationBloc: fetch notification since 2025-03-08 17:50:40
[debug] | 17:53:46 315ms | build cookie with user info: null
[error] | 17:53:46 481ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ruik0, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: YQ17, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: TR83, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 奇迹可爱科学家, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 血衣樱, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 叫我十陈就好, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: akisamer, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: ayase690, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qjwdwls, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 塞拉菲尔, imageUrl: ): empty image url
[error] | 17:53:46 482ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: lunhui12, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: gfd4fd35g, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 琴吹紬, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: misaka14416, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MinamiHoro, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 饺子, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: zasdza, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: stre1654, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 是莫莫喵, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: mingshing790810, imageUrl: ): empty image url
[error] | 17:53:46 483ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 梦, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 烧饼eheheh, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: hehedi, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 闪烁的真爱, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: chentian1206, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: Aquaus, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 785475689, imageUrl: ): empty image url
[error] | 17:53:46 484ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 黑影君, imageUrl: ): empty image url
[error] | 17:53:46 485ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: qicaiyunjian, imageUrl: ): empty image url
[error] | 17:53:46 485ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 遗忘翼切, imageUrl: ): empty image url
[error] | 17:53:46 485ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 彩虹豹, imageUrl: ): empty image url
[error] | 17:53:46 485ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 握紧的落叶, imageUrl: ): empty image url
[error] | 17:53:46 485ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: seikakupapa, imageUrl: ): empty image url
[debug] | 17:53:50 225ms | NotificationBloc: saving notification: notice=55 personalMessage=1 broadcastMessage=1 latestTime=2025-03-09 17:09:51
[debug] | 17:53:50 395ms | NotificationBloc: load local notification: notice=3645 personalMessage=26 broadcastMessage=1
[debug] | 17:53:50 402ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoPm(user: 梦, msg: 好的,谢谢, notice: 55, personalMessage: 1, broadcastMessage: 1, timestamp: 1741514030402)
[debug] | 17:53:50 405ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:51 994ms | _HomePageState: push to notice page already in it
[debug] | 17:53:52 32ms | RootLocationCubit: enter page /notice
[error] | 17:53:52 750ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 不死鸟之翼, imageUrl: ): empty image url
[error] | 17:53:52 750ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: MelonAvis, imageUrl: ): empty image url
[error] | 17:53:52 750ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 夜落殇, imageUrl: ): empty image url
[error] | 17:53:52 750ms | failed to render image: failed to load image for ImageCacheUserAvatarRequest(username: 宇崎樱, imageUrl: ): empty image url
[info] | 17:53:54 229ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:53:54 229ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:53:54 289ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:54 289ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[info] | 17:53:55 661ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:53:55 661ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:53:55 679ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:55 679ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:56 972ms | NotificationBloc: mark notice: RecordMarkBroadcastMessage(uid: 1889734, timestamp: 1741490531, alreadyRead: true)
[debug] | 17:53:56 977ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:56 977ms | NotificationBloc: update last fetch notification time to 2025-03-09 17:09:51
[debug] | 17:53:57 666ms | RootLocationCubit: leave page /notice
[debug] | 17:53:58 9ms | RootLocationCubit: enter page /settings
[debug] | 17:53:58 538ms | RootLocationCubit: enter page /manageAccount
[info] | 17:53:59 584ms | AutoNotificationCubit: auto fetch paused at total=0:01:00.000000 remain=0:00:57.000000 reason=switch user
[info] | 17:53:59 587ms | CookieProvider: load cookie from database with given uid: ****419
[debug] | 17:53:59 587ms | CookieProvider: cookie switch to user UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:53:59 587ms | build cookie with user info: null
[debug] | 17:54:02 701ms | CookieProvider: save authed cookie to storage
[debug] | 17:54:02 717ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:54:02 757ms | CookieProvider: update user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:54:02 757ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:54:02 770ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=********用, uid=****419,
[info] | 17:54:02 771ms | AutoNotificationCubit: auto fetch resumes with total=0:01:00.000000 remain=0:00:57.000000 reason=switch user
[debug] | 17:54:02 772ms | ForumHomeRepository: fetch home page
[debug] | 17:54:02 773ms | build cookie with user info: null
[debug] | 17:54:03 868ms | RootLocationCubit: leave page /manageAccount
[debug] | 17:54:04 736ms | RootLocationCubit: enter page /topic
[debug] | 17:54:04 737ms | ForumHomeRepository: fetch topics page
[debug] | 17:54:04 737ms | ForumHomeRepository: use cached topics page
[debug] | 17:54:11 220ms | ForumHomeRepository: use fetched home page
[debug] | 17:54:11 221ms | CookieProvider: save authed cookie to storage
[debug] | 17:54:11 232ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:54:11 251ms | CookieProvider: update user info: UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:54:11 251ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:54:11 263ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=********用, uid=****419,
[debug] | 17:54:11 263ms | ProfileRepository: fetch profile page
[debug] | 17:54:11 263ms | build cookie with user info: null
[debug] | 17:54:16 624ms | NotificationBloc: updating all notifications...
[info] | 17:54:16 624ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:54:16 624ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:54:16 681ms | NotificationBloc: fetch notification since 2025-03-08 06:26:18
[debug] | 17:54:16 681ms | build cookie with user info: null
[debug] | 17:54:19 516ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=1 latestTime=2025-03-09 11:22:11
[debug] | 17:54:19 533ms | NotificationBloc: load local notification: notice=57 personalMessage=1 broadcastMessage=3
[debug] | 17:54:19 534ms | NotificationInfoRepository: update auto sync info: NotificationAutoSyncInfoBm(msg: 【公告】天使2025年度运营经费征集,感谢大家支持,将爱的火焰传递下去, notice: 0, personalMessage: 0, broadcastMessage: 1, timestamp: 1741514059533)
[debug] | 17:54:19 535ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:19 535ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:19 536ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:20 374ms | _HomePageState: push to notice page already in it
[debug] | 17:54:20 421ms | RootLocationCubit: enter page /notice
[debug] | 17:54:22 141ms | NotificationBloc: mark notice: RecordMarkBroadcastMessage(uid: 2095419, timestamp: 1741490531, alreadyRead: true)
[debug] | 17:54:22 144ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:22 145ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:22 145ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:22 146ms | NotificationBloc: update last fetch notification time to 2025-03-09 11:22:11
[debug] | 17:54:23 71ms | RootLocationCubit: leave page /notice
[debug] | 17:54:23 870ms | RootLocationCubit: enter page /manageAccount
[info] | 17:54:24 928ms | AutoNotificationCubit: auto fetch paused at total=0:01:00.000000 remain=0:00:52.000000 reason=switch user
[info] | 17:54:24 929ms | CookieProvider: load cookie from database with given uid: ****734
[debug] | 17:54:24 929ms | CookieProvider: cookie switch to user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:24 929ms | build cookie with user info: null
[debug] | 17:54:35 881ms | CookieProvider: save authed cookie to storage
[debug] | 17:54:35 896ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:35 927ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:35 927ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:54:35 936ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[info] | 17:54:35 937ms | AutoNotificationCubit: auto fetch resumes with total=0:01:00.000000 remain=0:00:52.000000 reason=switch user
[debug] | 17:54:35 938ms | ForumHomeRepository: fetch home page
[debug] | 17:54:35 938ms | build cookie with user info: null
[debug] | 17:54:38 211ms | RootLocationCubit: leave page /manageAccount
[debug] | 17:54:51 149ms | ForumHomeRepository: use fetched home page
[debug] | 17:54:51 150ms | CookieProvider: save authed cookie to storage
[debug] | 17:54:51 163ms | AuthenticationRepository: save logged user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:51 195ms | CookieProvider: update user info: UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:51 195ms | CookieProvider: complete user info updated, sync cookie
[debug] | 17:54:51 207ms | AuthenticationRepository: login with document: user UserLoginInfo{ username=******, uid=****734,
[debug] | 17:54:51 207ms | ProfileRepository: fetch profile page
[debug] | 17:54:51 207ms | build cookie with user info: null
[debug] | 17:54:57 254ms | NotificationBloc: updating all notifications...
[info] | 17:54:57 255ms | AutoNotificationCubit: stop auto fetch with duration 0:01:00.000000
[info] | 17:54:57 255ms | AutoNotificationCubit: start auto fetch with duration 0:01:00.000000
[debug] | 17:54:57 324ms | NotificationBloc: fetch notification since 2025-03-09 17:09:51
[debug] | 17:54:57 324ms | build cookie with user info: null
[debug] | 17:54:58 688ms | NotificationBloc: saving notification: notice=0 personalMessage=0 broadcastMessage=0 latestTime=null
[debug] | 17:54:58 779ms | NotificationBloc: load local notification: notice=3645 personalMessage=26 broadcastMessage=1
[debug] | 17:55:16 87ms | RootLocationCubit: enter page /debugLog
如果这个问题是api造成的那要不唯独公告改成网页拉取?这样就不会丢公告了
今天的日志麻烦您看下哈
您看看昨天发的日志有啥用没
要是app想收到公告只能在公告发的那一天等公告发了再开app才可以加载出来,一直开着或者发之前开过一次都收不到。。。
好久没打开老软件了,打开后发现之前的公告全加载了,跟网页一致,感觉可能公告直接用的网页的数据
试着修了一下,如果还有问题,我也无能为力了。
这东西很难复现
试着修了一下,如果还有问题,我也无能为力了。
这东西很难复现
彳亍 话说这块要不改成独网页端的数据?读网页的应该就不会漏了吧
之前说过,不是一种数据类型,而且是原先的实现有缺陷才改的,不可能改回去
之前说过,不是一种数据类型,而且是原先的实现有缺陷才改的,不可能改回去
好吧。。 也不知道之前那个app是咋搞的,那个app就不会丢。。