תמיכת The Movie Database

Hello, there have been several 500 errors for a few hours.

response: {
    status: 500,
    statusText: 'Internal Server Error',
    headers: Object [AxiosHeaders] {
      'content-type': 'application/json;charset=utf-8',
      'content-length': '2023',
      connection: 'keep-alive',
      date: 'Sun, 24 Nov 2024 08:19:21 GMT',
      server: 'openresty',
      etag: 'W/"5605babdf6a393dcdd3565756d863e6f"',
      vary: 'accept-encoding, Origin',
      'x-cache': 'Error from cloudfront',
      via: '1.1 20b61f8a897671342027285e75830e4e.cloudfront.net (CloudFront)',
      'x-amz-cf-pop': 'CDG50-C1',
      'alt-svc': 'h3=":443"; ma=86400',
      'x-amz-cf-id': 'O2_zgFo57IVRMB3mFlorwD_WsN2KPmAno7UTs8VkH9ISNRNks7vCsQ=='
},

4 תגובות (בדף 1 מתוך 1)

Jump to last post

A other one :

response: {
    status: 500,
    statusText: 'Internal Server Error',
    headers: Object [AxiosHeaders] {
      'content-type': 'application/json;charset=utf-8',
      'content-length': '1809',
      connection: 'keep-alive',
      date: 'Sun, 24 Nov 2024 08:24:22 GMT',
      server: 'openresty',
      etag: 'W/"7bcfecc8fa2e585962684f5fe8b220b0"',
      vary: 'accept-encoding, Origin',
      'x-cache': 'Error from cloudfront',
      via: '1.1 71fab3812d3ca29aef88f4dc095b47da.cloudfront.net (CloudFront)',
      'x-amz-cf-pop': 'CDG50-C1',
      'alt-svc': 'h3=":443"; ma=86400',
      'x-amz-cf-id': 'p8JOXItAyRRBZ4FVwUZBRODZ_t3zD6y-UU3SpoWULjCT9M6gfLy-NA=='
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 30000,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      maxRedirects: 10,
      params: [Object],
      cancelToken: [CancelToken],
      method: 'get',
      url: 'https://api.themoviedb.org/3/tv/62128/season/18',
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: true,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: true,
      _header: 'GET /3/tv/62128/season/18?append_to_response=credits&language=fr-FR HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json;charset=utf-8\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJiZWU2MTZmOGJmMmY1YjlkMjkwOTdmYWNjNmQ2ZWJhNiIsInN1YiI6IjU5ZmIxYzE4YzNhMzY4MWExYjAxMDA4YyIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ._S1lRyzKGEBkq7ESsZeLz2ZkD3mMf5ISeWu4jUzKB3A\r\n' +
        'Connection: keep-alive\r\n' +
        'User-Agent: axios/1.7.7\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: api.themoviedb.org\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/3/tv/62128/season/18?append_to_response=credits&language=fr-FR',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'api.themoviedb.org',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [TLSSocket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 65536,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    data: {
      success: false,
      status_code: 11,
      status_message: 'Internal error: Something went wrong, contact TMDb.',
      credits: [Object]
    }
  },

@TheSizkarn said:

data: {
 success: false,
 status_code: 11,
 status_message: 'Internal error: Something went wrong, contact TMDb.',
 redits: [Object]
}

I also got same result for delete session here

It seems that this is resolved for me. I no longer have any 500 errors.

@TheSizkarn said:

It seems that this is resolved for me. I no longer have any 500 errors.

Glad, mine still error

.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם

עולמי

s התמקד בשורת החיפוש
p פתח תפריט פרופיל
esc סגור חלון פתוח
? פתח חלון קיצורי דרך של מקלדת

בדפי מדיה

b לך חזרה (או אל הורה אם ישים)
e לך אל דף עריכה

בדפי עונות

(חץ ימני) לך אל העונה הבאה
(חץ שמאלי) לך אל העונה הקודמת

בדפי סדרות

(חץ ימני) לך אל הפרק הבא
(חץ שמאלי) לך אל הפרק הקודם

בכל דפי תמונה

a פתח חלון הוספת תמונה

בכל דפי עריכה

t פתח בוחר תרגום
ctrl+ s הגש טופס

בדפי דיון

n צור דיון חדש
w עורר מעמד צפייה
p עורר ציבורי/פרטי
c עורר סגירה/פתיחה
a פתח פעילות
r השב אל דיון
l לך אל תשובה אחרונה
ctrl+ enter הגש את הודעתך
(חץ ימני) הדף הבא
(חץ שמאלי) הדף הקודם

הגדרות

?רוצה לדרג או להוסיף פריט אל רשימה

היכנס