I've been using Dueling Books custom cards feature for several years now and I was looking around recently and was quite surprised to find it had an api for custom cards. Happily surprised though as I got straight to work on ways to implement it using python in my next project. Unfortunately the implementation failed; when I try to make a request it just takes a long time, I get no response back, and none of the cards are changed on the account. This was very strange as when I made obvious errors (login, missing name or password) it gave an error back right away.
I tried all sorts of things, different values, a different account, even thought maybe I made a mistake in my request and made the request in my browser in the following format:
https://api.duelingbook.com/upload-custom-card?action=Upload+card&username=***********&password=***********&name=***********&effect=***********&card_type=Spell&type=Field&privacy=1&rush=0
Anyways I'm almost certain this isn't an issue on my end. A timely response on if this issue will be fixed soon would be much appreciated, as I probably should be spending my time elsewhere if this issue won't be resolved soon.