@battalcengizhan
Do you use fingerprints and proxies?
What version of BAS are you using?
At what point does the error occur (registration, authorization, posting)?
It would be cool to write everything according to this instruction:
https://community.bablosoft.com/topic/30993
Strange error in bas
-
@andy231 everything is work fine, you can send anything you want. https://imgur.com/a/G216e and https://imgur.com/a/Q2fLN and https://imgur.com/a/Lxo5h
-
@seedgg Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .
-
@andy231 said in Strange error in bas:
Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .please
-
@andy231 when you parse you variable it look like :
"Cgs5Q1o5TW9ZV0UyUg%3D%3D".
You must clean this variable from "\n". Just use block replace string with parameter "\n" as a erxpression with empty parameter. Look at the test script. Use your URL with variable here.