Replies: 5 comments 1 reply
-
I presume you're looking for This is similar to |
Beta Was this translation helpful? Give feedback.
-
ok! that's as straightforward as it gets but URLwatch doesn't seem to like it
I've been using urlwatch for years with the same config I have now, the only thing that changed was the upgrade to Debian Bookworm which caused me to not me able to run it via the usual method (apt install urlwatch && pip install chump, or pip install urlwatch && pip install chump). the urlwatch configuration files even are still the same from before the upgrade. i understand if i should take this up with the urlwatch folks, but urlwatch has a pretty damn wide userbase and is fairly old (https://github.com/thp/urlwatch), so i'm not sure that's the right place to go. note the error in question is only raised when there IS something to notify via chump. otherwise it works fine. |
Beta Was this translation helpful? Give feedback.
-
turns out the error is intermittent, so let me try to narrow this down further before sending logs... I already really appreciate your help, zanieb! |
Beta Was this translation helpful? Give feedback.
-
ok, here it is. forget chump, it's not related. install urlwatch. setup a couple of jobs (
The first time you run it ( when chump is not installed and pushover is not set as a notification method, the error in the original post doesn't raise, you only get a polite notification for a new job which isn't new. i am not sure this is related to rye, but given how many ppl use urlwatch, old jobs randomly alerting as if they were new would have a few issues on their side already... PS: you might want to setup some notification, no need to be pushover, to match my environment. but i am not even sure this is needed. having a notification channel raises an error which should happen: the job is not new but it's being flagged as new. |
Beta Was this translation helpful? Give feedback.
-
installed urlwatch 2.25, again via rye, and the issue persisted. 2.25 works fine on other machines. it is not an issue of some autoclean deleting the urlwatch cache - if it was then all jobs would alert as new. in this case only a subset of the jobs alerts as new. going to give up on rye for now. seemed great though... |
Beta Was this translation helpful? Give feedback.
-
On Debian Bookworm,
rye install urlwatch
rye install chump
chump
is an optional dependency (needed in my case) ofurlwatch
.urlwatch
is called almost exclusively via root's crontab, but when I call it manually in the shell, to testurlwatch
, it sayschump
is not installed.I don't think my situation is unique. How should this be handled? Should I use a project? Should I use some global something? What's the simplest way to help `urlwatch find chump?
Beta Was this translation helpful? Give feedback.
All reactions