View Single Post
Posts: 771 | Thanked: 393 times | Joined on Feb 2012
#9278
Originally Posted by Leinad View Post
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:
			#if not os.path.exists(crypto):
			#	# Thumbnail does'n exist --> Generating...
			#	if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG":
			#		self.iface.Queue(str(url),"image/jpeg","grid", True)
			#	elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG":
			#		self.iface.Queue(str(url),"image/png","grid", True)
			#	elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF":
			#		self.iface.Queue(str(url),"image/gif","grid", True)

edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool
thnaks for this, now more than two days since my Wazapp last restart , i didnt experience infinite spinning circle anymore


p/s : dont hope too high on tgalal for big update/1.0 release...he didnt even merge coderus's fixes yet..let alone bumping.the version number for enhancement
__________________
5800XMN8808N9
 

The Following User Says Thank You to soryuuha For This Useful Post: