Search Unity

Vivox token error

Discussion in 'Vivox (Voice & Text Chat)' started by Tatshino, Jul 8, 2021.

  1. Tatshino

    Tatshino

    Joined:
    Aug 17, 2020
    Posts:
    1
    I'm having trouble with vivox connecting

    the same error keeps appearing even in a new project
    There isn't any kind of error when I use the vivox sample
    You can see the error in the picture

    I don't know what could have caused this

    All and any help anyone can give would be appreciated
     

    Attached Files:

  2. chapdas

    chapdas

    Joined:
    Mar 7, 2022
    Posts:
    2
  3. Christian_Perri

    Christian_Perri

    Joined:
    Aug 7, 2022
    Posts:
    31
    Hi,i have the same error,did you solve the problem?
     
  4. Hojoboy123

    Hojoboy123

    Joined:
    Jul 17, 2023
    Posts:
    1
    Hi, im having the same error.... Did you solve your problem?
     
  5. dylan_unity3d

    dylan_unity3d

    Unity Technologies

    Joined:
    Nov 12, 2019
    Posts:
    78
    Please note that the link @chapdas posted above has a new home at https://support.unity.com/hc/en-us/...hat-causes-VxAccessTokenExpired-20121-errors-

    When generating your Vivox Access Token, are you sure you are using the correct expiration time? For Unity, it would be TimeSpan.FromSeconds(90). For other engines, please see the end of the article linked above.

    If the token is being generated correctly, but is being used (or reused) after the expiration time, you will receive the 20121 error.

    If you have verified both of these things are correct, can you please post what your "exp" value is here? Please do not post any other information from the VAT.
     
    MurphyMurph_21 likes this.