question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`vipaccess provision` no longer works (READ THIS)

See original GitHub issue

So I tried installing python-vipaccess on multiple devices (work pc, desktop pc at home and my laptop) and I get the same error after running ‘vipaccess provision -p’ or ‘vipaccess provision -o’

Full output:

C:\Users\user>vipaccess provision -p Generating request… Fetching provisioning response… Getting token from response… Decrypting token… Traceback (most recent call last): File “C:\Users\user\AppData\Local\Programs\Python\Python38-32\Scripts\vipaccess-script.py”, line 11, in <module> load_entry_point(‘python-vipaccess==0.13’, ‘console_scripts’, ‘vipaccess’)() File “c:\users\user\appdata\local\programs\python\python38-32\lib\site-packages\vipaccess_main_.py”, line 232, in main return args.func(p, args) File “c:\users\user\appdata\local\programs\python\python38-32\lib\site-packages\vipaccess_main_.py”, line 55, in provision otp_secret = vp.decrypt_key(otp_token[‘iv’], otp_token[‘cipher’]) TypeError: ‘NoneType’ object is not subscriptable

All of the machines I used are running Windows 10. I used a few prints inside __main__.py and it appears otp_token is None for some reason.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

10reactions
dlenskicommented, May 28, 2020

Much to my surprise… you’re right. vipaccess provision is working again. 🤷‍♂️

2reactions
romitathakurcommented, May 28, 2020

Hi, I tried to repeat the process today by installing python-vipaccess2 0.3.6 and was able to do provisioning, i think server changes were temporary. @aviv0404 you can try again with latest version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I replaced my mobile device. Now VIP Access no longer works ...
How to recover if your VIP Access for Mobile app no longer works after replacing your mobile device.
Read more >
python-vipaccess/README.md at master - GitHub
As of May 17, 2020, python-vipaccess stopped working for provisioning new Symantec VIP Access tokens (which was its raison d'être).
Read more >
VIP Access - Apps on Google Play
Symantec VIP Access helps protect your online accounts and transactions by using a strong authentication process when you sign in to your ...
Read more >
Third-party License Agreements - VIP Manager
SYMANTEC CORPORATION SHALL. NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION. WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION.
Read more >
Reversing the Symantec VIP Access Provisioning Protocol
Thank you so much for this!!! I was using a yubikey for all my codes and was annoyed by using an extra app...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found