V5.41 - Feedback

LinerSeven

Active member
@LinerSeven thanks for sharing the macro.

The issue you are seeing is the curl binary does not seem to be on your device. The error is: "/system/bin/sh: <stdin>[16]: curl: inaccessible or not found"

I just tried your macro on an Android 13 device with 5.41.2 and helper 1.14 and it works fine.

I tried you macro on an Android 14 device with the 5.40.4 and 1.13 and I see the exact same error you do.

For whatever reason the curl command is no longer available on your device by default, so it cannot be called. I don't think this is in any way relevant to the beta release of MacroDroid and you will see this with the current production version as well. Perhaps some system update has removed the curl binary.

I would suggest either of the following:

Use the HTTP request action instead.
Use something like termux (from F-Droid) as it should have the curl command available.
Find a curl binary built for Android and put it on your device somewhere it can be executed (and remember to make sure the binary is executable)
Thank you, @MacroDroidDev ,

Noted!!

I see that cURL is still blocked.
HTTP requests are working fine, so we will use that.

Best Regards,

Liner Seven
 

SHAWON

New member
Display Bubble Notification Bug

Although the text is large, it does not appear on the full screen and there is no system to copy the text. Hopefully the next update will fix 😊

Screenshot_2024-02-05-09-00-04-427_com.arlosoft.macrodroid.png
 

MacroDroidDev

Administrator
Staff member
@SHAWON It's not possible to change the size of the bubble that appears but I can make the text selectable and I will do that in the next update.
 

SHAWON

New member
HTTP Request
Bug After 1 hour or 1 day or much older, edit it again to Sometimes it saves, sometimes it doesn't.

You can also add a new feature.
Save HTTP response in Dictionary variable
Directly outputting JSON Parse, Having this option would be very convenient

Screenshot_2024-02-15-19-48-24-559_com.arlosoft.macrodroid.png
 
Top