Here is problem that took me a month to debug. The 500px plugin fails to login if the computers time is set improperly. Either this is caused by bad NTP sync or just battery on your motherboard is weak.
Testcase:
- Change the timezone and system date.
- Open Lightroom
- Connect to 500px plugin by clicking login button.
The login should fail consistently with 'Opps, something went wrong'
Solution: Perhaps throw an error when a clock skew is detected or there is mismatch in the timestamps of the JSON requests.
Here is problem that took me a month to debug. The 500px plugin fails to login if the computers time is set improperly. Either this is caused by bad NTP sync or just battery on your motherboard is weak.
Testcase:
The login should fail consistently with 'Opps, something went wrong'
Solution: Perhaps throw an error when a clock skew is detected or there is mismatch in the timestamps of the JSON requests.