Can you identify the problem with my podcast xml?

I've checked this with the suggested feed checker and all looks good yet my podcasts are not showing up in itunes (well over a week now)
http://www.hbnradioshow.com/itunes.xml
Any help would be greatly appreciated!
Thank you,
George

Your feed appears to be OK, and when subscribed to manually in iTunes (from the 'Advanced' menu) all the episodes appear. (However the categories are obsolete: you should choose your categories from those listed here.)
I couldn't find your podcast in the Store by searching, so as you haven't given its URL I can't check that.
Several people have complained recently that the Store is being very slow to update new episodes: it usually takes 1-2 days but it's sometimes been a lot more, and I'm afraid that you seem to be stuck in the same problem. There isn't really anything you can do about it as your feed is OK.
You could try iTunes Support - they often aren't as helpful as one would wish (you are likely to get a form answer telling you to update a podcast, which you already know) but possibly it's worth trying. Go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to 'Express Lane', which will guide you eventually to some contact options.

Similar Messages

  • Can you blur the background with Touch for phone

    Can you blur the background with Touch for phone.  Can you give images a depth of field look

    you can using the selection tools and blur option, but no image editor will ever be as good as a camera app with this function built in.

  • Can you see the problem?

    i'm trying to write a simple image viewer application.
    Can you see the problem. i can't. i'll appreciate any advice or help?
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import java.io.*;
    public class SimpleViewer extends Frame {
         protected Image awtImage;
         public void loadAndDisplay(String filename) {
              Image img = readImage(filename);
              awtImage = img;
              int width = img.getWidth(this);
              int height = img.getHeight(this);
              displayImage(img, width, height);
         public void displayImage(Image img, int width, int height) {
              addWindowListener(
                   new WindowAdapter() {
                        public void windowClosing(WindowEvent e){
                             System.exit(0);
              setTitle("Simple Viewer ");
              pack();
              setSize(new Dimension(width, height));
              show();
              repaint();
         public image readImage(String filename) {
              Image image = Toolkit.getDefaultToolkit().getImage(imageName);
              MediaTracker imageTracker = new MediaTracker(this);
              imageTracker.addImage(image, 0);
              try{
                   imageTracker.waitForID(0);
              }catch(InterruptedException e){ return null;}
              return image;
         public void paint(Graphics g){
              Rectangle rect = this.getBounds();
              if(awtImage != null) {
                   g.drawImage(awtImage, 0,0,rect.width, rect.height, this);
         public static void main(String[] args){
              SimpleViewer ip = new SimpleViewer();
              if(args.length <1) {
                   System.out.println("Enter a valid image file name");
                   System.exit(0);
              ip.loadAndDisplay(args[0]);
    }

    check this line and tell me what you see... after all, it's the source of your compiler errors...
    public image readImage(String filename) {
              Image image = Toolkit.getDefaultToolkit().getImage(imageName);once you figure that out, it will work...
    ( hint : check variable names and capitalization of names )
    - MaxxDmg...
    - ' He who never sleeps... '

  • I was trying to make a purchase from Amazon & a return but FIREFOX would not let me open drop down boxes in the purchase & return areas. I was forced to use IE to accomplish the deed. Can you investigate the problem?

    I was trying to make a purchase from Amazon & a return but FIREFOX would not let me open drop down boxes in the areas. I was forced to use IE to accomplish the deed. Can you investigate the problem? Thanx, David Deters

    Thanks for the welcome Karsten! I’ve checked the installer disks – which appear to have all the main pieces of software, but not iDVD. If you or anyone knows where it might be hidden that would be great. Thanks for all the other info too!
    Thanks Lennart – I don’t think my computer could support iLife ’05 as it is running Mac OSX 10.3.2 and I’ve just been looking at its system requirements which state it requires 10.3.4 minimum – if you know differently, please let me know. As an alternative I have considered getting iLife ’04, but your comment about iLife ’05 being the first version to support external drives worried me (“iDVD 5 is the first iDVD version that officially supports external burners“ does this mean there is an unofficial option for iLife ‘04? Perhaps a patch similar to the one mentioned by Karsten), does that mean iLife ’04 would not support an external Lacie DVD writer?
    What is the earliest version of Toast I’d be able to use (as a money saving option!)?
    Thank you both, and apoligies for my amateurish questions…
    Kevin.

  • Why am I not able to type into my pdf files. Why is the cursor only appearing at he areas where there in no typing? I believe I know who's doing this, but can you fix the problem for me please?

    I cannot type into one of my pdf files. The cursor only appears where there is no typing. I believe there is foul play going on on my computer, Can you fix this problem?

    Hi Donna,
    Let's see if we can get to the bottom of this mystery! I hope it's not foul play.
    You say the problem is with just one of your PDF files? What version of Acrobat/Reader are you using? If you're in Reader, you're limited to commenting/annotating the PDF (you can't edit text with Reader, so you wouldn't be able to select text that's in the PDF already).
    Please let me know what program/tools you're using and we can take it from there.
    Best,
    Sara

  • Can anyone spot the problem with this coding??

    can anyone spot this problem with my program. it keeps saying
    "missing return statement } " with a little arrow beneath the bracket.
    many thanks
    public class Game extends GameInterface
         GameInterface gameInt = new GameInterface();
         String boardString;
         // final static char NOUGHT='O', CROSS='X';
         private int square = 0;
         Player player1 = new Player();
         Player player2 = new Player();
         String firstPlayer, secondPlayer;
         public Game() // Constructor
              boardString = "0123456789";
    public boolean initialise(boolean first)
                   gameInt.setPlayerNames(player1,player2);
              MyPrint.myPrintln("Player one name is " + player1.getName());
              MyPrint.myPrintln("Player two name is " + player2.getName());
              String P1 = player1.getName();
              String P2 = player2.getName();
    }

    It means you declare your method to return something, but you don't actually return anything.

  • M faceing one error on my screen when m using adobe premiere & save file then the one massage come on my display "adobe premier pro cs6 has been sttoped working" can you resolve the problem

    m faceing one error on my screen when m using adobe premiere & save file then the one massage come on my display "adobe premier pro cs6 has been sttoped working" can you resolve the problem

    Nobody can tell you anything without system information and other details. Ask in teh Premiere forum and provide al lthe required info.
    Mylenium

  • How can I solve the problem with copying text from Google Documents?

    Ctrl+C and Ctrl+X are not always working in Google Document opened with Mozilla Firefox 30. This problem first occurred 2 days ago. No changes to the software were made.
    The problem is not stable and permanent. I can successfully copy several lines from document and paste them somewhere else. And suddenly the next one is not copied using ctrl+c. Even ctrl+x is not working until I change the selection of the lines. Sometimes it begin to work after changing the selection, sometimes not.
    I'm using Google Documents for a long time. I always use Firefox to work with them. And I've never had this problem before.

    This problem happens for me as well. I can copy/paste from Firefox initially, but then after pasting elsewhere the Firefox page has to be refreshed in order to copy something else....

  • Can you use the Grid with the Straighten Tool in the HUD?

    A grid appears when using the mouse to straighten an image but not when using the more accurate sliders in the HUD! Doesn't make sense. Is it possible to turn the grid on when using the HUD?

    gocuk2@yahoo. wrote:
    Colin is under the impression the slider is the more accurate, but that is not the case on my machine. I assume therefore the slider is for course adjustment and the grid is to aid judgement were the finest control is available.
    Hi Allan. Can you confirm that you cannot get 0.1º changes by clicking the slider arrows (on each side of the number to the right of the slider) while pressing {Option}?
    I'm getting at least that level of precision. I say "at least" because sometimes I will get a change in the image with no change in the number. I assume that the change is measurable, but is rounded and therefore not shown in the control which shows only tenths.
    On my machine there is no difference in precision between the slider with modifier keys and the on-image adjustment.

  • My sound is like echo and i can't solve the problem with realtek hd audio manager

    HP G72 notebook
    Windows 7 64 bit
    Sound is like echo and can't solve problem with Realtek HD audio manager

    It's a Qosmio X300-16M (windows 7 64bit)
    I downloaded the last toshiba's sound driver (for win 7 64bit), but it's as if it doesn't contain MaxxAudio anymore... (but the file maxxaudio.dll is still in realtek directory)
    It worked correctly after Windows 7 update, (that's why I tried to reinstall the audio drivers which were in the DVD... but it does not have resolved the problem.)
    And all my system restore's points have been lost after a wrong bios update or something else (but this isn't a problem anymore)
    Now, my computer works correctly, my only problem is that the MaxxAudio tab (from Waves Audio) in the realtek audio manager disappeared... (It just makes a better sound...)
    And I just want to know if it's a curent problem or not... and if someone can fix it

  • Can you find the problem in this code?

    I've searching some examples of the using of JTable on this forum.
    So I've used a code found here.
    But nothing happens, the JFrame doesn't appear on screen.
    I'm sure my database "CLIENTES" exists inside the db folder. And also there's data inside "CLIENTES" table.
    So, where is the problem then?
    Thanks.
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class TelaPrincipal extends JFrame {
       public TelaPrincipal() {
            Vector columnNames = new Vector();
            Vector data = new Vector();
            try {
               //  Connect to the Database
               String driver = "org.hsqldb.jdbcDriver";
               String url = "jdbc:hsqldb:file:./db/CLIENTES";
               String userId = "sa";
               String password = "";
               Class.forName(driver);
               Connection connection = DriverManager.getConnection(url, userId, password);
               //  Read data from a table
               String sql = "SELECT * FROM CLIENTES";
               Statement stmt = connection.createStatement();
               ResultSet rs = stmt.executeQuery(sql);
               ResultSetMetaData md = rs.getMetaData();
               int columns = md.getColumnCount();
               //  Get column names
               for (int i = 1; i <= columns; i++){
                  columnNames.addElement( md.getColumnName(i) );
               //  Get row data
               while (rs.next()) {
                  Vector row = new Vector(columns);
                  for (int i = 1; i <= columns; i++) {
                     row.addElement(rs.getObject(i));
                  data.addElement(row);
               rs.close();
               stmt.close();
            catch(ClassNotFoundException cnfe) {
               cnfe.printStackTrace();
            catch(SQLException sqle) {
              sqle.printStackTrace(); 
            //  Create table with database data
            JTable table = new JTable(data, columnNames);
            JScrollPane scrollPane = new JScrollPane( table );
            getContentPane().add(scrollPane);
        public static void main(String[] args) {
           TelaPrincipal tp = new TelaPrincipal();
           tp.setDefaultCloseOperation(EXIT_ON_CLOSE);
           tp.pack();
           tp.setVisible(true);
    }

    the jdbc driver is not on the classpath?

  • Can you buy the iphone with the at&t contract than cancel the contract?

    Does anyone know or has anyone tried getting the iphone with AT&T and then canceling the contract? What is ATT charging for iphone if I do this and then cancel my contract? Seems like this is the only way to buy the phone outright without going through e-bay.

    AT&T does sell the iPhone without a contract however it is still carrier locked.
    3G 8GB - $499
    3GS 16GB - $599
    3GS 32GB - $699
    Also if they have a 3G 16GB still in stock then its $549.
    This is all according to AT&T's iPhone FAQ:
    http://www.wireless.att.com/learn/internet/iphone-faq.jsp

  • How can I solve the problem with Adobe viewer/player ?

    Dear guys in Apple support team
    I have a MacBook Pro 13' late 2011, several months ago I updated my mac to mountain lion and I can say its really great operating system and I really enjoy working with it. The only problem I have is that more than twice a day while using my computer for reading a paper in PDF or in online PDF's or sometimes watching flash videos online, cooling fan starts to work faster and when I look up in the activity monitor, more than 60% of the CPU processing is engaged with Adobe player/viewer and I have to kill the process to stop cooling fan and release the cpu process. My adobe products are in the latest update and there should not be any problem about that.
    Please help me solve this problem and enjoy more than ever from your creative products.
    Thank a lot
    Ali

    Flash has always been a problem hogging the CPU. Recent versions, however, have been a little better. You might try Adobe Flash Player 11.7.700.169. I would also recommend the Safari extensions ClickToFlash 2.7.5 and FlashToHTML5 2.4.

  • What's the problem with my podcast?

    I am having trouble getting my podcast to download. It is showing up on my iTunes page (OASIS Student Ministry Fairhope, Alabama). You can doubleclick it on the iTunes page and hear it. But you when you try to "GET" it, it will not download.
    Can someone tell me what I'm doing wrong?

    Your enclosure is a .aspx file, and iTunes doesn't allow that.
    You can either use a direct URL to the media file, or you'll have to play with the file extensions.
    From Apple's podcast specs http://www.apple.com/itunes/store/podcaststechspecs.html:
    Tracking Usage
    Please note that iTunes does not provide usage statistics. Some podcasters have created mechanisms for tracking the number of times that each episode has been downloaded. iTunes does not provide support in how to track downloads, but the following notes may be helpful:
    302s will be followed to a depth of 5 redirects and will not update the feed URL in the directory.
    The URL before the GET-style form values (before the first ?) must end in a media file extension (e.g. mp3). To work around this, the feed provider can alter their URL from this:
    http://www.podcaster.com/load.php?f=&Wipeout.php
    to this:
    http://www.podcaster.com/load.mp3?f=&Wipeout.mp3
    Notice how it says load.mp3 instead of load.php. It should be possible to accomplish this via various means, such as web server rewrites. iTunes looks at the extension of the path part of the url, i.e. the part before the"?".

  • How can you increase the speed with a slider

    I have been trying to work at this for about a week and a
    half. I browsed several communities but it seems that noone has an
    answer so I am not even sure if this is possible I am not a flash
    expert but what I am trying to do is as follows;
    I have a movie with several movie clips. I have an animation
    of a female walking, I also have a slider that when I move it to
    the right bags are added on to her. but what I am also trying to
    accomplish is to have her walk faster as the slider moves to the
    right.
    I tried several scripts but they seem not to work as I wan
    them to plus they start to cancel out the bag function.
    How could I make this happen if it is even possible. I want
    to use the slider to increase the speed of the lady walking. Slider
    and Lady are movie clips.
    thanks in advance

    At present I'm not aware of any way to achieve this exact effect in Muse (where the first screen of a web page is resized to fill the browser window and the rest of the page, as you scroll down, appears to be fixed height layout).

Maybe you are looking for

  • XDCAM movs from FCP

    I'm currently working on a project in Premiere Pro CS5 with material originally sourced from FCP as XDCAM-EX 1080p 25fps. Unfortunately the original BPAVs are currently unable to be located & I've had to use the transcoded .movs which FCP creates. I

  • Why is the screen on my black iPhone so much better than my white one?

    the white's screen is washed out and the black has more contrast and is brighter

  • ORA-02263 when creating Report on Web Service Result

    Hi, I'm using Application Express 4.2.1.00.08 and I'm having problems creating a report on web service result. This is the tutorial I'm using: http://docs.oracle.com/cd/E14373_01/appdev.32/e13363/web_serv.htm (yes, I realize it's intended primarily f

  • My iphone is acting really strange

    okay my iPhone 4 i got it on april 2nd and i dropped my phone and it cracked, i was running, but it still worked. After a couple weeks, it just started to restart and then reset and when i would have 48% or something i would charge it and it would sa

  • SQLException: XA error: XAResource.XAER_PROTO start() - weblogic 10.0.1.0

    Hello all, We are facing java.sql.SQLException: XA error: XAResource.XAER_PROTO start() in one of our EJB classes. It is only occurring intermittently! Probably during peak load time (not really sure). Our EJB uses CMP transactions and the EJB operat