laravel-filesystem-qiniu icon indicating copy to clipboard operation
laravel-filesystem-qiniu copied to clipboard

Argument #1 ($value) must be of type Countable|array, null given

Open light-speak opened this issue 3 years ago • 3 comments

环境是Sail + Octane , PHP8.1 版本2.0.4 调用接口提示这个错误 出在Auth.php 的117行

image

light-speak avatar Mar 23 '22 09:03 light-speak

image

light-speak avatar Mar 23 '22 10:03 light-speak

环境是Sail + Octane , PHP8.1 版本2.0.4 调用接口提示这个错误 出在Auth.php 的117行

image

这个问题是七牛那边的sdk的问题,那边的pr还没合并。 117行 可以先手动替换成 strlen($body)

lovemintblue avatar Mar 24 '22 03:03 lovemintblue

image

用这个版本 overtrue/laravel-filesystem-qiniu:dev-master

lovemintblue avatar Mar 24 '22 08:03 lovemintblue