ErikGartner / ardb

Mirror of Anarch Revolt Deck Builder from Google Code.
0 stars 0 forks source link

Saving deck to Secret Library fails due to cropped names #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Save in deck in Secret Library with a crypt card that has a name longer
than 18 characters.

What is the expected output? What do you see instead?

The crypt cards with names longer than 18 characters are not saved
correctly into the Secret Library, because the submitter crops the names.

Original issue reported on code.google.com by jhatt...@gmail.com on 26 Oct 2009 at 9:21

GoogleCodeExporter commented 9 years ago
I'm not sure that this is an Ardb problem.  I've checked the post buffer that 
Ardb is 
outputting and it is not cropping the names.  i.e It puts "Aaron Duggan, 
Cameron's 
Toady" in full in the output that is uploads.  There is no code in the export 
for 
SecretLibrary that limits length of card names.

Below is the buffer that ardb sends. "Aaron%20Duggan%2C%20Cameron%27s%20Toady" 
is the 
first crypt card:

"sl_deck_submit=1&sl_user_agent=ardb&sl_agent_version=2.9.0&username=user?
&password=password&title=&author=Graham%20Smith&description=&public=1&crypt=Aaro
n%20D
uggan%2C%20Cameron%27s%20Toady%0D%0AAsh%20Harrison%0D%0AAsh%20Harrison%0D%0AAsh%
20Har
rison%0D%0ACarmen%0D%0ACarmen%0D%0AFrondator%0D%0AJanine%0D%0AKeith%20Moody%0D%0
AKeit
h%20Moody%0D%0ALectora%0D%0AMosfair%0D%0AMosfair%0D%0A&library=Magic%20of%20the%
20Smi
th%0D%0AMagic%20of%20the%20Smith%0D%0AMagic%20of%20the%20Smith%0D%0AMagic%20of%2
0the%
20Smith%0D%0AGuarded%20Rubrics%0D%0AIvory%20Bow%0D%0A%0D%0A"

What version of Ardb is being used as this does not seems to be a issue in 
v2.9.1?

Graham.

Original comment by graham.r...@gmail.com on 28 Oct 2009 at 7:47

GoogleCodeExporter commented 9 years ago
I'll have to check this on the Secret Library's side.

Original comment by jhatt...@gmail.com on 28 Oct 2009 at 8:31