pyTigerGraph icon indicating copy to clipboard operation
pyTigerGraph copied to clipboard

Error when creating a token with pyTigerGraph 1.7.2 on TG server V 3.10.1

Open custom-discoveries opened this issue 1 year ago • 1 comments

Describe the bug It seems that under pyTigerGraph 1.7.2 I'm unable to create a token. I'm receiving the the following error: HTTPError('404 Client Error: Not Found for url: https://c5cc0e0a08314d139c8e007bfaf9486e.i.tgcloud.io:443/restpp/v1/tokens')

To Reproduce Steps to reproduce the behavior:

  1. Install pyTigerGraph 1.7.2
  2. Connect to TigerGraph iCloud Sever 3.10.1
  3. Create Secret
  4. Then Create a Token with Secret
  5. See error

Expected behavior If I run pyTigerGraph 1.7.0 everything works fine.

Screenshots None

Desktop (please complete the following information):

  • MacOS: 12.7.6
  • Browser Microsoft Edge
  • Version Edge 129.0.2792.65 (Official build) (x86_64)

Smartphone (please complete the following information):

  • NA

Additional context Looks like 1.7.2 is not backwards compatible with TigerGraph 3.10.1

custom-discoveries avatar Oct 07 '24 18:10 custom-discoveries

Thank you for the bug report, we will work to resolve ASAP.

parkererickson-tg avatar Oct 07 '24 19:10 parkererickson-tg

Released fix in v1.7.3, upgrade with pip install -U pyTigerGraph

parkererickson-tg avatar Oct 14 '24 18:10 parkererickson-tg