Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDrive provider doesn't seem to work with Root Overrides #15

Open
fire opened this issue Feb 5, 2024 · 0 comments
Open

GDrive provider doesn't seem to work with Root Overrides #15

fire opened this issue Feb 5, 2024 · 0 comments
Labels
community Issues and PRs coming from the community members

Comments

@fire
Copy link

fire commented Feb 5, 2024

Log

Root overrides are available only for default sites not for "site"
==============================
Traceback (most recent call last):
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\tools\ayon_launcher\models\actions.py", line 367, in trigger_action
    action.process(session)
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\tools\ayon_launcher\models\actions.py", line 126, in process
    self.application.launch(
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\applications.py", line 380, in launch
    return self.manager.launch(self.full_name, *args, **kwargs)
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\applications.py", line 560, in launch
    return self.launch_with_context(context)
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\applications.py", line 536, in launch_with_context
    return launch_context.launch()
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\applications.py", line 1328, in launch
    self.run_prelaunch_hooks()
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\lib\applications.py", line 1312, in run_prelaunch_hooks
    prelaunch_hook.execute()
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\hooks\pre_global_host_data.py", line 17, in execute
    self.prepare_global_data()
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\hooks\pre_global_host_data.py", line 63, in prepare_global_data
    self.data["anatomy"] = Anatomy(project_name)
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\pipeline\anatomy.py", line 439, in __init__
    root_overrides = self._get_site_root_overrides(project_name, site_name)
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\openpype_3.18.6\openpype\pipeline\anatomy.py", line 556, in _get_site_root_overrides
    roots_overrides = sync_server.get_site_root_overrides(
  File "C:\Users\ernest.lee\AppData\Local\Ynput\AYON\addons\sitesync_1.0.3\ayon_sitesync\sync_server_module.py", line 730, in get_site_root_overrides
    raise ValueError((
ValueError: Root overrides are available only for default sites not for "site"
@iLLiCiTiT iLLiCiTiT added community Issues and PRs coming from the community members and removed community contribution labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues and PRs coming from the community members
Projects
None yet
Development

No branches or pull requests

3 participants