Question about proxy in config stacker

Hi, i’m having an issue when using a proxy in the config stacker. Actually i got this log

Operation canceled

and the bot ends with an error status. I tried with many different proxies on several website. i’m using this syntax when passing in a proxy

<host>:<port> | ex: 192.168.1.1:80

and then select proxy type. I’ve found nothing related to it in the doc and i can remember myself not having this issue with previous versions of Openbullet 2. Thanks !

You can use both standards for passing proxys but I choose to use the newest

<fqdn/ip>:::

proxyserver.com:80:username:password

Can you try to use SystemNet instead of RuriLib as http library? (You can select it with a dropdown setting in the http request block). Please let me know if that fixed the issue since I know what it probably is.

2 Likes

Thanks for your reply ! I probably misunderstood your answer but this proxy 192.168.1.1:80 would remain the same using both standards.

Thank you, it actually worked ! What are the differences between these two libraries, like would you recommend one over another ?

RuriLib.Proxies does not support https proxies yet (only http) while System.Net does support them. Feel free to open an issue on github about this

2 Likes