iam4x / iam4x/bobarr

calendar error

Open
#246 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.7k
Forks
89
PR merge metrics
No merged PRs in 30d

Description

the calendar page give this error
`{
"graphQLErrors": [
{
"message": "{\"success\":false,\"status_code\":34,\"status_message\":\"The resource you requested could not be found.\"}",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"calendar"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"stacktrace": [
"Error: {\"success\":false,\"status_code\":34,\"status_message\":\"The resource you requested could not be found.\"}",
" at /usr/src/app/dist/modules/tmdb/tmdb.service.js:58:35",
" at runMicrotasks ()",
" at processTicksAndRejections (internal/process/task_queues.js:95:5)",
" at async TMDBService.descriptor.value (/usr/src/app/dist/modules/redis/cache.interceptor.js:25:28)",
" at async Object.LibraryService.enrichTVEpisode (/usr/src/app/dist/modules/library/library.service.js:73:32)",
" at async Object.exports.mapSeries (/usr/src/app/node_modules/p-iteration/lib/static-methods.js:73:19)",
" at async LibraryService.calendar (/usr/src/app/dist/modules/library/library.service.js:148:28)"
]
}
}
}
],
"networkError": null,
"message": "{\"success\":false,\"status_code\":34,\"status_message\":\"The resource you requested could not be found.\"}"
}`
i am a beginner so please give simple instructions
thanks in advance

Contributor guide

No contributing guide indexed for this repository

Research direction

The error originates in dist/modules/tmdb/tmdb.service.js:58 and propagates through dist/modules/library/library.service.js:73 and :148 while building the calendar. Reproduce the calendar request, then trace the missing TMDB resource and verify that the calendar loads without the GraphQL resource-not-found error.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.