sequencerr

Results 48 comments of sequencerr

I have the same issue. But it's downloading 1 album by 1 as intended, only struggles with full discography download. Maybe add some functionality to no download them all at...

same problem, no clue

I guess https://nodejs.org/api/net.html#socketbyteswritten https://nodejs.org/api/net.html#socketbytesread

Not working on Linux(Debian) (vmware) for me either. https://github.com/puppeteer/puppeteer/issues/678#issuecomment-1214189656 ```js const context = await browserInstance.createIncognitoBrowserContext({ proxyServer: 'http://***:80' }); const page = await context.newPage(); await page.authenticate({ username: '***', password: '***' });...

They are telling info about proxy ip. "judging" validness

Well, it seems nothing works for me now ```sh yrch@debian:~$ docker rmi bluet/proxybroker2 -f Untagged: bluet/proxybroker2:latest Untagged: bluet/proxybroker2@sha256:fa6c5f1872e27e55c1a9a83d2a651746b51a13ccd756c7744bdd2019ab150a9e Deleted: sha256:b992776849e7182b6e12168d28feff072fced901c92a232d26a826ed99bd382b yrch@debian:~$ docker run -p 8081:8081 -v --rm bluet/proxybroker2 find --types...

Docker Hub already accepted my changes) 🤔😁 https://github.com/bluet/proxybroker2/assets/45060278/d2902847-fff6-4196-8a6f-d100ecd89ddb

it also sends `multipart/form-data` instead of `application/json` for "create command" interaction

> there should be no problem. usually the backend use both form-data and json yes, but request sent from discord interface (client) is in type of form-data (in my case)

I really need this feature. Hope someone will do this