knirirr
knirirr
Thanks. By "didn't create" I meant didn't place directly in the file system myself. I've restarted apps on two phones several times and waited about 20 minutes. The cards are...
As far as I can tell I've got matching topics. One thought that occured to me is that I originally created device names with an underscore, e.g. j_phone. Creating another...
Thanks. The mosquitto_pub command you mentioned had no effect, but deleting the relevant files eventually got me to a list of devices/users which look correct at $MY_SERVER/owntracks/table/ The Android and...
On iOS I can swipe them away but they reappear when the app is reopened. On Android I can't.
I don't think it was a case of mistyping as in a typo, but I think it would be '-' vs. '_'. I originally used underscores when creating device names...
Nevertheless, I see topics such as owntracks/john/j_phone, john/j-phone in my server's device table, and files such as /var/spool/owntracks/recorder/store/last/john/j-phone. This certainly confused me. Sorting this out, plus clearing all retained messages...
Apologies, I didn't see the notification. For the moment I've re-written my code to use the Neo4j http interface instead. So, please feel free to close this unless you think...
I'm using activegraph-11.5.0.beta.2 with rails-7.1.2 and neo4j-ruby-driver-4.4.5 but still encounter a problem with missing rake tasks. The attached file shows what happens when `rake test` is run. In my test...
> @knirirr hey, could you please provide a sample app that reproduces this issue? Unfortunately not; I have not been able to reproduce it with a new app, but I...
Well, I've had no luck finding what's going on, and so have resorted to "fixing" it with this code, in config/initializers/rails_7_2_dev_login_fix.rb ``` class String def name self end end class...