Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can no longer import Reflect projects

Discussion in 'Unity Reflect' started by IngeniumNV, Aug 30, 2022.

  1. IngeniumNV

    IngeniumNV

    Joined:
    Feb 18, 2021
    Posts:
    2
    Hi,

    Today I've noticed I am no longer able to import a reflect project into unity. There are no issues in viewing the project list in Unity.

    I am greeted with an error. I am using 1.2.0-preview.26.

    Code (CSharp):
    1. RpcException: Status(StatusCode=Cancelled, Detail="Cancelled")
    2. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    3. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    4. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    5. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    6. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    7. Unity.Reflect.Services.Client.ClientManager+<>c__DisplayClass34_1+<<ConnectAsync>b__0>d.MoveNext () (at C:/build/output/unity/industrial/Projects/Reflect/Source/Services/Client/ClientManager.cs:128)
    8. Rethrow as AggregateException: One or more errors occurred.
    9. Rethrow as ConnectionException: Connection to the server [PC190201] failed, none of the following addresses could be reached: [192.168.0.12:49847]
    10. Unity.Reflect.Services.Client.ClientManager.Connect () (at C:/build/output/unity/industrial/Projects/Reflect/Source/Services/Client/ClientManager.cs:76)
    11. Unity.Reflect.Services.Client.Player.PlayerClient.Connect () (at C:/build/output/unity/industrial/Projects/Reflect/Source/Services/Client/Player/PlayerClient.cs:85)
    12. Unity.Reflect.Player.CreateClient (Unity.Reflect.UnityProject project, Unity.Reflect.UnityUser user, Unity.Reflect.ProjectServerClient projectServerClient) (at C:/build/output/unity/industrial/Projects/Reflect/Source/Services/Client/Api/ClientFactory.cs:40)
    13. ReflectProjectDownloader+<Download>d__11.MoveNext () (at C:/UnityProjects/B360/Library/PackageCache/com.unity.reflect@1.2.0-preview.26/Editor/ReflectProjectDownloader.cs:36)
    14. Rethrow as ConnectionException: A connection with the server PC190201 could not be established. This server may be outside your local network (LAN) or may not accept external connections due to firewall policies.
    15. ReflectProjectDownloader+<Download>d__11.MoveNext () (at C:/UnityProjects/B360/Library/PackageCache/com.unity.reflect@1.2.0-preview.26/Editor/ReflectProjectDownloader.cs:58)
    16. Unity.EditorCoroutines.Editor.EditorCoroutine+YieldProcessor.MoveNext (System.Collections.IEnumerator enumerator) (at C:/UnityProjects/B360/Library/PackageCache/com.unity.editorcoroutines@1.0.0/Editor/EditorCoroutine.cs:80)
    17. Unity.EditorCoroutines.Editor.EditorCoroutine.ProcessIEnumeratorRecursive (System.Collections.IEnumerator enumerator) (at C:/UnityProjects/B360/Library/PackageCache/com.unity.editorcoroutines@1.0.0/Editor/EditorCoroutine.cs:134)
    18. Unity.EditorCoroutines.Editor.EditorCoroutine.MoveNext () (at C:/UnityProjects/B360/Library/PackageCache/com.unity.editorcoroutines@1.0.0/Editor/EditorCoroutine.cs:115)
    19. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    20. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
    21. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    22. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    23. System.Delegate.DynamicInvokeImpl (System.Object[] args) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    24. System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    25. System.Delegate.DynamicInvoke (System.Object[] args) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    26. UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <7105be432fb64891b07085914e6cd5c1>:0)
    27.  
     
  2. IngeniumNV

    IngeniumNV

    Joined:
    Feb 18, 2021
    Posts:
    2
    Oh I've just realized the project being referred to is on the notebook of a colleague and not on reflect cloud.