vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

Don't have the permission despite purchased license #113

Open raphaeljoie opened 4 years ago

raphaeljoie commented 4 years ago

Describe the issue

[VimeoPlayer] You do not have permission to access to this video. You must be a Vimeo Pro or Business customer and use videos from your own account. https://vimeo.com/upgrade UnityEngine.Debug:LogError(Object) Vimeo.Player.VimeoPlayer:VideoMetadataLoad(String) (at Assets/Vimeo SDK/Vimeo/Scripts/Player/VimeoPlayer.cs:371) Vimeo.VimeoApi:ResponseHandler(UnityWebRequest) (at Assets/Vimeo SDK/Vimeo/Scripts/Services/VimeoApi.cs:217) Vimeo.d__37:MoveNext() (at Assets/Vimeo SDK/Vimeo/Scripts/Services/VimeoApi.cs:236) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)

Steps to reproduce the problem

Follow the tutorial for streaming video, BUY THE PRO ACCOUNT, generate a token. Chose any video. Play. Get the message.

Unity version

2018.4

Operating system

OS 10.13

alex-Arc commented 4 years ago

I have the same issue but i have a Premium account? [VimeoPlayer] You do not have permission to access to this video. You must be a Vimeo Pro or Business customer and use videos from your own account. https://vimeo.com/upgrade UnityEngine.Debug:LogError(Object) Vimeo.Player.VimeoPlayer:VideoMetadataLoad(String) (at Assets/Vimeo/Scripts/Player/VimeoPlayer.cs:371) Vimeo.VimeoApi:ResponseHandler(UnityWebRequest) (at Assets/Vimeo/Scripts/Services/VimeoApi.cs:217) Vimeo.<Request>d__37:MoveNext() (at Assets/Vimeo/Scripts/Services/VimeoApi.cs:236) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

parsec3d commented 3 years ago

Same exact Issue, with a Pro account...

VimeoPlayer] You do not have permission to access to this video. You must be a Vimeo Pro or Business customer and use videos from your own account. https://vimeo.com/upgrade UnityEngine.Debug:LogError(Object) Vimeo.Player.VimeoPlayer:VideoMetadataLoad(String) (at Assets/Vimeo/Scripts/Player/VimeoPlayer.cs:371) Vimeo.VimeoApi:ResponseHandler(UnityWebRequest) (at Assets/Vimeo/Scripts/Services/VimeoApi.cs:217) Vimeo.d__37:MoveNext() (at Assets/Vimeo/Scripts/Services/VimeoApi.cs:236) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)