gauravsuman007

Results 5 comments of gauravsuman007

I can see the same behaviour on my OnePlus 6, the boot takes a very long time. How can I check the logs to see if there is a problem?

> There is thermal management in Windows actually, maybe you want more aggressive policy? That sounds great. Maybe that will work. I'm a little pessimistic about it as my phone...

> @strongtz It heats the same in android for me This is different for me. Using Android with web browsing, app installs and such activities keeps the phone cool. Never...

I just fethched the page: https://voe.sx/e/etuuxebdxme7 using python requests and I got the redirect URL inside the JS script they threw at me ``` if (typeof localStorage !== 'undefined') {...

I just used the code from @porridgexj and put it in the media_downloader.py. I first defined a new function: ``` def is_file_undownloaded_or_empty(file_path): if os.path.exists(file_path): logger.info("%s already exists, checking size", file_path)...