xhboke / douban

基于thinkphp5.1的豆瓣电影API
https://api.xhboke.com/doc/movie/
MIT License
116 stars 21 forks source link

运行的好好地突然就报错了 #17

Open iowong opened 2 years ago

iowong commented 2 years ago

微信截图_20211215204228

xhboke commented 2 years ago

代码问题,可以在函数里面套个异常处理机制(try语句)或者调整下PHP的异常报告机制(error reporting)

iowong commented 2 years ago

代码问题,可以在函数里面套个异常处理机制(try语句)或者调整下PHP的异常报告机制(error reporting)

好像挂了 信息都获取不到了

xhboke commented 2 years ago

具体是哪部影片呢

iowong commented 2 years ago

具体是哪部影片呢

用你的就能获取到 我的有的可以 有的报错 微信截图_20211219101702 微信截图_20211219101647

xhboke commented 2 years ago

屏蔽下报错试试 error_reporting(E_ERROR | E_WARNING | E_PARSE);

iowong commented 2 years ago

屏蔽下报错试试 error_reporting(E_ERROR | E_WARNING | E_PARSE);

有的可以 有的就不行 搞不懂

微信截图_20211219114546 微信截图_20211219114402 微信截图_20211219114348

xhboke commented 2 years ago

试试这个 https://github.com/xhboke/douban/releases/tag/2.1

iowong commented 2 years ago

试试这个 https://github.com/xhboke/douban/releases/tag/2.1

试了 也不行