Open raifpy opened 4 years ago
Also \n "%0A" not working ..
It seems I have to encode the URL before hitting a request to the Carbon. Thanks for reporting. I'll try to fix it
@cyberboysumanjay is this still actively maintained? I am facing the same issue with newlines/carriage returns.
Passing the code through any url-safe function will do the job:
import urllib.parse
urllib.parse.quote_plus(code)
return Default Carbon Page ..