biati-digital / alfred-calculate-anything

Alfred Workflow to calculate anything with natural language
MIT License
584 stars 36 forks source link

Area #164

Open Qhilm opened 6 months ago

Qhilm commented 6 months ago

is your problem related to the PHP binary, PHP Path, PHP installation, etc.?

No.

Are you using the latest version of the workflow?

Yes, v4.0.7

Have you installed the workflow dependencies?

yes. php 8.3.6 installed via homebrew.

Describe the bug

Area conversions do not work. I tested square meter, square feet, hectares, etc.

image

To Reproduce

Steps to reproduce the behavior:

  1. Open Alfred
  2. Type '4500 ft2 to m2'
  3. See error "Error, you can not convert from ft2 to m2"

Expected behavior

Display answer (418.06368 square meters)

Debug Output

[14:31:01.488] Calculate Anything[Script Filter] Queuing argument '500 ft2 in m2'
[14:31:01.641] Calculate Anything[Script Filter] Script with argv '(null)' finished
[14:31:01.646] Calculate Anything[Script Filter] {"items":[{"title":"Error, you can not convert from ft2 to m2","arg":false,"subtitle":"","valid":false}]}

System information:

Additional context Other conversions work as far as I can tell, it's just area.

BrandoZhang commented 1 month ago

Having the same issue