zeitlings Posted October 6, 2023 Posted October 6, 2023 (edited) 4 hours ago, biati said: Other users have confirmed that this has been fixed That's a bit puzzling as the latest release on Github is v4.0.5 and the version I have via the Gallery, and that is the one with the error, is also v4.0.5. 4 hours ago, biati said: If you need more help please create an issue on Github, I do not provide support here. No worries, with an entered API key everything is fine. It is just that if no API key is provided, the warning message does not appear in Alfred, but rather, the workflow simply fails silently. The returned JSON should rather look something like this: {"items":[{"title":"You need to configure the API key for Fixer","valid":false,"arg":""}]} Edited October 6, 2023 by zeitlings corrected json
biati Posted October 6, 2023 Author Posted October 6, 2023 4 minutes ago, vitor said: Looking again at the output posted by @zeitlings, the JSON is indeed malformed. items should be an array of objects, not an object with a 0 key. arg shouldn’t be set and rerun should be a number, but those won’t stop the results from showing. You may be getting more issues than normal because people are getting the message in the debugger but not in Alfred due to the malformed JSON. Yes, something must be happening, not all users get that error, I'm able to see the error directly with Alfred about the API key. The workflow won't be receiving anymore updates in a while, I've a lot of work and don't have time, if anyone wants to open a PR that would be great.
vitor Posted October 6, 2023 Posted October 6, 2023 4 minutes ago, zeitlings said: The returned JSON should rather look something like this That still errors out. It’s not the rerun causing the issue, but items not being an array. Note I haven’t tested this in the workflow itself, I’m following the posted messages.
gingerbeardman Posted October 13, 2023 Posted October 13, 2023 (edited) I recently updated from 4.0.2 to 4.0.5 and also didn't get any error saying my API key was missing. I was previously using a key for the service that was removed. Anyway, it's easily solved but was very annoying to waste time fixing what was already working. I'll try to find time to file a PR to fix the issue. Edited October 13, 2023 by gingerbeardman
hoon Posted October 23, 2023 Posted October 23, 2023 Hi I am trying to use calculate anything. I bought powerpack, used it a while, but something happened, I don't know the reason, and it stopped working. I re-installed the Alfred, version 5.1.3. I managed the dependency issue as below, installed php manually via terminal but it does not work... how can I handle this issue?
vitor Posted October 23, 2023 Posted October 23, 2023 Welcome @hoon, As explained on the other thread, unless you post the debugger output we’re basically shooting in the dark. Help us help you.
sarusapon Posted October 25, 2023 Posted October 25, 2023 On 10/24/2023 at 5:33 AM, vitor said: Welcome @hoon, As explained on the other thread, unless you post the debugger output we’re basically shooting in the dark. Help us help you. Hi @vitor, I have the same problem as @hoon. I am on macOS Sonoma 14.0, and PHP in installed. Here's my Debugger log: Quote [10:45:41.242] Logging Started... [10:45:51.012] Calculate Anything[Script Filter] Queuing argument '' [10:45:51.121] Calculate Anything[Script Filter] Script with argv '(null)' finished [10:45:51.124] ERROR: Calculate Anything[Script Filter] Code 6: dyld[47183]: Library not loaded: /usr/local/opt/libavif/lib/libavif.15.dylib Referenced from: <735019D8-AF6E-3CD1-9AD4-3BE47CB22D4F> /usr/local/Cellar/gd/2.3.3_5/lib/libgd.3.dylib Reason: tried: '/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache)
vitor Posted October 25, 2023 Posted October 25, 2023 Looks like you have something broken in your setup, possibly from the upgrade. Open a terminal and run: xcode-select --install; brew reinstall gd php
sarusapon Posted October 25, 2023 Posted October 25, 2023 It solved the problem, thank you very much for the help!
alfredpanda Posted November 3, 2023 Posted November 3, 2023 Hello, Any idea why percentage calculations have stopped working? This used to be really helpful. Thanks
helloworld99 Posted November 9, 2023 Posted November 9, 2023 anyone has any idea what error is this ?
vitor Posted November 9, 2023 Posted November 9, 2023 3 hours ago, helloworld99 said: anyone has any idea what error is this ? You need to set the API key in the configuration. See above.
iamtheotherplanet Posted December 3, 2023 Posted December 3, 2023 On 11/3/2023 at 5:56 AM, alfredpanda said: Hello, Any idea why percentage calculations have stopped working? This used to be really helpful. Thanks I just confirmed that I'm seeing this issue as well. Anyone have any info?
TheJollyJagamo Posted January 1 Posted January 1 Hey everyone, having some issues with the currency conversion. I added the api key, checked that all my dependencies are up to date, not sure why I'm getting this error
olivergiangvu Posted January 6 Posted January 6 Hi just have one question. I often need to convert from imperial to metric exp: 7ft4' to m but I try to type different syntax but can't get it work. Anyone have experience with this. Thanks!
jorfermo Posted July 31 Posted July 31 Hello! I'm using this workflow for the first time. Everything's working fine but the currency conversion. I set up the API KEY but whenever I try to convert a currency I get this response from Alfred: "Updating rates..." and then "The requested URL returned error: 401" Any idea why? Thanks!
Floating.Point Posted August 1 Posted August 1 @jorfermo its working fine for me. It could have just been a service outage – is it still not working for you?
FireFingers21 Posted August 1 Posted August 1 @jorfermo Error 401 is a status code that indicates an unauthorized request, i.e. not providing the correct credentials. Make sure the API key is set up correctly and that you've also entered it correctly.
RDN Posted August 4 Posted August 4 i get error 401 too. i resetted the API key 4 times. i cant get it to work.
vitor Posted August 4 Posted August 4 If you’re having trouble with the conversions, perhaps try the official Currency Converter (for other types of conversions, there’s a different official workflow).
vaidab Posted November 20 Posted November 20 Would love for the workflow to be able to quickly convert across timezones. E.g. I have a meeting at 11:30 GMT+2 and I want to send an email to the person I'm meeting that we can reschedule for tomorrow at 15:00 GMT+2 / UTC conversion / EST conversion (and to get the results via calculate anything).
antoniorodr Posted November 20 Posted November 20 14 minutes ago, vaidab said: Would love for the workflow to be able to quickly convert across timezones. E.g. I have a meeting at 11:30 GMT+2 and I want to send an email to the person I'm meeting that we can reschedule for tomorrow at 15:00 GMT+2 / UTC conversion / EST conversion (and to get the results via calculate anything). You can use this one for that: https://alfred.app/workflows/fedecalendino/world-clock/
petebocken Posted Tuesday at 02:54 PM Posted Tuesday at 02:54 PM The "time" argument is no longer working for me. Worked last time a month ago. I believe the only thing that has changed on my system is upgrading to macOS 15.1.1. For example, executing "time +21 days" displays nothing. Debug: [08:51:29.642] Calculate Anything[Script Filter] Queuing argument '' [08:51:29.694] Calculate Anything[Script Filter] Queuing argument '1' [08:51:29.754] Calculate Anything[Script Filter] Script with argv '(null)' finished [08:51:29.759] Calculate Anything[Script Filter] {"items":[]} [08:51:30.449] Calculate Anything[Script Filter] Queuing argument '+21 days' [08:51:30.599] Calculate Anything[Script Filter] Script with argv '(null)' finished [08:51:30.605] STDERR: Calculate Anything[Script Filter] PHP Deprecated: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440 PHP Deprecated: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436 PHP Deprecated: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183 PHP Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29 PHP Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 PHP Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 PHP Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 PHP Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 PHP Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33 PHP Deprecated: Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32 PHP Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 PHP Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 PHP Deprecated: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158 PHP Deprecated: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172 PHP Deprecated: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188 PHP Deprecated: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230 [08:51:30.613] Calculate Anything[Script Filter] Deprecated: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440 Deprecated: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436 Deprecated: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183 Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29 Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33 Deprecated: Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32 Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 Deprecated: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158 Deprecated: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172 Deprecated: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188 Deprecated: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230 {"items":[{"title":"24 December, 2024, 6:51:30 am","subtitle":"Format j F, Y, g:i:s a","arg":"24 December, 2024, 6:51:30 am"},{"title":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds","subtitle":"Timespan","arg":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds"},{"title":1735051890,"subtitle":"Timestamp","arg":1735051890}]} [08:51:30.615] ERROR: Calculate Anything[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON: Deprecated: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440 Deprecated: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436 Deprecated: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183 Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29 Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91 Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66 Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33 Deprecated: Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32 Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46 Deprecated: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158 Deprecated: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172 Deprecated: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188 Deprecated: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230 {"items":[{"title":"24 December, 2024, 6:51:30 am","subtitle":"Format j F, Y, g:i:s a","arg":"24 December, 2024, 6:51:30 am"},{"title":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds","subtitle":"Timespan","arg":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds"},{"title":1735051890,"subtitle":"Timestamp","arg":1735051890}]} KK1 1
antoniorodr Posted 3 hours ago Posted 3 hours ago @petebocken Weird, it works for me. Do you have more info?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now