Page MenuHomePhabricator

Unhandled Exception when searching for chatrooms
Closed, InvalidPublic

Description

The custom images for chatrooms is working just peachy, except for now going to the chatroom search screen throws...

Unhandled Exception ("PhabricatorDataNotAttachedException")
Attempting to access attached data on ConpherenceThread (via getImages()), but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it.

Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly.

Event Timeline

CodeMouse92 raised the priority of this task from to Needs Triage.
CodeMouse92 updated the task description. (Show Details)
CodeMouse92 added a project: Conpherence.
CodeMouse92 added a subscriber: btrahan.
CodeMouse92 added a subscriber: CodeMouse92.
CodeMouse92 claimed this task.

Nevermind, Guido's Time Machine at work here. (My server updates Phabricator automatically every morning, but the fix hit somewhere after 8am PST.) Sorry!