feedbin / support

83 stars 11 forks source link

AppAdvice feed not showing some entries? #92

Closed Fringe09 closed 11 years ago

Fringe09 commented 11 years ago

Does anyone subscribe to AppAdvice? Everyday they have one entry highlighting free apps. Since using Feedbin, that story never shows up. I thought they stopped, but when I checked Google Reader, it still shows up there. Entries right before and after that entry does show up in Feedbin.

This is a weird issue.

robcesq commented 11 years ago

Yes and I have noticed the same issue.

Fringe09 commented 11 years ago

Can this be looked at please?

benubois commented 11 years ago

Sure, would you mind including the url to the feed and the title of the missing entry?

Fringe09 commented 11 years ago

The URL is http://feeds.feedburner.com/AppAdvice?format=xml

Feed title always start with Today's Apps Gone Free:

Thursday's title was Today's Apps Gone Free: Tiny Troopers 2, TopNotes Pro, Fastr Pro And More

Wednesday's title was Today's Apps Gone Free: Sir Benfro's Brilliant Balloon, Read Quick, Montessori Numbers And More

Tuesday's title was Today's Apps Gone Free: CoinKeeper, Write, Weple Today Pro And More

Fringe09 commented 11 years ago

Can you please take a look? Thank you.

Fringe09 commented 11 years ago

Bump

pascalw commented 11 years ago

I'm seeing the exact same issue today on the MacRumors feed (http://feeds.macrumors.com/MacRumors-Front). I'm currently in the process of switching to feedbin, so I'm keeping an eye on stuff like this.

If you look at the MacRumors feed currently these are the first 3 items:

AT&T's GoPhone Prepaid Brand to Gain iPhone and LTE/HSPA+ Support Tomorrow
Posted: Fri, 24 May 2013 02:33:40 GMT

Apple Posts New iPhone TV Ad 'Music Every Day'
Posted: Fri, 24 May 2013 02:12:21 GMT

Microsoft Inaccurately Depicts Windows Tablet as Larger than iPad in New Comparison Ad
Posted: Thu, 23 May 2013 21:32:32 GMT

In Feedbin, the second entry doesn't show up however while the first item which is newer than the second item does show up, so it's clearly missing.

This is a serious issue, I dont wan't to be missing news. Could you look into this please?

pascalw commented 11 years ago

@benubois any update? I'm seeing this happening on about a daily basis, on multiple feeds.

Zegnat commented 11 years ago

@PascalW please post as many of the feeds that have this problem as possible so we can try to figure out what they have in common.

Fringe09 commented 11 years ago

For AppAdvice, it is the following feeds:

5/29/13 - Today's Apps Gone Free: Scout GPS, GIF Shop, Math Evolve And More - http://appadvice.com/appnn/2013/05/todays-apps-gone-free-scout-gps-gif-shop-math-evolve-and-more 5/28/13 - Today's Apps Gone Free: Pedometer GPS Pro, Movie360, Voxel Invaders And More - http://appadvice.com/appnn/2013/05/todays-apps-gone-free-pedometer-gps-pro-movie360-voxel-invaders-and-more 5/27/13 - Today's Apps Gone Free: AirCassette, Savi People, ExpenSense And More - http://appadvice.com/appnn/2013/05/todays-apps-gone-free-aircassette-savi-people-expensense-and-more 5/26/13 - Today's Apps Gone Free: Fragger, TV Show Tracker, iMediaShare And More - http://appadvice.com/appnn/2013/05/todays-apps-gone-free-fragger-tv-show-tracker-imediashare-and-more 5/25/13 - Today's Apps Gone Free: TOP File Manager, AppBundle 2, Full Deck Pro Solitaire And More - http://appadvice.com/appnn/2013/05/todays-apps-gone-free-top-file-manager-appbundle-2-full-deck-pro-solitaire-and-more

Fringe09 commented 11 years ago

Anyone had a chance to look at this? The issue has not been fixed. Thank you.

benubois commented 11 years ago

I've tried to look at what's going on with AppAdvice but haven't found anything yet. I haven't been able to get a copy of the RSS feed when a "Today's Apps Gone Free" post is in it.

If somebody could provide the XML source for the feed when a "Today's Apps Gone Free" post is included in it that would be very helpful.

@PascalW Please open a separate issue for each feed you're seeing a problem with. These types of issues are very feed specific so one thread for multiple feeds could get complicated.

Fringe09 commented 11 years ago

@benubois Any suggestions on how to get it? I see the entry in the Google Reader website which was posted on 6/4 around 9 to 10am PST.

pascalw commented 11 years ago

@benubois Will do, thanks.

As for the AppAdvice feed; here is a copy of the feed from a few minutes ago containing a "Today's Apps Gone Free".

benubois commented 11 years ago

@PascalW Awesome thanks for the copy of the feed.

I was able to find the problem. Looks like Feedzirra is running into some parse errors with AppAdvice and is not picking up every entry. Unfortunately parsing invalid XML is not something I can dedicate much time to at the moment. I could see two ways to resolve this.

  1. Contacting the feed publisher to let them know about the invalid XML. Here are the errors I'm seeing.
  2. Figuring out what needs to change in Feedzirra so it can handle this type of parse error.

For reference here's the results from parsing the Feed:

irb(main):007:0> Feedzirra::Feed.fetch_and_parse('https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice')

Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] CData section not finished
<p style="text-align: center;"><a class="lightbox"
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] PCDATA invalid Char value 3
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] Opening and ending tag mismatch: encoded line 205 and p
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] Opening and ending tag mismatch: item line 179 and div
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] Sequence ']]>' not allowed in content
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] internal error
Error while parsing [https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice] Extra content at the end of the document
#<Feedzirra::Parser::RSS:0x007ff9dacd29a0 
  @title="App Advice", 
  @url="http://appadvice.com", 
  @description="The best iOS news and reviews this side of the Interwebz.", 
  @entries=[
    #<Feedzirra::Parser::RSSEntry:0x007ff9dacd91b0 
      @title="Kindle For iOS Update Brings New Line Spacing Options", 
      @url="http://appadvice.com/appnn/2013/06/kindle-for-ios-update-brings-new-line-spacing-options/", 
      @published=2013-06-05 17:42:23 UTC, 
      @author="Brent Dirks", 
      @categories=["App Industry News", "App Newsbeat", "App Store Newsbeat", "AppUpdate Newsbeat", "Industry Newsbeats", "iPad", "iPhone", "News", "NewsBeats", "amazon", "Amazon Kindle", "kindle"], 
      @entry_id="http://appadvice.com/?p=425445", 
      @summary="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kindle.jpg\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425447 aligncenter\" title=\"Kindle For iOS Update Brings New Line Spacing Options\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kindle.jpg\" alt=\"Kindle For iOS Update Brings New Line Spacing Options\" ></a></p>Version 3.8 of the app also allows readers to highlight text that spans multiple pages.<br /><br /><div><a href='http://appadvice.com/appnn/2013/06/kindle-for-ios-update-brings-new-line-spacing-options/' title='Kindle For iOS Update Brings New Line Spacing Options'>Kindle For iOS Update Brings New Line Spacing Options</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>", 
      @content="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kindle.jpg\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425447 aligncenter\" title=\"Kindle For iOS Update Brings New Line Spacing Options\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kindle.jpg\" alt=\"Kindle For iOS Update Brings New Line Spacing Options\" ></a></p><p>Amazon’s Kindle app has just been updated with a slate of new features that should make any e-book reader happy.</p>\n<p>First up, version 3.8 of the app is highlighted by new line spacing options. Readers can choose from loose, normal, and tight spacing.</p>\n<p>Next, the update also makes it easier to highlight passages in a book as readers can finally select text that spans multiple pages.</p>\n<p>The update also brings improvements for the notebooks in Print Replica Textbooks. Students can filter by type and sync starred notebooks between devices.</p>\n<p>And along with the usual slate of bug fixes and other improvements, users can now select a higher maximum font size for greater accessibility.</p>\n<p>The Kindle app is universal and designed for the iPhone/iPod touch and iPad/iPad mini. It can be <a href=\"http://getapp.cc/app/302584613\">downloaded now in the App Store for free</a>.</p>\n<p>Before today’s additions, the app was <a href=\"http://appadvice.com/appnn/2013/05/as-far-as-accessibility-is-concerned-kindle-is-now-on-the-same-page-as-ibooks\">last updated in early May</a>. That version brought some great accessibility improvements. The VoiceOver function allows blind and visually impaired Kindle users to navigate their libraries as well as read and interact with their books.</p>\n<p>If you’re interested in reading about Kindle for iOS and other e-book apps, definitely take a look at our own Aldrin Calimlim’s weekly column, <a href=\"http://appadvice.com/appnn/tag/shelf-control\">Shelf Control</a>.</p>\n<ul id='appPostAppList' class='appPostBasicStyle'><li id='302584613' store='' account='' class='appPostAppBox'><div class='appPostMetaBox'><div class='appPostAppName appPostUIEllipsis'><a href='http://getapp.cc/app/302584613' class='appPostRawAppLink'>Kindle – Read Books, eBooks, Magazines, Newspapers & Textbooks</a></div></div></li></ul><br /><br /><div><a href='http://appadvice.com/appnn/2013/06/kindle-for-ios-update-brings-new-line-spacing-options/' title='Kindle For iOS Update Brings New Line Spacing Options'>Kindle For iOS Update Brings New Line Spacing Options</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>"
    >,
    #<Feedzirra::Parser::RSSEntry:0x007ff9dace82c8 
      @title="Save Loads Of Monny With The Recently Released Monny For iPhone", 
      @url="http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/", 
      @published=2013-06-05 17:11:59 UTC, 
      @author="Joe White", 
      @categories=["App Newsbeat", "iPhone", "NewApp Newsbeat", "News", "NewsBeats", "Finance", "Greamer", "Monny", "Personal Finance"], 
      @entry_id="http://appadvice.com/?p=425407", 
      @summary="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Featured-12.png\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425410 aligncenter\" title=\"Save Loads Of Monny With The Recently Released Monny For iPhone\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Featured-12.png\" alt=\"Save Loads Of Monny With The Recently Released Monny For iPhone\" ></a></p>There's a new personal finance application in town, and its name is Monny. <br /><br /><div><a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/' title='Save Loads Of Monny With The Recently Released Monny For iPhone'>Save Loads Of Monny With The Recently Released Monny For iPhone</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>", 
      @content="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Featured-12.png\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425410 aligncenter\" title=\"Save Loads Of Monny With The Recently Released Monny For iPhone\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Featured-12.png\" alt=\"Save Loads Of Monny With The Recently Released Monny For iPhone\" ></a></p><p>While the App Store offers <a href=\"http://appadvice.com/applists/show/best-personal-finance-apps-for-iphone\">plenty of personal finance apps</a>, one recent addition to this cohort boasts an attractive design, an impressive set of features, and is available free of charge. Called <a href=\"http://getapp.cc/app/590327036\">Monny</a>, the brand new application is presently optimized for the iPhone and iPod touch.</p>\n<p>As developer <a href=\"https://itunes.apple.com/tw/artist/greamer/id519562660?l=en\">Greamer</a> states in the application&#8217;s release notes, &#8220;Monny will help you to build the most important skills needed for your personal finance. You are the key to make it happen.&#8221; In order to help users in realizing this task, Monny includes a number of useful personal finance-wrangling features, which include:</p>\n<blockquote>\n<ul>\n<li>Simple and fast entry, making expense tracking easy</li>\n<li>Friendly analytical reports, charts, and top rankings</li>\n<li>Challenges that help to build your &#8220;money brain&#8221;</li>\n<li>Collections and achievements for good personal finance habits</li>\n<li>Personal finance profiles in a snap</li>\n<li>Separate account books, which comes in handy when traveling</li>\n<li>Backup support: export, import, email, csv [sic]</li>\n</ul>\n</blockquote>\n<p>Though Monny&#8217;s financial analysis is free to access on a trial basis, iDevice owners looking to use the application long-term will need to unlock Monny for an in-app purchase of $2.99.</p>\n<p>Below, we&#8217;ve included a gallery of screenshots of Monny. As mentioned, the application is currently available to download <a href=\"http://getapp.cc/app/590327036\">free of charge in the App Store</a>, and is optimized for the iPhone, iPad, and iPod touch.</p>\n\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/featured-1-22/?showGallerySet=false' title='Featured-1'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Featured-12-150x150.png\" imageid=\"425410\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"Featured-1\" title=\"Featured-1\" /></a>\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/1-387/?showGallerySet=false' title='1'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/13-150x150.jpg\" imageid=\"425436\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"1\" title=\"1\" /></a>\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/2-249/?showGallerySet=false' title='2'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/2-150x150.jpg\" imageid=\"425437\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"2\" title=\"2\" /></a>\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/3-185/?showGallerySet=false' title='3'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/3-150x150.jpg\" imageid=\"425438\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"3\" title=\"3\" /></a>\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/4-140/?showGallerySet=false' title='4'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/4-150x150.jpg\" imageid=\"425439\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"4\" title=\"4\" /></a>\n<a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/5-87/?showGallerySet=false' title='5'><img width=\"150\" height=\"150\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/5-150x150.jpg\" imageid=\"425440\" imagesize=\"thumbnail\"  class=\"attachment-thumbnail\" alt=\"5\" title=\"5\" /></a>\n\n<p>Alternatively, for further app related news, see: <a href=\"http://appadvice.com/appnn/2013/06/jacob-jones-gets-a-useful-update-adding-iphone-4-support-and-more\">Jacob Jones Gets A Useful Update Adding iPhone 4 Support And More</a>, <a href=\"http://appadvice.com/appnn/2013/06/runtastic-pro-updated-to-add-openstreetmap-support-and-more\">Runtastic PRO Updated To Add OpenStreetMap Support And More</a>, and <a href=\"http://appadvice.com/appnn/2013/06/find-the-best-deals-near-you-using-buyvia-2-0-on-ipad\">Find The Best Deals Near You With BuyVia 2.0 On iPad</a>.</p>\n<ul id='appPostAppList' class='appPostBasicStyle'><li id='590327036' store='' account='' class='appPostAppBox'><div class='appPostMetaBox'><div class='appPostAppName appPostUIEllipsis'><a href='http://getapp.cc/app/590327036' class='appPostRawAppLink'>Monny</a></div></div></li></ul><br /><br /><div><a href='http://appadvice.com/appnn/2013/06/save-loads-of-monny-with-the-recently-released-monny-for-iphone/' title='Save Loads Of Monny With The Recently Released Monny For iPhone'>Save Loads Of Monny With The Recently Released Monny For iPhone</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>"
    >,
    #<Feedzirra::Parser::RSSEntry:0x007ff9dacf8560 
      @title="Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak", 
      @url="http://appadvice.com/appnn/2013/06/preview-semirestore-will-restore-your-device-and-keep-its-jailbreak/", 
      @published=2013-06-05 16:51:10 UTC, 
      @author="Dom Esposito", 
      @categories=["Industry Newsbeats", "iOS Advice", "iPad", "iPhone", "jailbreak", "Jailbreak", "News", "NewsBeats", "cydia", "semirestore"], 
      @entry_id="http://appadvice.com/?p=425401", 
      @summary="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-05-at-9.28.58-AM-642x536.png\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425405 aligncenter\" title=\"Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-05-at-9.28.58-AM-642x536.png\" alt=\"Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak\" ></a></p>This simple one-click process will restore your iOS device and retain its jailbreak.<br /><br /><div><a href='http://appadvice.com/appnn/2013/06/preview-semirestore-will-restore-your-device-and-keep-its-jailbreak/' title='Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak'>Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>", 
      @content="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-05-at-9.28.58-AM-642x536.png\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425405 aligncenter\" title=\"Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-05-at-9.28.58-AM-642x536.png\" alt=\"Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak\" ></a></p><p>Lately, there’s been a lot of exciting news surrounding the ability to restore a jailbroken device to near stock condition. These <a title=\"Cydia Tweak: Restore Your iOS Device And Keep Its Jailbreak With iLEX RAT\" href=\"http://appadvice.com/appnn/2013/05/cydia-tweak-restore-your-ios-device-and-keep-its-jailbreak-with-ilex-rat/\" target=\"_blank\">new restore tools</a> will wipe out everything on an iOS device, but keep its jailbreak. SemiRestore is an upcoming tool that makes this process quick and painless.</p>\n<p>Previously, <a title=\"Preview: Semi-Restore Allows You To Restore An iOS Device And Keep Your Jailbreak\" href=\"http://appadvice.com/appnn/2013/05/semi-restore-will-allow-you-to-restore-an-ios-device-and-keep-your-jailbreak/\" target=\"_blank\">we covered the SemiRestore tool</a>, but the process was a bit tedious and required the end-user to be comfortable running commands within Terminal. Since our last look at this amazing tool, <a href=\"http://www.twitter.com/coolstarorg\" target=\"_blank\">the developer</a> has put together a very simple GUI that works much like any of the <a title=\"Video: How To Jailbreak The iPhone 5 Using Evasi0n\" href=\"http://appadvice.com/appnn/2013/02/video-how-to-jailbreak-the-iphone-5-using-evasi0n/\" target=\"_blank\">one-click jailbreak tools</a> you may have used in the past.</p>\n<p>When SemiRestore is officially released, all you’ll have to do is plug in your device and click a button. The tool will wipe out all apps, tweaks, and settings leaving you with a device that’s nearly back to its stock iOS condition as it was the day you purchased it. Though, as I mentioned, your jailbreak will be retained and Cydia will still be present on the home screen.</p>\n<p>Check out <a href=\"http://www.youtube.com/watch?v=4YKohT-Ifb4\">our video overview</a> of SemiRestore for Mac:</p>\n<p><iframe width=\"533\" height=\"300\" src=\"http://www.youtube.com/embed/4YKohT-Ifb4?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p>\n<p style=\"text-align: center;\">If you can&#8217;t see the above video, <a href=\"http://www.youtube.com/watch?v=4YKohT-Ifb4\" target=\"_blank\">please click this link</a>.</p>\n<p>This tool will help save thousands of iOS devices when its released. Prior to these amazing tools, if you had issues with a jailbroken device, you’d be forced to update to the latest version of iOS while performing a restore through iTunes. SemiRestore changes everything. This is a painless restore process and I’m sure you’ll love it once it’s available.</p>\n<p>It&#8217;s also important to note that SemiRestore should be used as a last resort. This isn&#8217;t something that you should do often unless it&#8217;s absolutely necessary.</p>\n<p>SemiRestore will be available soon for Mac, PC, and Linux. This tool will be compatible with all devices running iOS 5 or higher. More information can be found on the <a href=\"http://www.semirestore.tk\" target=\"_blank\">tool&#8217;s official website</a>. Stay tuned and we’ll be sure to let you know as soon as it’s released. Check out our video overview of SemiRestore and let us know what you think in the comments.</p>\n<br /><br /><div><a href='http://appadvice.com/appnn/2013/06/preview-semirestore-will-restore-your-device-and-keep-its-jailbreak/' title='Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak'>Preview: SemiRestore Will Restore Your Device And Keep Its Jailbreak</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>"
    >,
    #<Feedzirra::Parser::RSSEntry:0x007ff9dad08230 
      @title="The Kuapay Mobile Wallet App For iPhone Receives A New Update", 
      @url="http://appadvice.com/appnn/2013/06/the-kuapay-mobile-wallet-app-for-iphone-receives-a-new-update/", 
      @published=2013-06-05 16:50:54 UTC, 
      @author="Bryan M. Wolfe", 
      @categories=["App Industry News", "App Newsbeat", "AppUpdate Newsbeat", "Industry Newsbeats", "iPhone", "News", "NewsBeats", "kaupay point of sale", "kuapay", "payment apps", "shopping apps]"], 
      @entry_id="http://appadvice.com/?p=425408", 
      @summary="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kuapay-642x451.jpeg\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425417 aligncenter\" title=\"The Kuapay Mobile Wallet App For iPhone Receives A New Update\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kuapay-642x451.jpeg\" alt=\"The Kuapay Mobile Wallet App For iPhone Receives A New Update\" ></a></p>Still looking for a payment app for iPhone? Take a look at Kuapay. <br /><br /><div><a href='http://appadvice.com/appnn/2013/06/the-kuapay-mobile-wallet-app-for-iphone-receives-a-new-update/' title='The Kuapay Mobile Wallet App For iPhone Receives A New Update'>The Kuapay Mobile Wallet App For iPhone Receives A New Update</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>", 
      @content="<p style=\"text-align: center;\"><a class=\"lightbox\" href=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kuapay-642x451.jpeg\" rel=\"lightbox[$thumbnail_id]\"><img class=\"size-large wp-image-425417 aligncenter\" title=\"The Kuapay Mobile Wallet App For iPhone Receives A New Update\" src=\"http://wpuploads.appadvice.com/wp-content/uploads/2013/06/kuapay-642x451.jpeg\" alt=\"The Kuapay Mobile Wallet App For iPhone Receives A New Update\" ></a></p><p><a href=\"http://getapp.cc/app/440760795\" target=\"_blank\">Kuapay,</a> the app that transforms your physical wallet into a connected mobile wallet, is out with a new update. Version 3.0 includes a new responsive design plus other new features.</p>\n<p>First released for iPhone in 2011, Kuapay is distinctive in that it can store your bank and loyalty cards, and also be used to buy good and services at retail stores and online. The app also provides digital coupons for businesses near you.</p>\n<p>The free app uses first-to-market patent-pending security. This prevents merchants from accessing consumers&#8217; sensitive payment data.</p>\n<p>This information is securely stored in a heavily encrypted Kuapay vault and is only accessible by device-specific tokens, which are also encrypted, and stored on the user’s phone. When a user is ready to pay, a unique identifier is dynamically generated and encoded in a QR code for scanning by the merchant.</p>\n<p>According to Joaquin Ayuso de Paul, founder and CEO of Kuapay:</p>\n<blockquote><p>Our goal is to provide people with a completely secure product that can not only simplify their daily lives, but also eliminate the hassle that comes from replacing lost or stolen payment cards.</p></blockquote>\n<p>The new design makes it quicker to navigate between Kuapay’s three main sections. These include merchants, wallet, and payment. The update also includes new social networking integration. Now, you can tell your Facebook and/or Twitter friends about your purchase experience.</p>\n<p>Other Kuapay 3.0 features include:</p>\n<blockquote>\n<ul>\n<li>New bill: Easier to read for quicker checkout</li>\n<li>Improved search</li>\n</ul>\n</blockquote>\n<p>The free <a href=\"http://getapp.cc/app/440760795\" target=\"_blank\">Kuapay</a> app is available now in the App Store. <a href=\"http://getapp.cc/app/491221345\" target=\"_blank\">Kuapay Point of Sale</a> for iPad is also available.</p>\n<ul id='appPostAppList' class='appPostBasicStyle'><li id='440760795' store='' account='' class='appPostAppBox'><div class='appPostMetaBox'><div class='appPostAppName appPostUIEllipsis'><a href='http://getapp.cc/app/440760795' class='appPostRawAppLink'>Kuapay</a></div></div></li><li id='491221345' store='' account='' class='appPostAppBox'><div class='appPostMetaBox'><div class='appPostAppName appPostUIEllipsis'><a href='http://getapp.cc/app/491221345' class='appPostRawAppLink'>Kuapay Point of Sale</a></div></div></li></ul><br /><br /><div><a href='http://appadvice.com/appnn/2013/06/the-kuapay-mobile-wallet-app-for-iphone-receives-a-new-update/' title='The Kuapay Mobile Wallet App For iPhone Receives A New Update'>The Kuapay Mobile Wallet App For iPhone Receives A New Update</a> is a story by <a href='http://appadvice.com'>AppAdvice.com</a></div><br /><div><a href='http://appadvice.com/appnn'>AppAdvice - iPhone, iPad, iPod, App Reviews + News</a></div>\n</div>"
    >
  ],
  @feed_url="https://gist.github.com/PascalW/39ba755ea64aef5b9967/raw/94d0175cf5f17b78cf32f8fbe6c618688917aa7e/AppAdvice", 
  @etag="\"93c6fc037ea77f851f979cea663e1fa6\"", 
  @last_modified=nil
>
Fringe09 commented 11 years ago

@benubois Today's "Today's Apps Gone Free" feed showed up.

benubois commented 11 years ago

@Fringe09 that's great.

Still getting parse errors with the feed though so I don't think everything is fixed on their side yet.

irb(main):001:0> Feedzirra::Feed.fetch_and_parse 'http://feeds2.feedburner.com/AppAdvice'
Error while parsing [http://feeds2.feedburner.com/AppAdvice] CData section not finished
<p style="text-align: center;"><a class="lightbox"
Error while parsing [http://feeds2.feedburner.com/AppAdvice] PCDATA invalid Char value 3
Error while parsing [http://feeds2.feedburner.com/AppAdvice] Opening and ending tag mismatch: encoded line 47 and p
Error while parsing [http://feeds2.feedburner.com/AppAdvice] Opening and ending tag mismatch: item line 21 and div
Error while parsing [http://feeds2.feedburner.com/AppAdvice] Sequence ']]>' not allowed in content
Error while parsing [http://feeds2.feedburner.com/AppAdvice] internal error
Error while parsing [http://feeds2.feedburner.com/AppAdvice] Extra content at the end of the document
=> #<Feedzirra::Parser::RSS:0x007fcdc00c2138 @title="App Advice", @url="http://appadvice.com", @description="The best iOS news and reviews this side of the Interwebz.", @feed_url="http://feeds2.feedburner.com/AppAdvice", @etag="MvX9iNBzqHQlpTrkJJedKFeDfo0", @last_modified=2013-06-19 16:33:38 UTC>
Fringe09 commented 11 years ago

@benubois Wanted to let you know that for the past week or so "Today's Apps Gone Free" feed has shown up everyday.

benubois commented 11 years ago

@Fringe09 Thanks!

No longer getting any parse errors on this feed. Seems like it's finally time to close this bug.