Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Issue 81 in ardb: ARDB can't export to Secret Library
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
codesite-nore...@google.com  
View profile  
 More options Oct 10 2011, 11:32 pm
From: codesite-nore...@google.com
Date: Tue, 11 Oct 2011 03:32:36 +0000
Local: Mon, Oct 10 2011 11:32 pm
Subject: Issue 81 in ardb: ARDB can't export to Secret Library
Status: New
Owner: ----

New issue 81 by gsan...@gmail.com: ARDB can't export to Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

What steps will reproduce the problem?
1. Create a deck
2. Export deck to Secret Library (Ctrl + L)
3. Enter SL login details

What is the expected output? What do you see instead?
I expected some notification that the deck was successfully uploaded to SL,  
but instead I see "Invalid username or password" (even if login information  
is correct).

What version of the product are you using? On what operating system?
3.1.1 on WinXP (XP Mode in Win7)

Please provide any additional information below.
This has also been raised in the VEKN forum (http://bit.ly/qY3HMy)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 13 2011, 7:21 pm
From: codesite-nore...@google.com
Date: Thu, 13 Oct 2011 23:21:43 +0000
Local: Thurs, Oct 13 2011 7:21 pm
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library

Comment #1 on issue 81 by Woodruffr1...@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

I have looked at the code.
On Windows Vista, I was able to use version 3.1.1 successfully.
Uploaded two decks with success.
I will look into this further.

Rob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 13 2011, 9:31 pm
From: codesite-nore...@google.com
Date: Fri, 14 Oct 2011 01:31:01 +0000
Local: Thurs, Oct 13 2011 9:31 pm
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library
Updates:
        Status: Accepted
        Labels: Type-Defect Component-Logic Usability

Comment #2 on issue 81 by gokturk....@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

We make a simple HTTP POST. One thing in my mind is that when the user has  
a special character as a part of his password, it may not be escaped  
correctly. For example, having '&' in the password might cause a problem  
like that.

[...]

In fact I just stopped typing and tested this claim on my Windows 7 VM with  
WxWidgets-2.9.2 and ardb-3.1.1. Given this:

Password: ardb&issue/81?

I was able to reproduce the problem. For another account that does not have  
anything but ASCII letters in its password, it worked fine.

I need to look at the code again to confirm but this is the mostly likely  
explanation IMHO.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 13 2011, 9:35 pm
From: codesite-nore...@google.com
Date: Fri, 14 Oct 2011 01:35:04 +0000
Local: Thurs, Oct 13 2011 9:35 pm
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library

Comment #3 on issue 81 by gokturk....@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

DeckUpload.cpp:
------------------
67 | postBuffer += wxT("username=") + sUserName + wxT("&");
68 | postBuffer += wxT("password=") + sPassword + wxT("&");

This confirms it I guess. I'll go over HTTP and try to submit a patch;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 14 2011, 3:08 am
From: codesite-nore...@google.com
Date: Fri, 14 Oct 2011 07:08:36 +0000
Local: Fri, Oct 14 2011 3:08 am
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library

Comment #4 on issue 81 by gsan...@gmail.com: ARDB can't export to Secret  
Library
http://code.google.com/p/ardb/issues/detail?id=81

Thanks for the quick action! Indeed, my password has special characters.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 14 2011, 7:19 pm
From: codesite-nore...@google.com
Date: Fri, 14 Oct 2011 23:19:28 +0000
Local: Fri, Oct 14 2011 7:19 pm
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library
Updates:
        Status: Started

Comment #5 on issue 81 by gokturk....@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 15 2011, 12:37 am
From: codesite-nore...@google.com
Date: Sat, 15 Oct 2011 04:37:07 +0000
Local: Sat, Oct 15 2011 12:37 am
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library

Comment #6 on issue 81 by gokturk....@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

I don't a Windows build environment to test this. Can anyone test the  
attached patch? This should, in theory, solve the problem.

Attachments:
        ardb-issue86-uriencode-fix.patch  848 bytes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Oct 17 2011, 1:13 pm
From: codesite-nore...@google.com
Date: Mon, 17 Oct 2011 17:13:12 +0000
Local: Mon, Oct 17 2011 1:13 pm
Subject: Re: Issue 81 in ardb: ARDB can't export to Secret Library

Comment #7 on issue 81 by Woodruffr1...@gmail.com: ARDB can't export to  
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81

I will try and use this fix. As I have a build environment.  I appreciate  
the help.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »