-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no sync #3
Comments
So I believe that I figured out what is causing the syncing issue. It appears that the ObjectMapper "read" method is failing to parse the JSON feedback when the API call is made to fetch subscription updates. When reviewing a manual call to gpodder.net it appears there are new values which are not represented in our class structures thus the ObjectMapper seems to be getting confused. Personally I believe it may be worth a look to see if there are more robust ways of handling the data and I will do some research to figure this out. In the mean time I am plagued by logistical issues. I updated my android SDK and that seems to have broken my build.xml file so I am trying to figure out how to fix that. Also, I have never been able to get the integrated debugging to work under eclipse and I was wondering if you have had any luck with this? |
hey, i was working on it too. and got so far, that i added the missing field. of the sdk debug issue, lets meet up in irc next week, i got it running in emulator and on device (even though i'm using intellij). |
Hiya, I finally carved out some time to work on the project and I was able to fix the database issue. Nothing complicated, but I decided to change the GpodDB class to a static class and make some other small changes which seemed to do the trick, but there seems to be another JSONMappingException being throw now, but at least it's a new issue. So I noticed your branch so I merged that with my local master here so we don't get to far from each other. I will let you know if I figure out what the new issue is should I be able to figure it out. ps: I was able to figure out the integrated debugging thing, I was just being a bit bone headed. |
So I was able to figure out what was going on. I happened to have the podcast "FLOSS Weekly" in my subscription list and it seems to have some bad mojo in it's description. Because of this I cannot get rid of it from the web interface or gpodder on my desktop so I am thinking that this is an issue which should be handled on the backend. Do you have a contact person who works in the API or should I just message someone myself? |
hey, you can use the irc of the gpodroid guys, they are both very nice and helpful. i'll take a look into the parsing next week to check if i can make it i'll be off for the weekend, so i wish you a nice weekend. greetings, nico On Fri, Sep 2, 2011 at 19:42, brianbourke75
Nico Heid - http://nicoheid.com - mob. +491733181059 |
Hey, gpodder.net introduces new keys in the JSON results of the diverse API Calls from time to time (on request). |
Yup, I have been wanting to write a better JSON parser for a while now so now all I have to do is overcome that darn learning curve! |
Hmm ... just found this: http://wiki.fasterxml.com/ObjectMapper So they set some Property to not fail on an Unknown Value, maybe try this (Jackson seems not to be the best documented java lib) |
I seemed to be having a similar problem, but the list of podcasts appeared after I pressed the `play´ button. It put out a message like ´you must select a podcast first´, and then displayed all the synched podcasts. |
no such luck here. |
oh yes, patience paid off. I stopped it an d started it and 30 minutes later it works. Not ready for prime time, guess I'll have to keep using beyondpod for another while:( |
hey, thanks for your feedback and support. sorry again, On Mon, Jun 4, 2012 at 10:29 PM, dalb8 <
Nico Heid - http://nicoheid.com - mob. +491733181059 |
as reported by prof morbius:
gpodroid successfully logged into gpodder.net and created a device, but after I synced the list from another device ... nothing. No subscriptions are listed; all I get is a player with nothing to play and three blank tabs (the search field shows up in the Search tab, but returns nothing no matter what I type). The comments in the Market listed a similar problem.
The text was updated successfully, but these errors were encountered: