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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Hi, first of all - thanks for creating this script. I understand it's no longer being maintained but perhaps some good samaritan can help me :)
Running the script seems to work, but the login operation fails. Obviously I can't share my login info, but the parameters I put into the script seem to be correct.
People who are using this script - does your login fail as well? Have you found a potential fix for it?
Error I get:
Traceback (most recent call last): File "C:\Dev\timewatch\timewatch\main.py", line 48, in <module> tw.login(args.company, args.user, args.password) File "C:\Dev\timewatch\timewatch\timewatch.py", line 76, in login raise TimeWatchException("Login failed!") timewatch.TimeWatchException: Login failed!
The text was updated successfully, but these errors were encountered:
Hi, first of all - thanks for creating this script. I understand it's no longer being maintained but perhaps some good samaritan can help me :)
Running the script seems to work, but the login operation fails. Obviously I can't share my login info, but the parameters I put into the script seem to be correct.
People who are using this script - does your login fail as well? Have you found a potential fix for it?
Error I get:
Traceback (most recent call last): File "C:\Dev\timewatch\timewatch\main.py", line 48, in <module> tw.login(args.company, args.user, args.password) File "C:\Dev\timewatch\timewatch\timewatch.py", line 76, in login raise TimeWatchException("Login failed!") timewatch.TimeWatchException: Login failed!
The text was updated successfully, but these errors were encountered: