makeworld
makeworld
I can't confirm this issue. I was able to download the provided URL when using my username and password.
Some extra info: I was already logged in (`~/.cache/yt-dlp/cbcgem/claims_token.json` existed), but even after renaming that file, I still got things to work with no errors. > makew0rld, is it possible...
I am local to Canada. Pretty sure you have to be to access the CBC Gem website. Not sure if it's really possible/reasonable for this extractor to support users outside...
Sounds like the service has cracked down on VPNs, not much can be done about it from the extractor side.
@lordpengwin this a separate issue. You should open a new bug report, and you can tag me as I maintain the CBC Gem extractor when I can.
Currently I am seeing some stuff where I have two batches running concurrently, they both do a read and then a write. I see some atomicity issues when running that....
I'm struggling to reproduce the issue with a test case. I'll report back if I ever get it working. The issue I encountered had to do with reading an array...
Here's some test code I wrote, and it is working fine. It's possible my issue is elsewhere. But I'm curious if @mafintosh can comment on what this issue is about?...
> surely you weren't using it before, right? I believe I was using it before, but possibly not. As I said the test case works, so maybe my issue in...
Ok, thanks. I am manually using locking, so it should be fine. I'll report back here if I am able to reproduce any issues.