jahwag / ClaudeSync

ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects
MIT License
262 stars 29 forks source link

Login Error #47

Closed CharlesFr closed 2 months ago

CharlesFr commented 2 months ago

When trying to login I get this error, the timestamp is directly copied from the Expires / Max-age column in Chrome inspect.

Please enter the expires time for the sessionKey [Mon, 09 Sep 2024 19:39:46 UTC]: 2024-09-09T19:33:06.168Z
The entered date does not match the required format. Please try again.

I'm on Ubuntu

jahwag commented 2 months ago

The required format is right there: Mon, 09 Sep 2024 19:39:46 UTC. The string you entered does not match it, as indicated by the error.