mrjones-plip / timekpr-next-remote

A dockerized web app, written in python, for easily adding or removing time for users of Timekpr-nExT
MIT License
12 stars 2 forks source link

extra call to `/get_usage` API with `undefined` #1

Open mrjones-plip opened 1 year ago

mrjones-plip commented 1 year ago

The app for some reason makes a call to to the get_usage API but passes in undefined for both the user and the IP:

"GET /get_usage/undefined/undefined HTTP/1.1" 500 -

This is on an instance with one user who's info gets shown correctly and the app otherwise works fine.