hackjutsu / Lepton

💻 Democratizing Snippet Management (macOS/Win/Linux)
https://hackjutsu.com/Lepton
MIT License
10.13k stars 475 forks source link

Snippet sorting error #482

Open frankyonnetti opened 3 years ago

frankyonnetti commented 3 years ago

Environment info

Description of the problem:

In my .leptonrc file, if I set 'snippet' 'sorting' to 'description' and 'sortingReverse' to false, I get the following error in my log:

2021-02-17T15:00:37.445Z - debug: -----> Failure with {}
2021-02-17T15:00:37.446Z - error: The request has failed: {}
2021-02-17T15:00:37.446Z - info: [Dispatch] updateUserSession INACTIVE

Including:

But, if I set 'snippet' 'sorting' to 'description' and 'sortingReverse' to true, no errors and the app loads as expected.

Thanks

hackjutsu commented 3 years ago

This is very likely a bug. I'll take a look. Thanks for reporting.