Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.81 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Google RSS Reader wrapper [closed]
  2. java.io.IOException: Server returned HTTP response code: 401 for URL: http://www.google.com/reader/api/0/token
  3. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
  4. at ice.wrappers.google.rss.session.Session.getToken(Session.java:70)
  5. at ice.wrappers.google.rss.session.Session.connect(Session.java:35)
  6. at ice.wrappers.google.rss.GRSSWrapper.<init>(GRSSWrapper.java:20)
  7. at Test.main(Test.java:14)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  11. at java.lang.reflect.Method.invoke(Method.java:597)
  12. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)