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

Error when generating documentation: Public properties value not found on Knuckles\Camel\Output\Parameter #246

Closed
1 task done
nlsnightmare opened this issue Jun 18, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@nlsnightmare
Copy link

What happened?

  1. I set my configuration to the default configuration
  2. Then I ran php artisan scribe:generate
  3. But I saw the provided screenshot

The autogenerated documentation seems to kinda work still, althouth there are a few extra backticks in the end of the bash commands (screenshots bellow).
Also, a few requests seem to return exceptions such as "invalid signature", or "xxx not found". These are not too much of a big deal however, since I can manually override them

Screenshots and stack traces:
image

image

My environment:

  • PHP version (from php -v): PHP 8.0.6 (cli)
  • Framework (Laravel/Lumen): Laravel
  • Laravel/Lumen version (from composer show laravel/framework or composer show laravel/lumen-framework): 8.47.0
  • Scribe version (from composer show knuckleswtf/scribe): 3.0.2

My Scribe config (minus the comments):

Additional info:

@nlsnightmare nlsnightmare added the bug Something isn't working label Jun 18, 2021
@shalvah
Copy link
Contributor

shalvah commented Jun 18, 2021

Do you have any custom strategies? Seems like a case of old code (v2, 'value') instead of new (v3, 'example').

@nlsnightmare
Copy link
Author

nlsnightmare commented Jun 18, 2021 via email

@shalvah
Copy link
Contributor

shalvah commented Jun 18, 2021

Thank you, that was helpful. If you can update to 3.1.0, it should be fixed now.

@nlsnightmare
Copy link
Author

I can indeed confirm that it works like a charm! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants