You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the GitLab information indexing process, a parsing error occurs with the date, preventing the information from being imported.
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:217: Continuing on next entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:185: Looking for oldest entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","offset":0}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:201: Processing {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","entity":{"contents":"insight/integrations/rapid7_telekom_malaysia","tag":"Project"},"age":"2024-01-01T00:00:00Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:201: Processing {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","entity":{"contents":"insight","tag":"Organization"},"age":"2025-01-24T13:24:51Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:196: Crawling entities completed {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","entity":{"contents":"insight","tag":"Organization"},"age":"2025-01-24T13:34:55Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:185: Looking for oldest entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","offset":0}
monocle-crawler-1 | 2025-01-24 13:34:56 INFO Lentille.GraphQL:235: Fetched from current page {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","count":14,"total":14,"pageInfo":{"endCursor":"eyJ1cGRhdGVkX2F0IjoiMjAyNC0xMi0wMiAxMDoxNzoyMS4xMDg3MDEwMDAgLTAzMDAiLCJpZCI6IjExMTk3OSJ9","hasNextPage":false,"totalCount":14},"ratelimit":null}
monocle-crawler-1 | 2025-01-24 13:34:56 WARNING Macroscope.Main:317: Skipping due to an unexpected exception {"index":"invgate-insight","crawler":"gitlab-invgate","err":"parseTimeOrError: no parse of "2025-01-21T16:51:43-03:00"\nCallStack (from HasCallStack):\n error, called at libraries/time/lib/Data/Time/Format/Parse.hs:124:15 in time-1.12.2:Data.Time.Format.Parse"}
The text was updated successfully, but these errors were encountered:
Thank you for the report. It looks like the date decoder is not correctly implemented. I've started to improve it in #1146 so that it will output the timestamp it got from the API.
During the GitLab information indexing process, a parsing error occurs with the date, preventing the information from being imported.
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:217: Continuing on next entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:185: Looking for oldest entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","offset":0}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:201: Processing {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","entity":{"contents":"insight/integrations/rapid7_telekom_malaysia","tag":"Project"},"age":"2024-01-01T00:00:00Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:201: Processing {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","entity":{"contents":"insight","tag":"Organization"},"age":"2025-01-24T13:24:51Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:196: Crawling entities completed {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Projects","entity":{"contents":"insight","tag":"Organization"},"age":"2025-01-24T13:34:55Z"}
monocle-crawler-1 | 2025-01-24 13:34:55 INFO Macroscope.Worker:185: Looking for oldest entity {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","offset":0}
monocle-crawler-1 | 2025-01-24 13:34:56 INFO Lentille.GraphQL:235: Fetched from current page {"index":"invgate-insight","crawler":"gitlab-invgate","stream":"Changes","count":14,"total":14,"pageInfo":{"endCursor":"eyJ1cGRhdGVkX2F0IjoiMjAyNC0xMi0wMiAxMDoxNzoyMS4xMDg3MDEwMDAgLTAzMDAiLCJpZCI6IjExMTk3OSJ9","hasNextPage":false,"totalCount":14},"ratelimit":null}
monocle-crawler-1 | 2025-01-24 13:34:56 WARNING Macroscope.Main:317: Skipping due to an unexpected exception {"index":"invgate-insight","crawler":"gitlab-invgate","err":"parseTimeOrError: no parse of "2025-01-21T16:51:43-03:00"\nCallStack (from HasCallStack):\n error, called at libraries/time/lib/Data/Time/Format/Parse.hs:124:15 in time-1.12.2:Data.Time.Format.Parse"}
The text was updated successfully, but these errors were encountered: