My Wish List Disappeared

I was reviewing audio books on my wish list and the list just became empty.  I have stopped and restarted iTunes and I have manually re-logged into my apple account but the list keeps coming up empty.  I have tried both the shortcut on the top right and from the drop down on the top left but nothing.  Is this a temporary issue with Apple, is my list gone for good or is there a way to recover it?
I'm on a Mac running OS10.9.4 and iTunes 11.3.1
Thanks.

Hi Tom,
Glad to hear that you were reviewing audio books. I wouldn't worry about your wish list - for now at least. And the reason is that Apple's servers have recently been virtually besieged by glitches. You can read in the mainstream media circus about how some celebrities supposedly had their personal pictures "hacked" from Apple's iCloud servers. Personally, I don't believe that is anything other than a publicity stunt. The reason being that (apparently) no ransom demands went along with the supposed hacks.
Tom, I hate to be the one who tells you this, but the USA and our corporations large & small are currently under cyber-attack. Brian Krebs is a security 'white hat' - if you will. If you navigate to his website you can read the proof about which countries are currently playing host to numerous, devious, cyber-criminals & hackers.
This has been going on for some time now, but since the USA is leading the way, so to speak, using economic sanctions against certain foreign "entities", the backlash is currently like a digital tsunami. In other words, Apple... along with all kinds of companies (high-tech or otherwise), government agencies, etc... are in an ongoing process of tightening mutilayered security protocols.
Hang in there Tom... give Apple some time to make things right... history reveals that they always do.
BTW, I just signed into iTunes & my wish is fine. Perhaps yours is too.
Sometimes by checking out the following link, it reveals if there are current problems http://www.apple.com/support/systemstatus/
note: click the arrows on that page to bring the graph to Sept. 2nd for an example of "iTunes Store - Some users were affected".
Best Regards,
mm

