Categories
(Conduit :: Phabricator, defect, P2)
Tracking
(Not tracked)
People
(Reporter: nchevobbe, Unassigned)
References
Details
(Keywords: conduit-triaged)
Steps to reproduce
- Navigate to https://phabricator.services.mozilla.com/D81039
Expected results
I can see the patch
Actual results
There are php errors:
PhutilAggregateException
Encountered a processing exception, then another exception when trying to build a response for the first exception.
- RuntimeException: array_walk_recursive() expects parameter 1 to be array, null given
- RuntimeException: min(): Array must contain at least one element
RuntimeException
array_walk_recursive() expects parameter 1 to be array, null given
RuntimeException
min(): Array must contain at least one element
Updated•5 years ago
|
Comment 1•5 years ago
|
||
This is the same as https://phabricator.services.mozilla.com/D80349 the other day (see bug 1648915 comment 3), empty "changes": [].
Aneshwa, what does hg --hidden log -pvr 7445963007d88461c1b3b3e292fd4b7131f12d9f show?
hg --hidden log -pvr 7445963007d88461c1b3b3e292fd4b7131f12d9f shows unknown revision. However, hg --hidden log shows the changeset I amended that I think has the php errors and another changeset that is the tip.
| Reporter | ||
Comment 3•5 years ago
|
||
I overrode https://phabricator.services.mozilla.com/D81039 so I can remove the review request (I think it's fine since we have other bugs related to the same issue)
Description
•