Not that I could find. I've spent more than two hours googling this. The closest I came was the same error being mentioned in a Cyanogenmod log published online, but no solution.
Thanks On Wed, Dec 7, 2011 at 9:42 PM, Christopher Van Kirk < [email protected]> wrote: > They don't have a support forum? > > > On 12/8/2011 12:00 AM, Raghav Sood wrote: > > Hi all, > > I am trying to integrate openfeint into my app. It repeatedly gives this > error: > > 12-07 21:06:42.562: E/Openfeint(7667): Request:Error executing request > '/webui/assets'. > 12-07 21:06:42.562: W/System.err(7667): java.lang.NullPointerException > 12-07 21:06:42.566: W/System.err(7667): at > org.apache.http.impl.client.AbstractHttpClient.determineTarget(AbstractHttpClient.java:495) > 12-07 21:06:42.566: W/System.err(7667): at > org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:626) > 12-07 21:06:42.566: W/System.err(7667): at > com.openfeint.internal.request.BaseRequest.exec(BaseRequest.java:256) > 12-07 21:06:42.566: W/System.err(7667): at > com.openfeint.internal.request.Client$5.run(Client.java:182) > 12-07 21:06:42.566: W/System.err(7667): at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:444) > 12-07 21:06:42.566: W/System.err(7667): at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306) > 12-07 21:06:42.570: W/System.err(7667): at > java.util.concurrent.FutureTask.run(FutureTask.java:138) > 12-07 21:06:42.570: W/System.err(7667): at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088) > 12-07 21:06:42.570: W/System.err(7667): at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581) > 12-07 21:06:42.570: W/System.err(7667): at > java.lang.Thread.run(Thread.java:1019) > > The weird thing is that no where in any file is it accessing > /webui/assets. It is always /assets/webui. I checked every single file in > the workspace. > > Has anyone encountered this before? > > Thanks > > -- > Raghav Sood > http://www.androidactivist.org/ - Author > http://www.appaholics.in/ - Founder > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Raghav Sood http://www.androidactivist.org/ - Author http://www.appaholics.in/ - Founder -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

