jbrzusto / TO_DO

sensorgnome / motus TODO list for jbrzusto
0 stars 0 forks source link

tagme() rejecting login #134

Closed zcrysler closed 6 years ago

zcrysler commented 6 years ago

I haven't been able to login through the motus R package to access the tagme() function since sometime on Friday - I get the error "The motus data server rejected your login credentials"

jbrzusto commented 6 years ago

Weird - I tried this once, and got the same error. When I tried it again a few minutes later, after stopping and restarting the data server, it worked. I don't think I've changed anything that should have affected this. I'm stumped...

zcrysler commented 6 years ago

Strange - it's working for me now too. I had tried it a bunch of times earlier with no success so whatever the reason restarting the data server seemed to have solved the problem!

jbrzusto commented 6 years ago

reopening: the problem is due to server connections lapsing. the authenticate_user API was not properly checking for this, because iit doesn't go through validate_request()

jbrzusto commented 6 years ago

closing in deference to jbrzusto/motusServer#281