overtrue / laravel-filesystem-qiniu

A Qiniu Storage filesystem for Laravel
471 stars 35 forks source link

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

Open light-speak opened 2 years ago

light-speak commented 2 years ago

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

image

light-speak commented 2 years ago

image

lovemintblue commented 2 years ago

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

image

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

lovemintblue commented 2 years ago

image

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