Kodi Community Forum
Broken OpenWeatherMap Extended - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155)
+---- Thread: Broken OpenWeatherMap Extended (/showthread.php?tid=207110)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: OpenWeatherMap Extended - canadave - 2015-08-09

I just realized that was lame of me. Here, I stopped being lazy and grabbed some logs:
http://xbmclogs.com/pkkidczbm

I should add that this is on the Amazon FireTV. Looks like there is some kind of exception errors being thrown here when trying to load the maps:

Code:
18:44:16 T:1794949752   ERROR: Exception in thread Thread-5:
                                            Traceback (most recent call last):
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/threading.py", line 532, in __bootstrap_inner
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.openweathermap.maps/default.py", line 157, in run
                                                self.merge_tiles()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.openweathermap.maps/default.py", line 203, in merge_tiles
                                                out = Image.new("RGBA", (756, 756), None)
                                              File "/data/data/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/Image.py", line 1755, in new
                                                return Image()._new(core.new(mode, size))
                                              File "/data/data/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/Image.py", line 37, in __getattr__
                                                raise ImportError("The _imaging C module is not installed")
                                            ImportError: The _imaging C module is not installed

I'm guessing it's that last line that's causing the issue, that the _imaging C module is not installed.


RE: OpenWeatherMap Extended - canadave - 2015-08-18

Hmmm...haven't heard from ronie...hope he's okay. Maybe I should create a ticket...? Can anyone tell me how I'd go about that?


RE: OpenWeatherMap Extended - ronie - 2015-08-18

(2015-08-18, 01:28)canadave Wrote: Hmmm...haven't heard from ronie...hope he's okay. Maybe I should create a ticket...? Can anyone tell me how I'd go about that?

seems to happen with other weather addons as well: 224438 (thread)

you can create a ticket here: http://trac.kodi.tv/
be sure to cc koying on the ticket.


RE: OpenWeatherMap Extended - canadave - 2015-08-18

Done, thanks.


RE: OpenWeatherMap Extended - senna99 - 2015-09-04

Hi, ronie


What is wrong with OpenWeatherMap and kodi 15.2?
First addon is not visible in download section, when I install manually it is not possible do configuration of addon.

Thanks in advance.


RE: OpenWeatherMap Extended - Martijn - 2015-09-04

Debug Log will tell


RE: OpenWeatherMap Extended - senna99 - 2015-09-04

My Debug Log

http://pastebin.com/VL5CGGtG


RE: OpenWeatherMap Extended - jp2code - 2015-09-04

Line 942 shows this:

> 13:40:56 T:464 ERROR: CAddonInstallJob[weather.openweathermap.extended]: dependency check failed

What dependency? That's the question.


RE: OpenWeatherMap Extended - senna99 - 2015-09-04

l have fresh installation of kodi and everything is fine.


RE: OpenWeatherMap Extended - thothom - 2015-09-06

Weather icons not showing up for this add-on or the Yahoo weather add-on


RE: OpenWeatherMap Extended - leejk - 2015-09-11

(2015-08-09, 23:42)canadave Wrote: Quick question--using the latest official stable Isengard, everything in this addon works great except that the map images never load (using Confluence as well as a couple of other skins just to test). I'll go start grabbing and posting logs if need be, but first I just wanted to check to see if this is a known issue at the moment....?

Same issue here with 15.1


RE: OpenWeatherMap Extended - pa2471 - 2015-09-11

(2015-09-11, 05:10)leejk Wrote:
(2015-08-09, 23:42)canadave Wrote: Quick question--using the latest official stable Isengard, everything in this addon works great except that the map images never load (using Confluence as well as a couple of other skins just to test). I'll go start grabbing and posting logs if need be, but first I just wanted to check to see if this is a known issue at the moment....?

Same issue here with 15.1

Same issue with 14.2


RE: OpenWeatherMap Extended - asavah - 2015-09-17

Same issue with kodi 15.2-RC2 Git:2015-09-14-8ee526e (built from git, Isengard branch)

http://paste.ubuntu.com/12436535/


RE: OpenWeatherMap Extended - ronie - 2015-09-17

(2015-09-17, 11:28)asavah Wrote: Same issue with kodi 15.2-RC2 Git:2015-09-14-8ee526e (built from git, Isengard branch)

http://paste.ubuntu.com/12436535/

looking at your log, the addon is still busy to download the weather maps.
so there's a chance they will appear if you wait a little longer.
it currently takes approx 7 minutes on my end.

the openweathermaps image servers are terribly slow and there's nothing i can do about that.


RE: OpenWeatherMap Extended - asavah - 2015-09-17

In previous tries (not reflected in the debug log) I left the addon idling with map open for 15 minutes or more with no results.

Thanks for all your hard work.