You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the auth post request in getToken() method when using 3.x Tiger Graph version it fails. Reason is the alt_data is returned empty without the graph name. See the common.auth.py line 90 where the object is created empty while in line 86 it includes the graph name. I have tested with initializing it as in line 86 and it worked.
In the auth post request in getToken() method when using 3.x Tiger Graph version it fails. Reason is the alt_data is returned empty without the graph name. See the common.auth.py line 90 where the object is created empty while in line 86 it includes the graph name. I have tested with initializing it as in line 86 and it worked.
pyTigerGraph/pyTigerGraph/common/auth.py
Line 90 in 30fee31
pyTigerGraph/pyTigerGraph/common/auth.py
Line 86 in 30fee31
Additionally Check code in 1.7 branch before common auth was introduced:
pyTigerGraph/pyTigerGraph/pyTigerGraphAuth.py
Line 228 in 5ef7ad6
The text was updated successfully, but these errors were encountered: