Hizkia Felix

Results 18 comments of Hizkia Felix

I managed to set up Discord webhooks by modifying the `service/webhook.service.ts` file. Comment out the `axios.post` and create a new one following Discord's format. I used [Discohook](https://discohook.org/) to help build...

FC2 requires a Websocket connection. Try setting both `HTTPS_PROXY` and `WSS_PROXY` to `http://127.0.0.1:10809`. Also try setting `log_level` to `debug`.

Ah interesting, thanks for debugging. Now that I'm looking at that part of the code, I wonder why I wrote it that way, and why things have been working just...

I also had the same issue, I think it's because the `Blob` gets converted to a `string` before being sent. I managed to get it working by making the following...

I've tried upgrading to `1.3.104`, `1.3.105`, and the latest nightly, and still seeing the same behavior. ``` yarn add -D @swc/[email protected] ```

Looks like downgrading to `@swc/[email protected]` fixed it for me as well.

Hi, a few questions to help me debug the issue, - Which OS, and what Python version? - How did you install fc2-live-dl (pip, docker?) - Does the error happen...

Hi can you tell me - What OS (Windows/Linux/OSX/others) - What Python version you're using - fc2-live-dl version (run with `--version` to check) - The command you used to run...

Are you using a cookies file? Is the stream you're trying to record a public one or login-only or private? Does the error happen at the start of recording or...

Thanks for the logs. Seems to be a disconnection from the server side as indicated with the `Server disconnected: 4114`. I'll need to dig deeper and check if FC2 has...