xuhcc
xuhcc
celery-once should create all necessary parent directories and the lock file itself automatically. Yes, it may fail to do that due to permission problem or something else, but I think...
@cameronmaske But according to the provided traceback, the `FileNotFoundError` was thrown on the lock removal. Do you have any idea why this might happen? I'm seeing this in my setup...
Yeah, that makes sense. Redis [ignores](https://redis.io/commands/del) the missing keys when DEL command is executed. So I think we should do the same with the file backend.
Do you mean that they are not cleaned after failed tasks? Normally lock file is removed when the task finishes successfully.
I agree that some kind of warning certainly would be useful in this case, but I'm not sure how to implement it. It seems that celery-once doesn't currently employ the...
I have the similar problem with my contract (although exception is different now), and it is definetely caused by out-of-gas error. ```python try: (success, output) = processblock.apply_transaction(self.block, transaction) if not...
The error is gone on `develop` branch :relieved:
My application throwed a different error: ``` AttributeError: module 'comtypes.gen.UIAutomationClient' has no attribute 'CUIAutomation' ``` It turned out that `comtypes.gen` package is not present initially but generated only when requested....
Beancount Mobile was designed to work with one file at a time, but you can switch to a different file on a 'Settings' page. Do you need something else to...