• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

PQ-Download kaputt?

mirabilos

Geocacher
Hi ihrs,

in CacheBox 1.0.755 konnte ich bis vor kurzem eine PQ herunterladen und importieren lassen; dies funktioniert jetzt nicht mehr.

Die .zip runterladen, von Hand nach \SDMMC\Programme\cachebox\PocketQueries\ (IIRC) tun, dann importieren, scheint zu gehen (läuft grad noch).

Live-API-Download geht auch noch (aber die Filter, z.B. „keine, die ich schon gefunden habe“, tun nicht), ist aber doof, weil man nur ganzzahlige Kilometer angeben kann, nicht nach WP-Code runterladen kann („nur den einen Cache!“), und es kein Cancel-Button gibt, und der bei 1km Radius schonmal über 100 Caches lädt…
 
OP
mirabilos

mirabilos

Geocacher
Hier Debug:

Code:
16:49 --- cachebox startup, rev 760 ----------------------------------------------------------
16:50 Main.ApplyFilter: Difficulty >= 2 and Difficulty <= 10 and Terrain >= 2 and Terrain <= 10 and Size >= 0 and Size <= 4 and Rating >= 0 and Rating <= 500 and Type in (0,1,2,3,4,5,6,7,8,9,10)
16:51 Cannot check for updates at http://www.getcachebox.net/latest-stable/latest-version.txt: System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (404) Nicht gefunden.
bei System.Net.HttpWebRequest.finishGetResponse()
bei System.Net.HttpWebRequest.GetResponse()
bei Cachebox.Nitro.Misc.Update..ctor()
bei Cachebox.FormMain.UpdateApplication(Boolean verbose)
bei System.Reflection.RuntimeMethodInfo.InternalInvoke(RuntimeMethodInfo rtmi, Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark)
bei System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess, StackCrawlMark& stackMark)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei System.Windows.Forms.Control.TASK.Invoke()
bei System.Windows.Forms.Control._InvokeAll()
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei Cachebox.FormMain.ImportGPX(ClickButton sender)
bei Cachebox.Components.ClickButton.ClickButton_MouseUp(Object sender, MouseEventArgs e)
bei System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei OpenNETCF.Windows.Forms.ApplicationEx.DispatchMessage(MSG& lpMsg)
bei OpenNETCF.Windows.Forms.ApplicationEx.Pump()
bei OpenNETCF.Windows.Forms.ApplicationEx.RunMessageLoop()
bei OpenNETCF.Windows.Forms.ApplicationEx.Run(Form mainForm)
bei Cachebox.Program.Main()

16:51 Checking for updates failed: System.Exception: Cannot check for updates
bei Cachebox.Nitro.Misc.Update..ctor()
bei Cachebox.FormMain.UpdateApplication(Boolean verbose)
bei System.Reflection.RuntimeMethodInfo.InternalInvoke(RuntimeMethodInfo rtmi, Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark)
bei System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess, StackCrawlMark& stackMark)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei System.Windows.Forms.Control.TASK.Invoke()
bei System.Windows.Forms.Control._InvokeAll()
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei Cachebox.FormMain.ImportGPX(ClickButton sender)
bei Cachebox.Components.ClickButton.ClickButton_MouseUp(Object sender, MouseEventArgs e)
bei System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei OpenNETCF.Windows.Forms.ApplicationEx.DispatchMessage(MSG& lpMsg)
bei OpenNETCF.Windows.Forms.ApplicationEx.Pump()
bei OpenNETCF.Windows.Forms.ApplicationEx.RunMessageLoop()
bei OpenNETCF.Windows.Forms.ApplicationEx.Run(Form mainForm)
bei Cachebox.Program.Main()

16:51 FormImportPocketQuery.downloadPQsFromGeocachingCom: System.NullReferenceException: NullReferenceException
bei Cachebox.Geocaching.Groundspeak.GetPocketQueryList()
bei Cachebox.FormImportPocketQuery.downloadPQsFromGeocachingCom()
bei Cachebox.FormImportPocketQuery.threadEntryPoint()

16:51 Program.Main: System.Threading.ThreadAbortException: ThreadAbortException
bei System.Windows.Forms.Control.get_Bounds()
bei System.Windows.Forms.Control.get_Height()
bei Cachebox.Components.ButtonBase.paintButtonUp(Graphics gfx, Int32 ImgWidth, Int32 SideSpace)
bei Cachebox.Components.ButtonBase.paintButtonUp()
bei Cachebox.Components.HoldButton.OnPaint(PaintEventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
bei System.Windows.Forms.Form.ShowDialog()
bei Cachebox.FormMain.ImportGPX(ClickButton sender)
bei Cachebox.Components.ClickButton.ClickButton_MouseUp(Object sender, MouseEventArgs e)
bei System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ContainerControl.WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bei OpenNETCF.Windows.Forms.ApplicationEx.DispatchMessage(MSG& lpMsg)
bei OpenNETCF.Windows.Forms.ApplicationEx.Pump()
bei OpenNETCF.Windows.Forms.ApplicationEx.RunMessageLoop()
bei OpenNETCF.Windows.Forms.ApplicationEx.Run(Form mainForm)
bei Cachebox.Program.Main()
 
OP
mirabilos

mirabilos

Geocacher
Das war die 760, steht doch oben… naja, „GPX“-Import tut, also die .zip einfach draufkopieren und es läuft, ist also nicht so schlimm.
 

Ging-Buh

Geowizard
Die Problematik hier wird sehr wahrscheinlich auch damit zusammenhängen, dass Groundspeak die API v5 komplett abgeschaltet hat. Cachebox v760 nutzt aber genau diese Version.
Eine Umstellung auf die v6 wurde nie unternommen.
 

NanoCache

Geocacher
Hallo,

ich nutze auch noch die Windows Mobil Software. Gibt es jemanden, der noch an der Version Änderungen vornimmt?
Ich habe kein Android Gerät. Da es Cachbox leider noch nicht für iOS gibt, muss ich damit auch noch Vorlieb nehmen.
Ist der Unterschied zwische V5 und V6 so groß?

Danke und Gruß
René
 
Oben