py-sherlock / sherlock

Easy distributed locks for Python with a choice of backends.
MIT License
374 stars 35 forks source link

I can't seem to make sherlock work #55

Closed XicaoSantos closed 1 year ago

XicaoSantos commented 1 year ago

It might be a simple question and i feel dumb asking, but i can't get sherlock to work, i must be missing something. The part with redis and the print(r.get('hello')) works fine, it's just the sherlock that fails when i do lock.aquire(). It's complaining about an invalid UUID input. image what do i do to fix the invalid input?

judahrand commented 1 year ago

What version of Sherlock are you using?

judahrand commented 1 year ago

Duplicate of #39 which I am currently trying to resolve.