View Single Post
Posts: 79 | Thanked: 53 times | Joined on Jul 2010 @ Ho Chi Minh, Viet Nam
#1117
Originally Posted by cantruchd View Post
I encounter this error all the time:
Exception in thread Thread-22:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/modrana/modules/mod_mapTiles.py", line 1042, in run
self.callback.storeInMemmory(tileDownloadFailedSur face,self.name,'semiPermanentError',expireTimestam p)
UnboundLocalError: local variable 'tileDownloadFailedSurface' referenced before assignment


It appear when the tile get downloaded and prepare to show, the screen just appear "loading..." and no map shown.

And regarding language routing, I am a native Vietnamese speaker, please tell me what I can to to make Modrana speaks Vietnameses as English voice cannot pronounce Vietnamese street names
@MartinK, I think I figured out the problem:

First, I accidentally use volume button to change volume,but instead I change the zoom level to around 56.

there is no map at this zoom level, so there was a http exception

you catched this exception,however, the variable are not assigned, that's what the error show.

So I fixed by change zoom level and also put line 1043 and 1044 before line 1042.

Hope this helps
__________________
All about God, love and yoga www.kriyayoga.com
 

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