hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
180 stars 55 forks source link

Registers same observer 3 times. #281

Open devlancer412 opened 6 months ago

devlancer412 commented 6 months ago

It seems like register same enpoint 3 times with different address. so backend gets post request 3 times. Please check this screenshot image

And this is my config image

lgalabru commented 5 months ago

Hi @devlancer412! If you have 3 observers, that means that 3 subscriptions occurred. Any idea on how to reproduce? In the meantime, you can do some cleanup by editing the observers.sqlite db (sqlite3 command or any DB sqlite editor).

devlancer412 commented 5 months ago

Thank you. so it adds observer when ever I run command?