Yariya / EarnApp-Earning-Monitor

Watches your earnings on EarnApp and notifies you when you earned balance or received an payout.
MIT License
18 stars 12 forks source link

Doesn't receive hourly notifications #43

Closed Izanagi52 closed 2 years ago

Izanagi52 commented 2 years ago

Hi, Since version 2.2.0.2, I don't receive the hourly update notifications. The app start, send the test notification successfully and nothing else is send.

Screenshot_2022-03-06-11-21-18-636_com sonelli juicessh~4

Screenshot_2022-03-06-11-31-50-110_com discord~3

Note : I use the ARM64 docker version on a RPi4 on Ubuntu desktop 21.10, with the default docker-compose file.

fazalfarhan01 commented 2 years ago

Hi @Izanagi52 I am having similar issues as well. Will work on it asap.

Yariya commented 2 years ago

Hey trying to look into it today.

Yariya commented 2 years ago

Try this without delay and let me know. This should set the delay to default.

docker run -d --restart always --name earnapp-monitor \
-e AUTH=YOUR_AUTH_COOKIE_HERE \
-e WEBHOOK_URL=YOUR_WEBHOOK_URL_HERE \
-e AUTOMATIC_REDEEM=0
fazalfarhan01/earnapp-earning-monitor:python-latest
Izanagi52 commented 2 years ago

It seems to works. I have receive all notification since this (at 10 minute of each hours). Thanks !

Izanagi52 commented 2 years ago

I just notice that percentage aren't correctly displayed

IMG_20220309_171832

Yariya commented 2 years ago

wait till next update. The values to calculate the percentage don't come from the moon ^^ Calculating the procentage +/- since the last update

fazalfarhan01 commented 2 years ago

wait till next update. The values to calculate the percentage don't come from the moon ^^ Calculating the procentage +/- since the last update

Lol

Anyways.. I tested on my side a few mins ago. Turns out the containers glitched out coz of a network error and sent multiple requests to GitHub to check for updates.. got rate limited and thus the malfunction.

Everything works as expected. Good work on the update @Yariya

fazalfarhan01 commented 2 years ago

@Izanagi52 closing the issue. Reopen it if you have any related bugs.