Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个错误:
Blockquote 致命错误:在 /home/julienlakq/custom/vendor/guzzlehttp/guzzle/src/RequestFsm.php:65 中未捕获的异常“GuzzleHttp\Exception\StateException”和消息“无效状态:之前”:65 堆栈跟踪:#0 Blockquote
尝试运行脚本发送短信时。
有人见过这种错误吗?这意味着什么?
非常感谢 !
您可能想尝试通过编辑 Guzzle API 来修复它。
在 ./vendor/guzzlehttp/guzzle/src/RequestFsm.php 第 58 行中,将开关评估值更改为switch(trim(strtolower($trans->state)))
switch(trim(strtolower($trans->state)))
它可能表示 OVH 或 Guzzle 库中的编码问题或错误。