raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.19k stars 2.88k forks source link

[Pomodoro] Random Quote Generating Problem #13417

Closed kayoooon1 closed 1 month ago

kayoooon1 commented 1 month ago

Extension

https://raycast.com/asubbotin/pomodoro

Raycast Version

1.78.1

macOS Version

No response

Description

Error:

FetchError: request to https://api.quotable.io/quotes/random?limit=1 failed, reason: getaddrinfo ENOTFOUND api.quotable.io
    at ClientRequest.<anonymous> (/Users/name/.config/raycast/extensions/da2ac998-edd2-49a4-8614-06b57f30f619/pomodoro-control-timer.js:8:311184)
    at ClientRequest.emit (node:events:514:28)
    at ClientRequest.emit (node:domain:488:12)
    at TLSSocket.socketErrorListener (node:_http_client:495:9)
    at TLSSocket.emit (node:events:514:28)
    at TLSSocket.emit (node:domain:488:12)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

Steps To Reproduce

I set the timer to show a quote after I finish my interval, but it doesn't show any quote and prints error to fetch a quote.

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 month ago

Thank you for opening this issue!

šŸ”” @KELiON @pernielsentikaer @brodelp @susonthapa @mikikiv @MartinGonzalez @Nathanjms @cchalop1 @haydencbarnes you might want to have a look.

šŸ’” Author and Contributors commands The author and contributors of `asubbotin/pomodoro` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
mikikiv commented 1 month ago

Looks like the api from quotable is down. Nothing we can do about that here unless there is another service we can use https://github.com/lukePeavey/quotable/issues

j3lte commented 1 month ago

Fixed in #13724

@raycastbot close this issue