Hello, I am trying to access a running tank instance (Maya) and am running into the following error:
# Error: TankError: file \\Software\shotgun\studio\install\core\python\tank\pipelineconfig.py line 904: You are trying to start using the configuration and tank command located in 'S:\Software\all\shotgun\dev'. The path '\\Projects\Dev' you are trying to load is not associated with that configuration. The path you are trying to load is associated with the following configurations: ['S:\\Software\\all\\shotgun\\dev']. Please use the tank command or Sgtk API in any of those locations in order to continue. This error can occur if you have moved a Configuration on disk without correctly updating it. It can also occur if you are trying to use a tank command associated with Project A to try to operate on a Shot or Asset that that belongs to a project B. #
It looks as if, internally, Tank is using a windows mount, despite having been configured to use the valid network url. There is a second problem, which appears to be caused by literal strings in python being inequal to regular ones.
I would like, as much as possible to strip any windows mounts out of our setups, and I have purged install files of them previously, but this looks like it is happening at the app level.
r