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
While ago, was registered and able to push files to datahub. Apr ~15 hours later tried to run data login and getting
invalid json response body at http://api-testing.datahub.io/auth/check?jwt=HereGoesToken&next=http://localhost:3000 reason: Unexpected token < in JSON at position 0
Checking the Auth logs we have problem with connecting to database - SQLalchemy invalidRequestError
sqlalchemy.exc.StatementError: (sqlalchemy.exc.InvalidRequestError) Can't reconnect until invalid transaction is rolled back
Not sure, but this might be related to reusing session - according to this https://stackoverflow.com/a/42396447 it happens when using session while SQLachemy error is raised
The text was updated successfully, but these errors were encountered:
On Tue, Jul 25, 2017 at 8:01 AM Irakli Mchedlishvili < ***@***.***> wrote:
While ago, was registered and able to push files to datahub. Apr ~15 hours
later tried to run data login and getting
invalid json response body at http://api-testing.datahub.io/auth/check?jwt=HereGoesToken&next=http://localhost:3000 reason: Unexpected token < in JSON at position 0
Checking the Auth logs we have problem with connecting to database -
SQLalchemy invalidRequestError
sqlalchemy.exc.StatementError: (sqlalchemy.exc.InvalidRequestError) Can't reconnect until invalid transaction is rolled back
Not sure, but this might be related to reusing session - according to this
https://stackoverflow.com/a/42396447 it happens when using session while
SQLachemy error is raised
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQMdYaHcBhsCfHydU2jnBveIjWmCg71ks5sRZLVgaJpZM4OiJHN>
.
While ago, was registered and able to push files to datahub. Apr ~15 hours later tried to run
data login
and gettingChecking the Auth logs we have problem with connecting to database - SQLalchemy invalidRequestError
Not sure, but this might be related to reusing session - according to this https://stackoverflow.com/a/42396447 it happens when using session while SQLachemy error is raised
The text was updated successfully, but these errors were encountered: