maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] Advanced Geocaching Tool (https://talk.maemo.org/showthread.php?t=48036)

webhamster 2012-07-25 07:37

Re: [Announce] Advanced Geocaching Tool
 
@peterleinchen - Have you checked the version which I pushed yesterday to extras-devel?

@rob_kouw - Well, depends on what "enough" is :-) I'm certainly not making a living of it, but that's okay because it is not my full time job. There are about 2 to 5 donations in the range of 0.5 to 5 Euros in the weeks after each release, and occasionally some huge amounts (like 50 Euros). And, as you may know, someone even gave his spare N900 so that I can develop for it ;-)

So - all in all, I'm quite happy with it!

peterleinchen 2012-07-25 08:06

Re: [Announce] Advanced Geocaching Tool
 
Yep, just reinstalled once again. And searched for any other icon and found new icon with different (old) name. But in desktop file still the new name used. See below.
So please change either of them in next release. For now i just modified manually.
Thanks.

Code:

delite:~# cat /usr/share/applications/hildon/agtl-maemo.desktop
[Desktop Entry]
Name=AGTL
Comment=Advanced Geocaching Tool For Linux
Encoding=UTF-8
Version=1.0.0
Type=Application
Exec=/usr/bin/agtl-maemo
Icon=agtl-maemo
X-Icon-path=/usr/share/icons/hicolor/64x64/apps/
X-Window-Icon=agtl-maemo.png

~# ll /usr/share/icons/hicolor/64x64/apps/advancedcaching-64.png
-rw-r--r--    1 root    root          5739 Jul 24 18:33 /usr/share/icons/hicolor/64x64/apps/advancedcaching-64.png


Kegetys 2012-08-02 15:42

Re: [Announce] Advanced Geocaching Tool
 
I recently upgraded to the N9 version and it is very nice, thanks for your continued work!

Something that seems to be missing from it however is offline maps and local caching of tiles. Are there plans to introduce these? The caching qml does seems to be very ineffective and the constant map tile loading is eating a lot of battery not to mention losing the maps when in a location with no cell signal.

Also a minor nag I have is that the currently targeted geocache marker covers quite a lot of the map. I have some high res satelite images in my tileserver but sometimes the large marker with color fill etc. tends to make it hard to see the exact spot where it is pointing (like to a corner of a building). In the N900 version all the markers disappeared when dragging the map, I guess this wasn't an intentional feature but it made it easy to "peek" behind all the markers :)

Lemieux 2012-08-14 18:50

Re: [Announce] Advanced Geocaching Tool
 
Hi!

I have updated to the recent version of AGTL. And I have emoved the old config file. Nonetheless AGTL can't load map tiles.

Any ideas how to fix that problem?

Thanx in advance!
Lemieux

PS: My config file....

Code:

{
    "debug_log_to_http": false,
    "download_create_index": false,
    "download_map_path": "/home/user/MyDocs/.Maps/",
    "download_new": true,
    "download_noimages": false,
    "download_notfound": true,
    "download_nothing": false,
    "download_num_logs": 20,
    "download_output_dir": "/home/user/MyDocs/./.geocaches/",
    "download_resize": true,
    "download_resize_pixel": 400,
    "download_run_after": false,
    "download_run_after_string": "",
    "download_visible": true,
    "last_selected_geocache": "",
    "last_target_lat": 56.948170876130462,
    "last_target_lon": 24.120424054563046,
    "last_target_name": "default",
    "map_follow_position": true,
    "map_position_lat": 56.948170876130462,
    "map_position_lon": 24.120424054563046,
    "map_providers": [
        [
            "OpenStreetMaps",
            {
                "max_zoom": 18,
                "prefix": "OpenStreetMap I",
                "remote_url": "http://tile.openstreetmap.org/%(zoom)d/%(x)d/%(y)d.png"
            }
        ],
        [
            "OpenCycleMaps",
            {
                "max_zoom": 18,
                "prefix": "OpenCycleMap",
                "remote_url": "http://a.tile.opencyclemap.org/cycle/%(zoom)d/%(x)d/%(y)d.png"
            }
        ]
    ],
    "map_zoom": 0,
    "options_auto_update": true,
    "options_backend": "geocaching-com-new",
    "options_default_log_text": "TFTC!\n\nLogged at %X from my %(machine)s using AGTL.",
    "options_hide_found": false,
    "options_map_double_size": false,
    "options_night_view_mode": 0,
    "options_password": "xxxxxxxxxx",
    "options_rotate_screen": 0,
    "options_show_error": true,
    "options_show_html_description": false,
    "options_show_name": true,
    "options_username": "xxxxxxxxxxxxxxxx",
    "tts_interval": 0
}


peterleinchen 2012-08-14 19:36

Re: [Announce] Advanced Geocaching Tool
 
Which version exactly?
Extras-devel repo enabled?

Run as user (not as root)?

Lemieux 2012-08-14 19:43

Re: [Announce] Advanced Geocaching Tool
 
I could resolve it. I had to delete all folders in the .Maps folder. Now it works fine. :)

peterleinchen 2012-08-14 19:47

Re: [Announce] Advanced Geocaching Tool
 
I could use my old already downloaded map tiles ...

webhamster 2012-09-02 19:55

Re: [Announce] Advanced Geocaching Tool
 
Hi! Today I pushed out a new version of AGTL to extras-testing and extras-devel. Please vote on this page if you find the new version to be good, we really need a new version in extras.

atroymer 2012-09-04 08:02

Re: [Announce] Advanced Geocaching Tool
 
After upgrading to the new version (0.9.1.1) on my N900 I cannot download geocache details any more. It gives the error message "_parse_logs_json() requires exactly 2 arguments (3 given)" and bails out.

I am going to file a bug report on github also.

Still, this app is really great and I've had much fun using it. Thank you very much for it :)

peterleinchen 2012-09-04 18:19

Re: [Announce] Advanced Geocaching Tool
 
I have to confirm that. :(
Going back to previous version, which was stable for me.

Error occurs also after removing .agtl/config and even whole .agtl.

Another error (a float is required) pops up when trying to download overview for visible area.

Pressing download details for all visible caches does not do anything. But taking new way of downloading into account, this is not needed anymore at all (webhamster?).?

peterleinchen 2012-09-22 21:47

Re: [Announce] Advanced Geocaching Tool
 
webhamster has pushed another version into extras-devel (already a few days ago) and this seems to be the one which should be in testing.
It works as it should, flawlessly (as I could check shortly).

Only same question open to me: the "download all details for visible caches" does nothing. It is not needed anymore (new download behaviour) or a bug?

rob_kouw 2012-09-23 06:55

Re: [Announce] Advanced Geocaching Tool
 
Dear peterleinchen,
Some time ago I think the functionality of "download all details for visible caches" on the N900 changed to:
- All caches in view that were not updated recently: check their availability on the geocaching site. If necessary: archive or disable.

This is just my interpretation of what I saw happening in some cases. I must say I like it a lot. Although it would be perfect if the original function would work on top of it.

Thanks for the message, I will install the new version swiftly, before placing a new geocache this morning ;)

peterleinchen 2012-09-23 07:53

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by rob_kouw (Post 1270905)
Some time ago I think the functionality of "download all details for visible caches" on the N900 changed to:
- All caches in view that were not updated recently: check their availability on the geocaching site. If necessary: archive or disable.

Sounds reasonable. Maybe the button should be renamed to "Update ..."?

Quote:

Originally Posted by rob_kouw (Post 1270905)
Thanks for the message, I will install the new version swiftly, before placing a new geocache this morning ;)

Happy caching :D

Lemieux 2012-09-26 21:18

Re: [Announce] Advanced Geocaching Tool
 
Hi!
Using the latest version of AGTL on my N900 I have problems with the position accuracy. The values vary from 30m to 130m. This is not suitable for geocaching. ;)
What values do you have?
Can this be a software bug or does it indicate a hardware failure?

Thx!

peterleinchen 2012-09-26 21:53

Re: [Announce] Advanced Geocaching Tool
 
I think it indicates "trees/clouds over your head" ;)
Nah seriously, my accuracy is also not the best and I have to walk a lot of times forth and back and to the sides to get an impression where it might be. (no details about accuracy in mind!)
Remember it is still a phone, not a GPS receiver. And I accepted that 'flaw'.

Did you consider weather? Or are you sure it was better before?
I do not see any possibility AGTL is causing this.
Neither I see a hardware problem (but cannot exclude)...

rob_kouw 2012-09-27 18:27

Re: [Announce] Advanced Geocaching Tool
 
Try installing GPSData to see raw info of GPS. This should clarify whether it is a AGTL problem or not.
Accuracy improves a lot with mobile internet (aGPS). I find accuracy in city better than usual GPS because of open street maps and mobile tri-angulation. Under the trees everybody has problems, also Garmin.

rob_kouw 2012-09-27 18:30

Re: [Announce] Advanced Geocaching Tool
 
I couldn't even vote for agtl in the maemo competition. Now who compiled the list of projects to nominate?
:)

MartinK 2012-09-27 18:49

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by rob_kouw (Post 1273009)
I couldn't even vote for agtl in the maemo competition. Now who compiled the list of projects to nominate?
:)

All entries were self-submitted by their developers. :)

Lemieux 2012-09-30 10:55

Re: [Announce] Advanced Geocaching Tool
 
It's definitely not an issue of clouds and trees and aGPS is on. I will try GPSData to figure out....

By the way: What are your accuracy values? Just for comparison.....

Lemieux 2012-10-01 17:35

Re: [Announce] Advanced Geocaching Tool
 
Same accuracy values with GPSData...

rob_kouw 2012-10-07 14:46

Re: [Announce] Advanced Geocaching Tool
 
Instantaneous values of location error range from 5 to 100+ meters on my N900. Typical values in the city 20-25 meters and more. Nonetheless I have no problems at all thanks to the OpenStreetMaps.
As said, Garmins have their problems as well. I saw people walking to and fro to find the right spot, and they claimed walking at 5 km/h helped getting more accuracy. Out in the open, with hardly any trees around. So we're doing quite well with the N900, IMO.

rob_kouw 2013-02-02 20:18

Re: [Announce] Advanced Geocaching Tool
 
Is there a way of disabling the (power consuming) GPS functions in AGTL? My GPS is broken, but maybe I could still use AGTL for paperless caching, geocaching database and online tool for anything (anything but the GPS, indeed).

(Yes I do have a Nokia N9 as well. After 2 hours of geocaching in the cold, it just gives up. No battery change possible, so that is pretty hopeless...)

peterleinchen 2013-02-03 23:19

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by rob_kouw (Post 1320210)
Is there a way of disabling the (power consuming) GPS functions in AGTL?

I do not remember any setting in AGTL itself (why should it be there? ;)). But you may just got to system settings - GPS/location settings - and disable the GPS itself. Then, after starting any app needing GPS, you will always be asked once if you wish to activate. Just deny and you are good.

Quote:

Originally Posted by rob_kouw (Post 1320210)
(Yes I do have a Nokia N9 as well. After 2 hours of geocaching in the cold, it just gives up. No battery change possible, so that is pretty hopeless...)

Yes, also have the N9 as toy now, but 90% using my N900(s).
Double-scud!
(just need/looking for an otterbox for outdoor activities...)

Get yourself another one!

ricardocvgf 2013-02-14 16:24

Any news about this app? I've been using it on my n9 and it is almost perfect.

It keeps asking for internet connection, doesn't keep any map info for offline use, it doesn't download any logs for any cache, and it doesn't actually refresh the cache list (I have actually tried to refresh it and it keeps telling some caches are online when they already are offline in the website).

Other than that, I think it is pretty much the best geocaching application for the n9, and I've been using it extensively. Just wondering if it is still on development or just stopped, since I haven't seen any updates for quite some time.

ricardocvgf 2013-02-19 19:57

Any news about this app? I've been using it on my n9 and it is almost perfect.

It keeps asking for internet connection, doesn't keep any map info for offline use, it doesn't download any logs for any cache, and it doesn't actually refresh the cache list (I have actually tried to refresh it and it keeps telling some caches are online when they already are offline in the website).

Other than that, I think it is pretty much the best geocaching application for the n9, and I've been using it extensively. Just wondering if it is still on development or just stopped, since I haven't seen any updates for quite some time.

rob_kouw 2013-08-24 18:44

Dear all, it seems to me that the cachedownloader no longer works. Geocaching.com proudly announced a new geocache details page, and as far as I can see a lot of anchors changed.

Does anytime have an old html source of a details page? I'm volunteering to search for differences, and suggest changes to the code.

peterleinchen 2013-08-24 19:03

Re: [Announce] Advanced Geocaching Tool
 
Oh no!
But that was expected to happen sooner or later, or?

I fear I have no site cached here, maybe ask webhamster/daniel? Will he support you? Or hopefully he may throw together an update?
And if you need any help/tests/..., contact me.

pedro42 2013-08-25 16:59

Partially working AGTL
 
Today, i succesfully downloaded geocaches for my rainy trip. I have PARTIALLY working agtl. It's available at http://pedro.propsychology.cz/agtl . There are some changes for my environment. I don't have Maemo, Nokia etc. I run AGTL on Neo FreeRunner and on ordinary PC with Slackware linux.

Probably it's enough do download cachedownloader.py.

Because i don't have archived groudspeak web pages, it was i little bit diicult to explore the changes.

The major change todays is that on list of geocaches there is no GUID. It's only at geocaches with some trackables inside.Because the print-friendly version of listing of single geocache probably requiere GUID (http://www.geocaching.com/seek/cdpf.aspx?guid=%s], it's not usable. I changed the parser for list of geocaches and, because i don't have GUID, a call function _parse_cache_page instead of _parse_cache_page_print. Download geocaches now implies downloading all details.
I also changed the method for status of the cache (disabled, archived). It seems to be working.
Fetching logs doesn't work.
Downloading images is disabled (i don't need images). This is hardcoced (by Webhamster, i don't know why]. You can simply change "download_images = False" to "download_images = True" in cachedownloader.py.

Sometimes on some geocache there is error "list index out of range". I don't know why yet.

Don't use "Fetch details for visible". All details are fetched already when "Download geocaches" function is used.

I'm sorry, i'm not programmer and my english is terrible, but i hope, someone (maybe Webhamster) can use ideas in my version.

ranto 2013-09-03 07:31

Re: [Announce] Advanced Geocaching Tool
 
Daniel has updated the Python scripts from version 32 to 35 and it should work now. At least I got everything working by installing 0.9.1.1 version and then updating scripts from the app.

Garp 2013-09-03 09:34

Re: [Announce] Advanced Geocaching Tool
 
Using 0.9.1.1 v.35 on N9 (MeeGo)
I have returning core.py don't answer messages round 10-15 seconds between!:confused:
Anyone knows what's wrong?

peterleinchen 2013-09-03 21:17

Re: [Announce] Advanced Geocaching Tool
 
Ein FETTES Danke schön.
Erm, I mean THANK YOU Daniel.

Here is the link for everyone using AGTL!!!

AapoRantalainen 2013-09-04 11:45

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by rob_kouw (Post 1320210)
Is there a way of disabling the (power consuming) GPS functions in AGTL?

Yes, there are --nogps command line parameter. Actually I have two menu shortcuts just for that. I use --nogps when preparing maps for forthcoming offline session.

There are also --sim for simulated gps (for developers).

sponka 2013-09-04 13:14

Re: [Announce] Advanced Geocaching Tool
 
Completely missed N9 version, downloaded today and dowloading cache info works for me on both devices (N9 and N900).

But have problem with N900 version 0.9.1.2 -- clicking on update just hang app and cannot be killed by Ctrl+backspace (no "X") and must wait for app hangup info to appear.

Also, OpenStreetMaps are not working neither on N9 nor N900 (N9 show "Error", N900 "Could not load image"). OpenCycleMaps are OK.

AapoRantalainen 2013-09-04 13:47

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by sponka (Post 1372015)
But have problem with N900 version 0.9.1.2 -- clicking on update just hang app and cannot be killed by Ctrl+backspace (no "X") and must wait for app hangup info to appear.

I found same. Used:
Code:

wget www.danielfett.de/files/agtl-updates/0.9.1.2/cachedownloader.py
Quote:

Originally Posted by sponka (Post 1372015)
Also, OpenStreetMaps are not working neither on N9 nor N900 (N9 show "Error", N900 "Could not load image"). OpenCycleMaps are OK.

On N900 openstreetmaps is working for me.
I don't know is this default or tuned address:
Code:

/home/user/.agtl/config:
  "remote_url": "http://tile.openstreetmap.org/%(zoom)d/%(x)d/%(y)d.png"


pterozaurus 2013-09-12 09:48

Re: [Announce] Advanced Geocaching Tool
 
Hi,
since about 4 weeks I have promlems with AGTL vers. 0.9.1.2 on my N900.
Download Overview for the visible aera crashes by producing an error: "Error: list index out of range" why? How can I solve the problem?

Thank you

pterozaurus

AapoRantalainen 2013-09-12 13:19

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by pterozaurus (Post 1373813)
Download Overview for the visible aera crashes by producing an error: "Error: list index out of range" why? How can I solve the problem?

I have one guess on my mind:
Are you using free-account (of geocaching.com) and is it crashing every where or only if one of the caches in selected area is premium only? Can you start agtl from command line and post full error with line numbers?

I can then tell you what rows you need to modify with root-access, can you do that?

pterozaurus 2013-09-12 15:47

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by AapoRantalainen (Post 1373847)
I have on guess on my mind:
Are you using free-account (of geocaching.com) and is it crashing every where or only if one of the caches in selected area is premium only? Can you start agtl from command line and post full error with line numbers?

I can then tell you what rows you need to modify with root-access, can you do that?

Yes, I have a geocaching.com free-account and it could be that in this area are premium caches.
I have problems to obtain the errorlog, agtl-maemo > agtl.txt writes only the text of the downloaded caches, not the error.

I have root access on my N900 so modifying should not be a problem.

Thanks
pterozaurus

AapoRantalainen 2013-09-12 16:41

Re: [Announce] Advanced Geocaching Tool
 
Quote:

Originally Posted by pterozaurus (Post 1373870)
Yes, I have a geocaching.com free-account and it could be that in this area are premium caches.
I have problems to obtain the errorlog, agtl-maemo > agtl.txt writes only the text of the downloaded caches, not the error.

Code:

cd /opt/agtl-maemo
./core.py -vv --hildon 2>&1 > ~/agtl.log

Do you want share ID of breaking cache, so I can check it too?

Garp 2013-09-13 08:13

Re: [Announce] Advanced Geocaching Tool
 
Any help to get with this destroying the use of AGTL - and now it just freeze!

Quote:

Originally Posted by Garp (Post 1371569)
Using 0.9.1.1 v.35 on N9 (MeeGo)
I have returning core.py don't answer messages round 10-15 seconds between!:confused:
Anyone knows what's wrong?


pterozaurus 2013-09-13 08:26

Re: [Announce] Advanced Geocaching Tool
 
2 Attachment(s)
Quote:

Originally Posted by AapoRantalainen (Post 1373886)
Code:

cd /opt/agtl-maemo
./core.py -vv --hildon 2>&1 > ~/agtl.log


agtl.log:
Code:

{"status":"success","data":[{"LogID":342320081,"CacheID":284306,"LogGuid":"19f20dd3-c6fc-4144-84e4-fc142d687087","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Auf dem Weg nach Mailand hier einen kurzen Pit-Stop eingelegt um Mensch und Maschine zu versorgen. <img src=\"/images/icons/icon_smile.gif\" border=\"0\" align=\"middle\" /> Dabei auch der (leider selten gewordenen) großen Dose einen Besuch abgestattet. Nachdem es an Stage 1 noch holperte, ging es am Final ganz schnell. <br /><br /><i><b>TFTC <font color=\"blue\">TeamFanjo</font></b><br />#3626</i>","Created":"08/21/2013","Visited":"08/20/2013","UserName":"TeamFanjo","MembershipLevel":3,"AccountID":2153612,"AccountGuid":"6cd5b7e7-20ae-4d70-a2e1-0c1c92ea5311","Email":"","AvatarImage":"202a262d-52df-4ac1-aa55-6bb1b02b3bfe.jpg","GeocacheFindCount":3634,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":337392796,"CacheID":284306,"LogGuid":"fb84e9f6-79f8-4adc-8ec4-17ad373c925f","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Heute auf dem Heimweg hier einmal kurz angehalten. Station Eins hat uns ganz gut gefallen, obwohl wir hier zuerst auf dem Holzweg waren. Das Finden der Caches war dann ganz einfach.<br />TFTC","Created":"08/08/2013","Visited":"08/08/2013","UserName":"CCCNH","MembershipLevel":3,"AccountID":7383383,"AccountGuid":"c18971e1-fe11-487d-8651-804d602b8f3c","Email":"","AvatarImage":"eb0d5166-a09f-4ab6-948e-c96709d0eb83.jpg","GeocacheFindCount":411,"GeocacheHideCount":3,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":334038845,"CacheID":284306,"LogGuid":"1d8ac2a2-48eb-4cb4-8573-f44dc8ec13da","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Dank polnischer Hilfe sind wir hier bei brütender Hitze und wütender Mücken doch bald fündig geworden und konnten uns in das komfortable Logbuch eintragen.<br /><br />tftc<br />fmidi","Created":"07/29/2013","Visited":"07/27/2013","UserName":"fmidi","MembershipLevel":1,"AccountID":5447309,"AccountGuid":"74c0701a-d702-43d4-80ea-fe6c2d615033","Email":"","AvatarImage":"","GeocacheFindCount":42,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":333568432,"CacheID":284306,"LogGuid":"bce5e5a8-67bd-487e-8a32-cc3d6c431c2e","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Als ich und fmidi gerade an Stage 1 angefangen haben zu suchen, wurden wir gleich von einem netten polnischen LKW Fahrer angesprochen was wir den suchen, aber der wusste schon bescheid und hat direkt auf die Stage 1 gezeigt. Beim Finale erst an der falschen Seite runter und dann auf der richtigen Seite wieder hoch und die große Dose gefunden. THX4$","Created":"07/27/2013","Visited":"07/27/2013","UserName":"Carsten99","MembershipLevel":3,"AccountID":5214103,"AccountGuid":"af66124d-1d84-4367-a1c2-be5d0d46ce55","Email":"","AvatarImage":"0f49008b-3d3b-416c-b7a0-c27a812d416f.jpg","GeocacheFindCount":1087,"GeocacheHideCount":2,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":334795313,"CacheID":284306,"LogGuid":"6d46518e-02b6-4489-8b41-b287b5755645","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Kurz vor der Grenze nochmal aufgetankt, und dabei diesen Cache entdeckt und gut gefunden ;)<br />DFDC","Created":"07/31/2013","Visited":"07/23/2013","UserName":"Team Klettermax","MembershipLevel":3,"AccountID":898490,"AccountGuid":"231806c9-1d6b-41cc-97ee-a23fa30ce126","Email":"","AvatarImage":"80dec741-c364-4f72-94bf-e69fada4ed0f.jpg","GeocacheFindCount":940,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":332476279,"CacheID":284306,"LogGuid":"ca984553-08b5-4ee4-8559-bbff45759d75","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Vielen Dank für den schönen Cache, gerade auf dem Weg zum Mont Blanc gefunden! LG von Bibi & Toni","Created":"07/23/2013","Visited":"07/23/2013","UserName":"bibi-toni","MembershipLevel":3,"AccountID":4142880,"AccountGuid":"56f34289-14ee-48dd-a076-055966ce03f2","Email":"","AvatarImage":"7f749c15-483f-47a9-b6d8-8640ee1fb699.jpg","GeocacheFindCount":351,"GeocacheHideCount":2,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":326680419,"CacheID":284306,"LogGuid":"27e3b235-70f9-4aad-94b4-77463ebde560","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Write note","LogTypeImage":"4.png","LogText":"In TB,Log fogt..","Created":"07/02/2013","Visited":"06/30/2013","UserName":"schweine_mama","MembershipLevel":3,"AccountID":2383537,"AccountGuid":"ca2c918a-1bc1-410f-8870-12577172456e","Email":"","AvatarImage":"f5d5e10b-fcae-44a1-91bb-84f5a4661c2e.jpg","GeocacheFindCount":3165,"GeocacheHideCount":16,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":327502284,"CacheID":284306,"LogGuid":"e2d3de07-4082-40a8-8324-5beb04cb04c3","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"[08:40 Uhr]<br /><br />*2839*<br /><br />Auf dem Weg zum Mega Event in Koblenz hier einen kurzen Stop eingelegt und der Dose einen Besuch abgestattet. Vort Ort ist alles in Ordnung.<br /><br />Danke sagen schweine_mama mit Reh und Susi","Created":"07/06/2013","Visited":"06/27/2013","UserName":"schweine_mama","MembershipLevel":3,"AccountID":2383537,"AccountGuid":"ca2c918a-1bc1-410f-8870-12577172456e","Email":"","AvatarImage":"f5d5e10b-fcae-44a1-91bb-84f5a4661c2e.jpg","GeocacheFindCount":3165,"GeocacheHideCount":16,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":325253505,"CacheID":284306,"LogGuid":"ff88ace3-a73c-4ef3-b2fa-e71ff4fa47d8","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Den Hinweis an Stage 1 gut gefunden. Am Final allerdings erst bei der 4ten Möglichkeit den richtigen Riecher gehabt.<br /><br />TFTC<br />no trade","Created":"06/27/2013","Visited":"06/25/2013","UserName":"dulldappn","MembershipLevel":3,"AccountID":1543204,"AccountGuid":"06c88027-3bba-45cd-8a52-2b90bd7a225c","Email":"","AvatarImage":"","GeocacheFindCount":1332,"GeocacheHideCount":1,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":324199545,"CacheID":284306,"LogGuid":"3185df09-f9c7-470d-8468-49458da0d41e","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"2.png","LogText":"Auf dem Heimweg von der Schweiz, hier noch kurz gehalten und diesen Multi mitgenommen.<br />TFTC!<br /><br />Die Bergzwerge","Created":"06/23/2013","Visited":"06/09/2013","UserName":"Die Bergzwerge","MembershipLevel":3,"AccountID":2393606,"AccountGuid":"f16430a4-df90-437a-9773-94dc8188866f","Email":"","AvatarImage":"44abee3f-b8c9-4530-919b-1c72741c6f8d.jpg","GeocacheFindCount":1075,"GeocacheHideCount":23,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]}],"pageInfo":{"idx":1,"size":10,"totalRows":451,"totalPages":46,"rows":10}}
screenshoots from the terminal output:
http://talk.maemo.org/attachment.php...1&d=1379061611

http://talk.maemo.org/attachment.php...1&d=1379061611

Quote:

Originally Posted by AapoRantalainen (Post 1373886)
Do you want share ID of breaking cache, so I can check it too?

Yes please.

Thank You!


All times are GMT. The time now is 17:33.

vBulletin® Version 3.8.8