tigergraph / pyTigerGraph

Python package for utilizing TigerGraph Databases
https://docs.tigergraph.com/pytigergraph/current/intro/
Apache License 2.0
29 stars 13 forks source link

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

Closed custom-discoveries closed 1 week ago

custom-discoveries commented 2 weeks ago

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):

Smartphone (please complete the following information):

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

parkererickson-tg commented 2 weeks ago

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

parkererickson-tg commented 1 week ago

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