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

Composer write response like error #15

Open
renzors opened this issue Jan 16, 2017 · 4 comments
Open

Composer write response like error #15

renzors opened this issue Jan 16, 2017 · 4 comments

Comments

@renzors
Copy link

renzors commented Jan 16, 2017

I am using kudu API to call composer commands and I use Invoke-RestMethod of powershell for that. The commad runs fine, but response returns like error.

image

So, I have tried with kudu console and really it writes red messages, it looks like error but it is not.

image

@renzors
Copy link
Author

renzors commented Jan 18, 2017

I can see that extension does not register public keys and that throw internal warnings and show red messages, I have fixed this issue running "composer self-update --update-keys".
I need to fix my composer.json file too, I have seen all these issues running "composer diagnose" command.
If that fix the warning messages I can close this ticket.

@vincent1173
Copy link

vincent1173 commented Mar 10, 2017

+1
@renzors , how did u resolve this issue ?
I did "composer self-update " and added required keys. still, the logs are red.

@SyntaxC4
Copy link
Member

I have not modified how composer writes it's logs, so I don't think i'll be able to fix this issue. It might be worth raising an issue on the composer repo.

@SyntaxC4
Copy link
Member

SyntaxC4 commented Apr 4, 2018

One solution could be to add the composer self-update --update-keys to the WebJob that can run on a schedule to ensure it's done on a regular cadence

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

No branches or pull requests

3 participants