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
RequestFailed: Response(404 Not Found, data_model=<class 'githubkit.versions.v2022_11_28.models.group_0005.BasicError'>)
File "app/components/entity_mentions/cache.py", line 36, in _fetch_entity
entity = (await gh.rest.issues.async_get(*signature)).parsed_data
GraphQLFailed: data={'repository': {'discussion': None}} errors=[GraphQLError(type='NOT_FOUND', message='Could not resolve to a Discussion with the number of 676767.', locations=[SourceLocation(line=4, column=5)], path=['repository', 'discussion'], extensions=None)] extensions=None
(5 additional frame(s) were not displayed)
...
File "app/components/entity_mentions/fmt.py", line 95, in entity_message
for kind, entity in await asyncio.gather(
File "app/components/entity_mentions/cache.py", line 56, in get
await self._refresh(key)
File "app/components/entity_mentions/cache.py", line 48, in _refresh
await self._fetch_entity(key)
File "app/components/entity_mentions/cache.py", line 42, in _fetch_entity
entity = await get_discussion(*signature)
File "app/components/entity_mentions/discussions.py", line 23, in get_discussion
resp = await gh.graphql.arequest(
The text was updated successfully, but these errors were encountered:
Sentry Issue: DISCORD-BOT-24
The text was updated successfully, but these errors were encountered: