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 some methods, there is a "project" parameter that supports project objects or project identifiers. It is not clear why I am trying to send and receive data by project name, but I am unable to do so. Unfortunately, this feature is not supported.
It may not be a smart idea at all to obtain data by project name. However, the current error message is not clear enough and it may be beneficial to convert it.
pycaprio.core.exceptions.InceptionBadResponse: HTTP 500: {"messages":[{"level":"ERROR","message":"Internal server error: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: \"project-name\""}]}
The text was updated successfully, but these errors were encountered:
Thank you @reckart
About the INCEpTION side - I support @jcklie 's suggestion.
See the walk-around in inceptalytics for this issue here
To solve Pycaprio's issue, I suggest clearing the Pythonic API error message instead of the original Java error message. The current situation does not appear to be intuitive to me.
Hi,
Thank you again for this useful package.
I have a small suggestion about error messages.
In some methods, there is a "project" parameter that supports project objects or project identifiers. It is not clear why I am trying to send and receive data by project name, but I am unable to do so. Unfortunately, this feature is not supported.
It may not be a smart idea at all to obtain data by project name. However, the current error message is not clear enough and it may be beneficial to convert it.
When I run this code:
This is the error:
The text was updated successfully, but these errors were encountered: