All URLs joined in the request._call() method have a double-slash, testnet & livenet. In testnet this causes 404 errors, I'm surprised there are no errors from this in livenet too:
In testnet, this is treated as a 404 error (you can try it in your browser too). Logged #12 on how this is handled, though the double slash should be fixed too.
All URLs joined in the request._call() method have a double-slash, testnet & livenet. In testnet this causes 404 errors, I'm surprised there are no errors from this in livenet too:
I've only started noticing this recently with testnet - perhaps bybit changed their testnet backend a bit to reject that. Same call on testnet:
In testnet, this is treated as a 404 error (you can try it in your browser too). Logged #12 on how this is handled, though the double slash should be fixed too.