spkesDE / com.spkes.telegramNotifications

GNU General Public License v3.0
4 stars 4 forks source link

SendPhoto failed #46

Closed spkesDE closed 1 year ago

spkesDE commented 1 year ago

Call to 'sendPhoto' failed! (400: Bad Request: wrong file identifier/HTTP URL specified)

2023-07-29T22:02:00.509Z [err] GrammyError: Call to 'sendPhoto' failed! (400: Bad Request: wrong file identifier/HTTP URL specified)
    at toGrammyError (/app/node_modules/grammy/out/core/error.js:35:12)
    at ApiClient.callApi (/app/node_modules/grammy/out/core/client.js:86:48)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /app/flow/actions/sendTagImageWithMessage.js:22:17 {
  method: 'sendPhoto',
  payload: {
    chat_id: 11948147,
    photo: 'https://xxx.connect.athom.com/api/image/01391cef-9e5b-47e7-a69c-e56fe5f7f281',
    caption: 'Test',
    parse_mode: null,
    message_thread_id: undefined
  },
  ok: false,
  error_code: 400,
  description: 'Bad Request: wrong file identifier/HTTP URL specified',
  parameters: {}
}