DevilXD

Results 346 comments of DevilXD

Alright, this finally points to a solid lead. It looks like the playlist fetching step may end up returning a 404, and that replaces the playlist's response with "Not Found"...

I've pushed out a change that should handle cases like this more gracefully: https://github.com/DevilXD/TwitchDropsMiner/commit/cffda7fc392ce53a8f9099d948709dd7db50ce6b Please give it a try and see if it helps.

@axi92 Has the issue repeated itself after that last change?

I'm going to assume that the issue is gone now then 👍

I sort of knew that this may just come back at some point. Have you done any scrubbing of the log file yourself? Like, did you delete any parts of...

The guideline is simple - don't post DEBUG logs, at all. Doing so exposes too much information, and even though it is helpful to narrowing down the cause, debug logs...

Not really, no. The debug log you've posted is sufficient for now. The log implies that the last operation the miner was doing, was deleting an on-site notification. The miner...

Since you've mentioned the signals, I thought I'd point out the only place where they're used: https://github.com/DevilXD/TwitchDropsMiner/blob/1997a517e607c9291b1197c39d88d7773ebad3af/main.py#L151-L168 Note that `SIGQUIT` isn't handled, meaning that using it on the miner yields...

Version 14 is way, way too outdated to work in any way. The only currently working version is `v16.dev`, available as the current development build. It's quite stable as it...

@Lifeng77X First of, don't comment under an issue, unless you're experiencing the same problem. Not being able to login has nothing to do with updating up from v14. Second of,...