Similar Messages

  • Movies 'wish list' disappeared

    Why did my movies 'wish list' disappear on my Apple TV? Is this a known problem?

    Mine too. I can't access wish list after first time. It's there again if I restart or don't use the Apple TV for a while. But once I access it, change it, or view a movie the wish list goes away

  • Why did 350 songs in my wish list disappear with the installation of Yosemite?

    I always keep a large, ongoing list of songs I want to buy in my wish list, so it obviously takes a lot of time to search for music. Just like that with the installation of Yosemite, 350 of them went "POOF!". That doesn't exactly inspire confidence from a customer. I sure hope someone can shed some light on this problem and maybe how to restore the entire wish list. There must be a solution. At this moment, only 32 songs are visible in my wish list. The rest are missing in action.
    APPLE, OR SOMEONE, PLEASE HELP!!!

    FYI, this afternoon I updated to iTunes 12 on my MacBook Pro, an update that was available before Yosemite became available, and the wish list after the update was "32" songs. Luckily I made a copy of my entire wish list from the Pro before the update.
    After that I went ahead and installed Yosemite on the Pro and, sure enough, the wish list in iTunes was still missing.
    For my money, this is an iTunes 12 issue. I don't think it has anything to do with Yosemite. I just hope someone at Apple is paying attention and will fix this problem soon.

  • Delete button "x" disappears from Wish List

    In Itunes 9, I have about 30 songs in my Wish List. When I go to edit it, if I click the "X" to delete an entry, the screen refreshes, the song is removed, but there is no longer the "X" available to the right of any other songs.
    Does anyone else have their delete option 'Disappear' once a song is deleted?
    I have to go back to Itunes Store front and click on the Wish List link again to delete the next song. Repeat...repeat...repeat....
    Anyone have any suggestions on how to fix this or make it so that I can delete multiple songs at once from my Wish List?
    Thanks
    -Dallasdux

    Just talked to Apple Support. They've got TONS of iTunes 9 bug fixes "in the work" that "should be addressed with the 9.1 release within the next two weeks"
    This is one of the issues.
    The iPhone - iTunes issue where dragging an application to a full page of apps pushes the "bumped app" to go to a completely new and blank page on screen is another issue being addressed.

  • My wish list for 9.0.3

    I saw someone earlier this month listed their excellent wish list. The Jdev team responded and that was terrific. I just thought I'd list my growing list so they can see it, although I doubt any of these will make it to 9.0.3, unless they were already slated for inclusion. The list is in no particular priority order, it's just in the order that I encounted the bugs/desires.
    1.     Enable mouse wheel functionality. (Fix Bug 2055415)
    2.     Want to be able to drag and drop variables into watch window.
    3.     Want to be able to right click, and add the variable to the watch list, even though the program is not running yet. Now it only works if you stopped for a break point.
    4.     Not have JDeveloper window have its Normal window size reset to full screen upon startup. (Fix bug 1655341)
    5.     Code Insight sometimes is hard to invoke. For example, if I have a function, with a bunch of parameters already entered) and I click in the argument list, nothing happens (no popup). If I hit crtl-space, it brings up a huge list of all kinds of things that Im not interested in. What I really want is a way to bring up the list of argument parameters. Apparently the only way to do this is to get rid of all prior arguments and the left parenthesis and retype the left paren. But then if you say, paste in the existing arguments (which you cut to save them), then the argument list pop-up/tool-tip disappears and youre out of luck again. Basically, just have it work like Microsofts Intellisense which seems to know more intuitively what you want and when you want it. They even have a button on their edit toolbar which you can click when youre in an arg list to bring up Intellisense. Id like that button in Jdev.
    6.     Want easy way to comment out blocks of code. E.g., highlight lines and hit ctrl-/ and it will put a // in front of each line.
    7.     Want to be able to select a line of code by clicking in the left margin (arrow changes directions common in many applications, such as MS Word) rather than clicking and dragging a selection down to the line below.
    8.     Want a way to have bookmarks in the code editor. (Fix bug request #1797151.)
    9.     Dont have title bars of the various windows in the development environment have double lines across them. This makes it tough to find the proper line that you need to grab (cursor turns into double arrow head) to resize the window.
    10.     Upon restarting Jdeveloper, want replacement options (Single, Global, Prompted) to remain what I selected in my prior session.
    11.     Would like modified files in the System-Navigator window (System tab) to be in color (e.g. Red) rather than just black italics (not so obvious and hard to see).
    12.     When I click inside a method, the name of the method (which you see listed in the structure window) should become highlighted. Currently if you double clicked one method in the structure window and went there but then moused down in the code editor window and clicked in a different function, then the function (that you left) in the structure goes from blue highlighted to gray highlighted (fine I guess but would rather have no highlighting ) but the new method does not become highlighted (my gripe).
    13.     When youre going through the code doing search & replace, it should highlight, in the structure window, the name of the method that youre currently in (the place where its prompting you to replace).
    14.     When youre going through the code and stopping at breakpoints, it should highlight, in the structure window, the name of the method that youre currently in (the place where its prompting you to replace).
    15.     The only way to accept a suggestion from Code Insight is to press enter. It would be nice if you could also use the next logical operator like . (dot). Then the editor should insert the selected suggestion followed by . and start Code Insight again on the next level of the expression. There's already an enhancement request filed for this: #2197394
    Gee, its starting to sound like I want JDev to look like Microsoft Visual Studio. A colleague just handed me Microsoft's Visual J++. I'm wondering whether to try it. I'm tempted but I'll hold off for a little bit.

    Hi Mark,
    Responding to the Code Insight and Code Editor areas:
    5. Code Insight sometimes is hard to invoke. For example, if I have a
    function, with a bunch of parameters already entered) and I click in the
    argument list, nothing happens (no popup). If I hit crtl-space, it brings
    up a huge list of all kinds of things that Im not interested in. What I
    really want is a way to bring up the list of argument parameters.Code Insight has two flavors. One is code completion, Ctl-space, which shows you a popup list of possible completions. The other is parameter info, Ctl-shift-space, which shows you a tooltip with the list of argument parameters as appropriate. Different hot-keys. They can coexist on your screen when
    appropriate (starting with 9.0.3).
    Apparently the only way to do this is to get rid of all prior arguments
    and the left parenthesis and retype the left paren. But then if you say,
    paste in the existing arguments (which you cut to save them), then the
    argument list pop-up/tool-tip disappears and youre out of luck again.We've made a lot of improvements to Code Insight for release 9.0.3. It's much stabler than in v9.0. For example, the above problem is fixed for 9.0.3 (assuming I understand your request correctly).
    Basically, just have it work like Microsofts Intellisense which seems to
    know more intuitively what you want and when you want it. They even have
    a button on their edit toolbar which you can click when youre in an arg
    list to bring up Intellisense. Id like that button in Jdev.Hmm... we hadn't thought of that. Thanks for the idea. Can't guarantee that we'll implement it, but I'll bring it up for discussion.
    6. Want easy way to comment out blocks of code. E.g., highlight lines
    and hit ctrl-/ and it will put a // in front of each line.#2175300. Implemented for 9.0.3.
    8. Want a way to have bookmarks in the code editor. (Fix bug request
    #1797151.)Implemented for 9.0.3.
    10.     Upon restarting Jdeveloper, want replacement options (Single,
    Global, Prompted) to remain what I selected in my prior session.Implemented for 9.0.3 as an option in the preferences for the Code Editor.
    Couldn't find a specific bug number for that.
    12. When I click inside a method, the name of the method (which you see
    listed in the structure window) should become highlighted. Currently if
    you double clicked one method in the structure window and went there but
    then moused down in the code editor window and clicked in a different
    function, then the function (that you left) in the structure goes from
    blue highlighted to gray highlighted (fine I guess but would rather have
    no highlighting ) but the new method does not become highlighted (my
    gripe).
    13. When youre going through the code doing search & replace, it should
    highlight, in the structure window, the name of the method that youre
    currently in (the place where its prompting you to replace).
    14. When youre going through the code and stopping at breakpoints, it
    should highlight, in the structure window, the name of the method that
    youre currently in (the place where its prompting you to replace).Treating all three as a single request: Any time the cursor moves in the code editor, hilite the appropriate node in the structure pane. This actually did occur to me just recently. Filing ER 2428707 to track this request. Probably won't make it into 9.0.3.
    15. The only way to accept a suggestion from Code Insight is to press
    enter. It would be nice if you could also use the next logical operator
    like . (dot). Then the editor should insert the selected suggestion
    followed by . and start Code Insight again on the next level of the
    expression. There's already an enhancement request filed for this: #2197394Won't make it into 9.0.3.
    Thanks for the suggestions!
    --andy
    JDeveloper Team

  • Wish List UK access and longgevity

    It could be teething trouble, but here in the UK anyway, I find that the Wish List function works on and off. I hope this gets sorted out.
    I'd like to know if anybody can confirm that the tracks/albums I place there will never be removed? I have had some items on my Amazon wish list which have been there for years and are slowly getting the financial treatment - I don't want them to ever be removed.
    Anybody know about these questions?

    Hmm, seems to be working quite well now. But there's no export :(( I hop my list doesn't disappear anywhere!

  • Lost my "wish list" playist, nonsense appeared in my music library

    I had a sizeable "wish list" playlist which disappeared while I was searching for a specific song in the playlist. A few of the songs immediatley transferred to my music library with the "buy song" bar. Most, however, disappeared. A large number of nonsense line items appeared in my music library at the same time. Considering I had a few hundred songs on my "wish list", this is a real bummer. I can't think of a way to re-create it. I am more concerned that this could have been a virus at work. Any thoughts or comments?

    .... it appears that the songs that are saved are the ones i back-up.
    i admit i haven't done a back-up since.

  • Purchased and wish list is empty

    Yesterday I found that on my iPhone 5S, the purchased list & wish list in app store beame empty. I have paid for many apps before and they all disappeared from my list. When I searched for the apps I bought, it shows the price or the "free" icon instead of the cloud icon. I tried logging out and restarted my phone, neither worked. I also tried to buy new apps that I've never purchased before but after a new download, I still can't see the apps I just bought. When I uninstalled them, it didn't show the cloud icon meaning I can't download again. On the other hand, on my 4th gen iPad with same apple ID, I can see my purchased list but can't download the apps.
    I'm running iOS 7.1.2 on both my iPhone 5S and 4th gen iPad.
    Can somebody help me with this please? Thank you!!

    Hello, panamera1103. 
    Thank you for visiting Apple Support Communities.
    Here are the steps on how to download your past purchases.
    Download past purchases
    http://support.apple.com/kb/ht2519
    Cheers,
    Jason H.

  • I can't delete songs from my iTunes wish list

    Everytime I go to my wish list and click the x next to a song to delete it, the song will disappear for a few seconds than reappear in the same spot.So I can't delete or add any songs. Any help?

    I was very frustrated by the same problem. iTunes seemed to be forcing me to "buy" items in my WishList before allowing me to download any other podcasts, media files, etc.  Note that the items in my WishList were moved over by Apple when they got rid of the "shopping cart". They put anything leftover in the shopping cart from before into the WishList.  I don't think this was part of the problem..... I'm just explaining -- for me these were old files that I did *not* actually want to buy anymore.  But when I tried to delete -- I ran into this same problem.
    Finally in frustration I thought, okay, screw it, I'll just buy the files -- there were only two song files, total $1.98.  So I pressed the button that said "Buy" -- and what it did was shoot me over to a new page of Terms & Conditions.  When I accepted THOSE, it did NOT automatically download the files in my WishList, but what it did do was FINALLY allow me to delete them!!!
    So, if this problem sounds like yours, don't be duped by that first "Buy" button.  It won't automatically charge your credit card.  There are a few more steps "behind the wall" before an actual "purchase" and along the way, after those new Terms & Conditions, I was finally able to clear out my WishList.

  • Where are my Wish List and Favorites on Apple TV?

    I just bought an Apple TV and have been adding movies to my WIsh List and tv shows to my Favorites. Now I would like to watch some of those things, but have no idea where to find these lists that I've created. I've searched these forums and see references made to some update that caused these things to disappear and reappear, but they don't mention where they've disappeared from. Please help. Thanks.

    No a running computer with a running iTunes is required

  • Wish List Problems

    Does anyone have any problems with the Wish List feature? It works funny for me. I can't sort at all in any fashion. For example, when I sort it by the date added, then why is a song I added months ago is on the top and 3 songs I just added are 2nd and 6th? BTW, the 3rd song has disappeared and not the list at all. Who's the genius that came up with this one?

    Having the same problems.  I've e-mail support only to have them send me a link on how to use the wish list.  Really frustrating.  Hope it gets fixed soon.

  • Purchased tracks remaining in my wish list

    In the last few days, I've purchased a number of tracks in my wish list and instead of disappearing like normal, they remain there as if they haven't been puchased. Note that my library shows that the songs have been purchased. Is there any way to correct this glitch? Thanks.

    You can only buy items individually (there used to be a 'buy all' option, but Apple have removed it), which you can do by clicking on their prices (not the downward pointing arrow next to the price)

  • Movie Rentals added to my wish list no longer have a rent button

    Moives I have added to my wish list to rent later still show in my wish list, but when they are selected the "rent" button is no longer there on some of them.  What would cause a movie that was available for rent to no longer be available?

    I just went through my wishlist and removed several movies that appear to no longer be available for rent. Sorry Apple. You and your studio friends just lost about $50 I was willing to give you, just from my current wishlist. Most of the movies I wanted to rent were definitely not "buy worthy"... but I would have been worth spending $5 to rent. Now that option is gone, and so is the revenue you could have gotten on me for those movies. Seems weird I can't rent movies from your movie rental service, and most new releases seem to disappear within the few weeks it usually takes for me to catch up and have some time to view them. Anyway Apple. Your loss.

  • Buying from wish list?

    I don't seem to have the option to buy my wish list anymore - the icon "disappeared".  What am I doing wrong?

    Here's the response Apple gave me. I don't have the options in my "store" preferences tabs nor do I have the icons they show in the link, mine is just a tab
    Dear
    Hello my name is Antoine with iTunes Store Customer Support and I hope your day is going well. I understand that you are having problems purchasing multiple items at once from your iTunes wish list. I definitely understand how this could be a little frustrating, it took me forever to figure this out. I am including a ling bellow that should explain making multiple purchases.
    http://support.apple.com/kb/HT1915
    After following the steps in the link you still are not able to make multiple purchases, simply reply to this email.
    Apple appreciates your business. Take care.

  • Multiple gifting of wish list items

    Hello:
    I have 21 items in my wish list and I want gift ALL of them to one person. Do I have to do this one by one or is there a method to do them all in one command?
    Thank you:
    Martin

    AppleTV won't store the wishlist - this is an iTunes store problem.
    Things might disappear if they are no longer available in iTunes too.
    AC

Maybe you are looking for

  • Burn tool issues

    This is going to sound stupid, but I can't access the burn tool. Photoshop defaults to the dodge tool, but when I go to click on the the corner, it won't display the burn and sponge options. Am I missing something? None of the tools will show me the

  • Question about the Cluster and Column width in Graphs in Illustrator CS2

    How do they relate to each other? How do the Percentages work together? Is there any information about how you can mathematically figure how much area each Cluster width takes. If you make a graph and make both the cluster and column widths 100%, the

  • SOA: HL7 Adapter:-

    Hi I am working on HL7 Adapter in Oracle SOA Suite.While working on HL7 Adapter with Spring Context , the error message I am able to see while compiling the project is "wsdl to java cast exception. Can any one please let me know the support that HL7

  • Safari 6.1 on MacOS 10.8.5 not play quicktime movies

    Trying to view quicktime movies in Safari brings up the Quicktime Q graphic with a big question mark. Safari->Help-> Installed Plug-Ins includes: QuickTime Plug-in 7.7.1 The QuickTime Plugin allows you to view a wide variety of multimedia content in

  • Lightroom Syncing Challenges

    Hi, I need to overcome 3 inter-related challenges in my current Adobe Lightroom project. Here is the situation: 1) I have got an online database which stores individual image records. I've written a Lightroom export plugin for my clients to upload th