 bengiroux
|
Hey Brad-
I’m running the latest version of your digital download store at http://www.newdivisionrecords.com/musicstore2/
Everything works perfectly through PayPal, but when the user clicks the “download” link for the song they bought, there is a “NoSuchKey The specified key does not exist.” Error.
I’ve double-checked that my Amazon S3 info is correct. Where’s the problem – any ideas?
I’m not married to the idea of definitely using S3. The new version of your store claims this is optional, so if it is optional, what’s the alternative solution if I can’t get S3 to work?
Please help! Thank you so much!
- Ben
|
 Brad
|
Hey Ben. Can you give me an example of what a download link looks like on your store? I’m wondering if the link’s being formed properly.
|
 Brad
|
You can post it here or email it to brad@bradsucks.net if you like.
|
 meeble
|
brad,
does one need to manually upload the file to Amazon S3 and then put that URL somewhere in the PHP config file? I’m a bit confused how the S3 part works.
thanks
|
 Brad
|
Yep, you have to upload your stuff to S3 and enter that info (bucket name, etc) in the BSDDS config file. I use this S3Fox to manage my Amazon stuff:
https://addons.mozilla.org/en-US/firefox/addon/3247
|
 meeble
|
thanks for pointing me to that tool.
|
 meeble
|
I’m not able to DL the file from S3, either. this is what the download link is:
http://s3.amazonaws.com/nttc/?AWSAccessKeyId=10BZDH1NWGTE81Q5TER2&Expires=1212051896&Signature=2YZ%2FacZBXwRrOeyjPOj6O%2B1ghSQ%3D
this is what i see in the browser when clicking on the “download” link:
nttc1000falsemr_meeble_never_trust_the_chinese_mp3.zip2008-05-28T08:20:57.000Z”c0197e024de842d6a4852743a5fb1bde”1112622924b11823590208096f14597b1da3661ffd0f34647bbb570d9fdc0e9877390bda0meeble8STANDARD
thx!
|
 Brad
|
Well, it looks like you’ve got the bucket set up properly but your mr_meeble_never_trust_the_chinese_mp3.zip should be in the URL. Are you sure you have your items.ini filename and extensions for that item set up properly?
|
 meeble
|
brad, i found the problem – i had changed the id number to a non-numeric code, which was breaking all of the downloads. as of right now, downloads are working – both off of Amazon S3 and locally.
:)
|