View Single Post
Posts: 188 | Thanked: 308 times | Joined on Jan 2013 @ UK
#1862
Working very nicely and seems much smoother than before. Think you've done a great job on this, thanks.

One question though, I tried the VirtualEarth OS Maps, and though maps downloaded, they certainly weren't OS. It might be that VE is doing something sneaky, but the OS maps are still available on the Bing web interface so I wondered if there's a request error.

I've got a debug log but it didn't display the requests. I'll try again with some other options enabled:

Code:
2015-10-11 21:33:29,713 INFO : log file enabled: /home/nemo/Documents/modrana_debug_logs/modrana_20151011#20-33-29.log
2015-10-11 21:33:29,750 INFO : saving options
2015-10-11 21:33:29,771 INFO : options successfully saved
2015-10-11 21:33:42,056 DEBUG mod.storeTiles: tile loading debug messages state: enabled
2015-10-11 21:33:42,081 INFO : saving options
2015-10-11 21:33:42,093 INFO : options successfully saved
2015-10-11 21:33:44,079 DEBUG mod.storeTiles: tile loading debug messages state: disabled
2015-10-11 21:33:44,098 INFO : saving options
2015-10-11 21:33:44,121 INFO : options successfully saved
2015-10-11 21:33:57,204 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:33:57,209 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:03,045 DEBUG mod.gui.qt5.qml: main: getPage: OptionsMenu
2015-10-11 21:34:03,047 DEBUG mod.gui.qt5.qml: main: OptionsMenu found in page cache
2015-10-11 21:34:03,051 DEBUG mod.gui.qt5.qml: main: returning page: OptionsMenu
2015-10-11 21:34:05,377 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:05,381 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:16,811 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:16,815 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:19,226 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:23,579 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:23,583 ERROR mod.gui.qt5.qml: python error: file:///usr/share/harbour-modrana/qml/modrana_components/KeyComboBox.qml:53: Error: Cannot assign null to int
2015-10-11 21:34:26,874 INFO mod.gui.qt5.qml: setting routing mode: 1
2015-10-11 21:34:26,876 INFO : saving options
2015-10-11 21:34:26,879 INFO : options successfully saved
2015-10-11 21:34:32,694 DEBUG mod.gui.qt5.qml: main: getPage: MapMenu
2015-10-11 21:34:32,700 INFO mod.gui.qt5.qml: loading page: MapMenuPage
2015-10-11 21:34:32,746 DEBUG mod.gui.qt5.qml: page cached: MapMenu
2015-10-11 21:34:32,749 DEBUG mod.gui.qt5.qml: main: returning page: MapMenu
2015-10-11 21:34:38,412 DEBUG mod.gui.qt5.qml: pinchmap: setting layer by id 0 to vaer_ukos/undefined
2015-10-11 21:34:38,470 INFO mod.gui.qt5.qml: pinchmap: saving overlay settings for main
2015-10-11 21:34:38,489 INFO : saving options
2015-10-11 21:34:38,493 INFO : options successfully saved
2015-10-11 21:34:42,205 INFO mod.gui.qt5.qml: # starting the Python Debugger (PDB) shell
2015-10-11 21:34:42,207 INFO mod.gui.qt5.qml: # to continue program execution, press c
2015-10-11 21:34:42,294 ERROR mod.gui.qt5.qml: python error: Return value of PyObject call is NULL: Traceback (most recent call last):

  File "/usr/lib/python3.4/pdb.py", line 1579, in set_trace
    Pdb().set_trace(sys._getframe().f_back)

  File "/usr/lib/python3.4/bdb.py", line 52, in trace_dispatch
    return self.dispatch_return(frame, arg)

  File "/usr/lib/python3.4/bdb.py", line 96, in dispatch_return
    if self.quitting: raise BdbQuit

bdb.BdbQuit

2015-10-11 21:34:46,267 ERROR tile_storage.files_store: saving tile to file /home/nemo/.local/share/harbour-modrana/maps/Virtual Earth UKOS/15/16251/10621.jpg failed
Traceback (most recent call last):
  File "/usr/share/harbour-modrana/core/tile_storage/files_store.py", line 79, in store_tile_data
    os.rename(partial_file_path, file_path)
FileNotFoundError: [Errno 2] No such file or directory: '/home/nemo/.local/share/harbour-modrana/maps/Virtual Earth UKOS/15/16251/10621.jpg.part' -> '/home/nemo/.local/share/harbour-modrana/maps/Virtual Earth UKOS/15/16251/10621.jpg'
2015-10-11 21:34:50,939 INFO mod.gui.qt5.qml: screen blanking disabled
2015-10-11 21:34:52,202 INFO mod.gui.qt5.qml: screen blanking enabled
2015-10-11 21:34:54,772 INFO mod.gui.qt5.qml: screen blanking disabled
2015-10-11 21:34:55,737 INFO mod.gui.qt5.qml: screen blanking enabled
2015-10-11 21:34:57,255 DEBUG mod.gui.qt5.qml: map page: Menu pushed!
2015-10-11 21:34:57,265 DEBUG mod.gui.qt5.qml: PUSH Menu
2015-10-11 21:34:57,269 DEBUG mod.gui.qt5.qml: main: getPage: Menu
2015-10-11 21:34:57,293 DEBUG mod.gui.qt5.qml: main: Menu found in page cache
2015-10-11 21:34:57,298 DEBUG mod.gui.qt5.qml: main: returning page: Menu
2015-10-11 21:34:58,884 DEBUG mod.gui.qt5.qml: main: getPage: OptionsMenu
2015-10-11 21:34:58,888 DEBUG mod.gui.qt5.qml: main: OptionsMenu found in page cache
2015-10-11 21:34:58,889 DEBUG mod.gui.qt5.qml: main: returning page: OptionsMenu
2015-10-11 21:35:46,178 INFO mod.gui.qt5.qml: screen blanking disabled
2015-10-11 21:35:47,466 INFO mod.gui.qt5.qml: screen blanking enabled

Last edited by skanky; 2015-10-11 at 20:47.
 

The Following 3 Users Say Thank You to skanky For This Useful Post: