Waboodoo / HTTP-Shortcuts

Android app to create home screen shortcuts that trigger arbitrary HTTP requests
https://http-shortcuts.rmy.ch
MIT License
1.17k stars 113 forks source link

Application cannot read data from clipboard #294

Closed LinYF0 closed 2 years ago

LinYF0 commented 2 years ago

Application cannot read data from clipboard, application version 2.24.0, system is Android 10, Oneplus 8 phone. If you have time, I hope you can help fix it. I am Chinese, please forgive me for my poor language.

LinYF0 commented 2 years ago

执行失败,状态码 422 (Unprocessable Entity)

{"detail":[{"loc":["body"],"msg":"field required","type":"value_error.missing"}]}

LinYF0 commented 2 years ago

The POST data is the contents of my clipboard

LinYF0 commented 2 years ago

It has been solved by using the Riru Clipboard Whitelist module of magisk. Thank you for your application

Waboodoo commented 2 years ago

Glad to hear it's resolved. I saw the stacktrace and it looked very fishy. I don't think there's much I could about this from the application side.