Skip to content
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

Not possible to open OP caches #2167

Closed
odl opened this issue Nov 17, 2012 · 3 comments
Closed

Not possible to open OP caches #2167

odl opened this issue Nov 17, 2012 · 3 comments
Assignees
Labels
Bug Issues classified as a bug Prio - High A significant malfunction of a feature/function. High user impact.
Milestone

Comments

@odl
Copy link

odl commented Nov 17, 2012

my modified send2cgeo script ( #1334 ) stopped working for opencaching.pl in latest nighties. For sure it is working in 2012.11.11 nightie and is not working in 2012.11.16 or today's one (but I don't know in which one it was broken).

after waiting for caches from web (import from web) and pressing send2cgeo button, there is status about downloading OP cache details in c:geo, but it disappears quite shortly and nothing is downloaded. caches for GC still works without problem.

@Bananeweizen
Copy link
Member

I wasn't even aware of that nice addition. Meanwhile the normal script structure has changed quite a lot. Does anyone here feel confident in merging the changes which are necessary for opencaching? This should hopefully also work with the other countries as they use the same software.

@Lineflyer
Copy link
Member

This one is easy to reproduce:

  • In c:geo main screen open search title bar and enter e.g. OP5D46
  • c:geo tries to load the cache details and crashes while loading

Here is the log:

11-17 22:23:20.445 D/cgeo    ( 7738): GET http://www.opencaching.pl/okapi/services/caches/geocache?cache_code=OP5D46&fields=code%7Cname%7Clocation%7Ctype%7Cstatus%7Cowner%7Cfounds%7Cnotfounds%7Csize%7Cdifficulty%7Cterrain%7Crating%7Crating_votes%7Crecommendations%7Cdescription%7Chint%7Cimages%7Clatest_logs%7Cdate_hidden&consumer_key=TxkZ47JxHxYDKKfM9dFu
11-17 22:23:20.620 D/cgeo    ( 7738): Decompressing response
11-17 22:23:20.620 D/cgeo    ( 7738): 200 (176 ms) GET http://www.opencaching.pl/okapi/services/caches/geocache?cache_code=OP5D46&fields=code%7Cname%7Clocation%7Ctype%7Cstatus%7Cowner%7Cfounds%7Cnotfounds%7Csize%7Cdifficulty%7Cterrain%7Crating%7Crating_votes%7Crecommendations%7Cdescription%7Chint%7Cimages%7Clatest_logs%7Cdate_hidden&consumer_key=TxkZ47JxHxYDKKfM9dFu
11-17 22:23:20.660 E/AndroidRuntime( 7738):     at cgeo.geocaching.utils.LazyInitializedList.set(LazyInitializedList.java:39)
11-17 22:23:20.660 E/AndroidRuntime( 7738):     at cgeo.geocaching.cgCache.setLogs(cgCache.java:974)
11-17 22:23:20.660 E/AndroidRuntime( 7738):     at cgeo.geocaching.connector.oc.OCApiConnector.searchByGeocode(OCApiConnector.java:31)
11-17 22:23:20.660 E/AndroidRuntime( 7738):     at cgeo.geocaching.cgCache.searchByGeocode(cgCache.java:1556)
11-17 22:23:20.660 E/AndroidRuntime( 7738):     at cgeo.geocaching.CacheDetailActivity$LoadCacheThread.run(CacheDetailActivity.java:764)
11-17 22:23:21.180 I/SurfaceFlinger( 1819): id=1801 Removed cgeo idx=2 Map Size=6
11-17 22:23:21.180 I/SurfaceFlinger( 1819): id=1801 Removed cgeo idx=-2 Map Size=6
11-17 22:23:48.145 E/WindowManager( 7738): Activity cgeo.geocaching.CacheDetailActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@416e9e60 that was originally added here
11-17 22:23:48.145 E/WindowManager( 7738): android.view.WindowLeaked: Activity cgeo.geocaching.CacheDetailActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@416e9e60 that was originally added here
11-17 22:23:48.145 E/WindowManager( 7738):  at cgeo.geocaching.activity.Progress.show$56b57700(Progress.java:40)
11-17 22:23:48.145 E/WindowManager( 7738):  at cgeo.geocaching.CacheDetailActivity.onCreate(CacheDetailActivity.java:305)
11-17 22:25:41.905 I/ActivityThread( 8226): Pub cgeo.geocaching.apps.locusdatastorageprovider: cgeo.geocaching.apps.LocusDataStorageProvider
11-17 22:25:41.950 W/webview ( 8226):   at cgeo.geocaching.network.Network.<clinit>(Network.java:56)
11-17 22:25:41.950 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.access$000(StatusUpdater.java:15)
11-17 22:25:41.950 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater$1.act(StatusUpdater.java:56)
11-17 22:25:41.950 W/webview ( 8226):   at cgeo.geocaching.utils.PeriodicHandler.handleMessage(PeriodicHandler.java:50)
11-17 22:25:41.950 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.run(StatusUpdater.java:59)
11-17 22:25:42.045 W/webview ( 8226):   at cgeo.geocaching.network.Network.<clinit>(Network.java:56)
11-17 22:25:42.045 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.access$000(StatusUpdater.java:15)
11-17 22:25:42.045 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater$1.act(StatusUpdater.java:56)
11-17 22:25:42.045 W/webview ( 8226):   at cgeo.geocaching.utils.PeriodicHandler.handleMessage(PeriodicHandler.java:50)
11-17 22:25:42.045 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.run(StatusUpdater.java:59)
11-17 22:25:42.170 I/cgeo    ( 8226): Starting cgeo.geocaching 20121117 a.k.a 2012.11.17-NB-763ffba
11-17 22:25:42.175 W/webview ( 8226):   at cgeo.geocaching.network.Network.<clinit>(Network.java:56)
11-17 22:25:42.175 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.access$000(StatusUpdater.java:15)
11-17 22:25:42.175 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater$1.act(StatusUpdater.java:56)
11-17 22:25:42.175 W/webview ( 8226):   at cgeo.geocaching.utils.PeriodicHandler.handleMessage(PeriodicHandler.java:50)
11-17 22:25:42.175 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.run(StatusUpdater.java:59)
11-17 22:25:42.210 W/webview ( 8226):   at cgeo.geocaching.network.Network.<clinit>(Network.java:56)
11-17 22:25:42.210 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.access$000(StatusUpdater.java:15)
11-17 22:25:42.210 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater$1.act(StatusUpdater.java:56)
11-17 22:25:42.210 W/webview ( 8226):   at cgeo.geocaching.utils.PeriodicHandler.handleMessage(PeriodicHandler.java:50)
11-17 22:25:42.210 W/webview ( 8226):   at cgeo.geocaching.network.StatusUpdater.run(StatusUpdater.java:59)

@Lineflyer
Copy link
Member

Changed topic to match issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues classified as a bug Prio - High A significant malfunction of a feature/function. High user impact.
Projects
None yet
Development

No branches or pull requests

3 participants