juju-solutions / review-queue

Juju Review Queue webapp
4 stars 4 forks source link

Issue with accessing some of the charms in review queue. #70

Open Geethas1 opened 7 years ago

Geethas1 commented 7 years ago

We are facing issue while accessing some of the charms in new Review Queue. When we clicked on charms like IBM DSM Base and IBM DSM Enterprise, it's redirecting to error page and displaying message that "Something went wrong. A detailed error message has been delivered by Great Eagles to the Council of Elrond". It's happening for some of the charms though they have "everyone read" permission.

tvansteenburgh commented 7 years ago

Thanks for the bug report. We do have detailed error messages for the problems you are seeing. Issues #68 and #69 will address these problems.

suchvenu commented 7 years ago

We are facing issue with these items in Review Queue: https://review.jujucharms.com/reviews/26 https://review.jujucharms.com/reviews/37

Others like the below ones are working fine. https://review.jujucharms.com/reviews/15

Can't make out the difference between these. Can you please help to resolve this issue.

tvansteenburgh commented 7 years ago

Thanks, I'll be looking into this today.

tvansteenburgh commented 7 years ago

https://github.com/juju-solutions/review-queue/pull/77 will surface whatever errors are occurring up into the web UI so they can be addressed. In both cases, there is an error occurring when the charm source is pulled from the charmstore into the review-queue app.

In the case of https://review.jujucharms.com/reviews/26, I'm not sure what the error is - we'll need to wait until pull/77 is released to find out.

In the case of https://review.jujucharms.com/reviews/37, running 'charm release-term ibmcharmers/ibm-platform-ac/1` may fix the problem immediately. If not, we'll find out what's going on when pull/77 is released.

I'll try to get pull/77 released to production tomorrow.