Page MenuHomePhabricator

Unhandled Exception when opening specific Task while not logged in
Closed, ResolvedPublic

Description

I get an Unhandled Exception ("InvalidArgumentException") when opening the following URL in this Phabricator instance: https://secure.phabricator.com/T10034

Error details:

Argument 1 passed to ManiphestTaskGraph::isParentTask() must be an instance of ManiphestTask, null given, called in /core/lib/phabricator/src/infrastructure/graph/ManiphestTaskGraph.php on line 79 and defined

It looks like this only happens when the user is not logged in. After I login it loads fine.

This is reproducible in Chrome and Firefox.

Event Timeline

rencris renamed this task from Unhandled Exception when opening task specific Tasks while not logged in to Unhandled Exception when opening specific Task while not logged in.Jul 29 2016, 1:28 PM
rencris created this task.

Thanks for the report, and for including detailed reproduction steps which allowed us to reproduce the issue.

This should now be fixed in HEAD of master. I've deployed the fix to this server, and can no longer reproduce the problem here or locally.

Let us know if you run into anything else.