Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

报错 #2

Open
MarsDiplomatToEarth opened this issue Jul 27, 2020 · 1 comment
Open

报错 #2

MarsDiplomatToEarth opened this issue Jul 27, 2020 · 1 comment

Comments

@MarsDiplomatToEarth
Copy link

at D:\code\php\alipay-crawler\vendor\symfony\options-resolver\OptionsResolver.php: 651
647: * lazy options and/or normalizers
648: * @throws NoSuchOptionException If a lazy option reads an unavailable option
649: * @throws AccessException If called from a lazy option or normalizer
650: */
651: public function resolve(array $options = array())
652: {
653: if ($this->locked) {
654: throw new AccessException('Options cannot be resolved from a lazy option or normalizer.');
655: }
656:

Exception trace:

1 Symfony\Component\OptionsResolver\OptionsResolver::resolve()
D:\code\php\alipay-crawler\lib\Extend\Alipay.php : 40

2 Lib\Extend\Alipay::__construct()
D:\code\php\alipay-crawler\app\Console\Alipay.php : 37

Please use the argument -v to see more details.

@he426100
Copy link
Owner

这应该是配置问题,没有配置好参数吧?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants