Closed emres8 closed 1 year ago
Hi @emres8 , Thank you for your comment.
First I would like to ask, are you using a proxy or the default one (without any proxy)?
default one
I am using the default one (without any proxy), should I use one?
Hi again @emres8 , I just released a new patch version v1.4.1 to fix this issue. Can you please try now?
Hi, firstly great work. I am trying to use sample usage 5 (multiple language) on js for a very simple short json. It gives me an error:
I fixed the issue by adding a ? to the given line
if (!(global.proxyList?.length > 0 && global.proxyIndex != -1)) {
. But couldn't understand why global.proxylist is undefined. Any recommendations on how to proceed? Thanks