Sebastian Ozimkowski

Results 2 comments of Sebastian Ozimkowski

@yangsongbai1 you have to escape special character e.g. with `urllib.parse.quote_plus` ![Image](https://github.com/user-attachments/assets/2acce486-9504-4d73-b590-ad0a8a0f54af) This code works for me fine :)

Hi @Pythonbeginer2014, I tried to reproduce your problem using python 3.12 with databases 0.8 and for me it works perfectly: ![image](https://github.com/user-attachments/assets/8ac12647-49bf-4221-a7c7-c86ae8766793) Try again but make sure you have write/read access...