dppdppd

Results 17 comments of dppdppd

``` 2022-01-16 20:44:57,318 amazon.py:255 [INFO] Downloading invoice for order 'D01-1380792-3469006' ... raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Waiting to match conditions ``` It times out because the browser is sitting...

It downloads digital orders just fine when I switch to that commit.

Doesn't look like it. This is the entirety of the spew ``` 2022-01-19 10:50:00,350 amazon.py:223 [INFO] Skipping order group: '1998' 2022-01-19 10:50:00,398 amazon.py:223 [INFO] Skipping order group: '1997' 2022-01-19 10:50:00,444...

dunno if related, but HEAD scrapes the wrong group. If I set it to 2022, i can watch it scrape 2021. #70e9385 scrapes the correct group.

Odd. I wiped the 2022 dir and repeated it. I get both 2022 and 2021 invoices in there. This is my cfg ``` def CONFIG_amazon_2022(): return dict( order_groups=[ "2022", ],...

Can you post an example of the interference?

Can you post a sample that demonstrates the issue? This works for me in this case: ``` data = [ [ "simple stacking box", [ [ BOX_SIZE_XYZ, [45, 45, 15.0]...

It’s a pretty rough experience: each task (entirely unrelated to the journal) I want to update the time stamp on is a 10-20 second pause. I find it hard to...

hmm. Well that certainly seems like the variable I want but it doesn't make a difference. All journal files are decrypted on every activation of the calendar. When agenda integration...

OK. So I removed the calendar hooks. Org-journal now doesn't bother me at all outside of org-journal usage. I have yet to noticed any ill effects, although I also only...