Jump to content

Symbol object: NOT_SET


lukas g

Recommended Posts

Posted

Hello,

recently I am running into the problem that I am getting a Symbol object instead of the object i actually wanted on from my session.
Mostly it happens when i am using functions from a Project object like project.project_schema. It returns NOT_SET.
I tried to clear the session cache before. And I also tried to populate it manually using session.populate(project, "project_schema") but it did not help.

How can I enforce a new query to my session and get a proper return value.

Thank you in advance,

Lukas

Posted

Hi Lukas,

Are you able to reproduce this in a consistent way? It is not supposed to happen so trying to find a way to reproduce this would be a great help to track down this issue.

Also, are you using the session in a multi threaded environment?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...