Release Light IMDb Ratings Update 5.1.2
(2017-11-02, 15:12)Glottis Wrote: I tested the script.light.imdb.ratings.update-3.2.0patch1 three times now, but it did not finish. There's a lot of the following error in the log file, but it still goes on and updates a few episodes until it finally freezes completely. (Again with the following messageSmile


Code:
13:54:09.960 T:545688908000   ERROR: Unhandled exception in thread started by
13:54:09.960 T:545688908000   ERROR: <function thread_parse_IMDb_page at 0x7eeac4e938>
13:54:09.960 T:545688908000   ERROR: Traceback (most recent call last):
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 36, in thread_parse_IMDb_page
13:54:09.960 T:545688908000   ERROR: (IMDb, statusInfo) = get_IMDb_ID(dType, TVDB)
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/tvdb_scraper.py", line 30, in get_IMDb_ID
13:54:09.960 T:545688908000   ERROR: response = episode.info()
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/support/tvdbsimple/episode.py", line 53, in info
13:54:09.960 T:545688908000   ERROR: response = self._GET(path)
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/support/tvdbsimple/base.py", line 150, in _GET
13:54:09.960 T:545688908000   ERROR: return self._request('GET', path, params=params, cleanJson=cleanJson)
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/support/tvdbsimple/base.py", line 133, in _request
13:54:09.960 T:545688908000   ERROR: headers=self._headers)
13:54:09.960 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 56, in request
13:54:09.961 T:545688908000   ERROR: return session.request(method=method, url=url, **kwargs)
13:54:09.961 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
13:54:09.961 T:545688908000   ERROR: resp = self.send(prep, **send_kwargs)
13:54:09.961 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
13:54:09.961 T:545688908000   ERROR: r = adapter.send(request, **kwargs)
13:54:09.961 T:545688908000   ERROR:   File "/storage/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 487, in send
13:54:09.962 T:545688908000   ERROR: raise ConnectionError(e, request=request)
13:54:09.962 T:545688908000   ERROR: requests.exceptions
13:54:09.962 T:545688908000   ERROR: .
13:54:09.962 T:545688908000   ERROR: ConnectionError
13:54:09.962 T:545688908000   ERROR: :
13:54:09.962 T:545688908000   ERROR: HTTPSConnectionPool(host='api.thetvdb.com', port=443): Max retries exceeded with url: /episodes/4845979 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7ee8618890>: Failed to establish a new connection: [Errno 113] No route to host',))


I can see why it says "Max retries exceeded", but I don't think the add-on should freeze forever. I waited several hours twice without success.

When one of threads is crashing on error main program don't know this and not start new thread in place, add-on stuck in endless loop when all threads are crashed.
After my last fix is OK with connections to IMDb, but now problem is with TVDb querrying (same nature of curious "No route to host" error - that means "no routing" or "no connection to net where destination is"). Do you have stable Internet connection?
Up-To-Date IMDb Ratings - fast way to be on time with movies/tvshows ratings
Reply


Messages In This Thread
Light IMDb Ratings Update 5.1.2 - by axlt2002 - 2017-06-12, 14:41
RE: Light IMDb Ratings Update - by cgi2011 - 2017-06-13, 10:33
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-14, 12:16
RE: Light IMDb Ratings Update - by Mario S. - 2017-06-14, 13:22
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-14, 13:41
RE: Light IMDb Ratings Update - by Mario S. - 2017-06-14, 14:51
RE: Light IMDb Ratings Update - by gordi73 - 2017-06-14, 13:49
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-15, 09:15
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-15, 16:24
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-15, 17:46
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-15, 23:43
RE: Light IMDb Ratings Update - by mhendu - 2017-06-15, 05:20
RE: Light IMDb Ratings Update - by Bloksel - 2017-06-15, 08:33
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-15, 09:13
RE: Light IMDb Ratings Update - by Bjur - 2017-06-15, 10:33
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-16, 14:47
RE: Light IMDb Ratings Update - by Maaarv - 2017-06-19, 11:28
RE: Light IMDb Ratings Update - by ElanX - 2017-06-20, 16:35
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-20, 16:45
RE: Light IMDb Ratings Update - by ElanX - 2017-06-20, 17:08
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-20, 23:29
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 00:00
RE: Light IMDb Ratings Update - by Edworld - 2017-06-21, 03:48
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 10:59
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 11:28
RE: Light IMDb Ratings Update - by Edworld - 2017-06-21, 12:32
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 16:01
RE: Light IMDb Ratings Update - by Edworld - 2017-06-21, 23:12
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 23:52
Light IMDb Ratings Update - by ElanX - 2017-06-21, 13:12
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-21, 16:03
Light IMDb Ratings Update - by ElanX - 2017-06-22, 04:49
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-22, 10:46
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-23, 00:57
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-23, 01:15
RE: Light IMDb Ratings Update - by voyagertm - 2017-06-23, 08:20
RE: Light IMDb Ratings Update - by voyagertm - 2017-06-23, 12:38
RE: Light IMDb Ratings Update - by axlt2002 - 2017-06-23, 23:16
RE: Light IMDb Ratings Update - by tripkip - 2017-07-27, 23:26
RE: Light IMDb Ratings Update - by axlt2002 - 2017-07-27, 23:31
Light IMDb Ratings Update - by tripkip - 2017-07-27, 23:40
RE: Light IMDb Ratings Update - by djhifi - 2017-07-29, 03:54
RE: Light IMDb Ratings Update - by axlt2002 - 2017-07-31, 01:22
RE: Light IMDb Ratings Update - by voyagertm - 2017-07-31, 01:28
RE: Light IMDb Ratings Update - by bsoriano - 2017-07-31, 16:37
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-01, 21:55
RE: Light IMDb Ratings Update - by tripkip - 2017-07-31, 17:03
RE: Light IMDb Ratings Update - by Edworld - 2017-08-02, 03:28
RE: Light IMDb Ratings Update - by Maaarv - 2017-08-02, 11:21
RE: Light IMDb Ratings Update - by djhifi - 2017-08-02, 23:33
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-03, 23:13
RE: Light IMDb Ratings Update - by djhifi - 2017-08-03, 23:39
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-03, 23:57
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 00:10
RE: Light IMDb Ratings Update - by djhifi - 2017-08-03, 23:57
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 00:04
RE: Light IMDb Ratings Update - by djhifi - 2017-08-04, 00:32
RE: Light IMDb Ratings Update - by Edworld - 2017-08-04, 00:39
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 21:47
RE: Light IMDb Ratings Update - by bsoriano - 2017-08-04, 22:06
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 22:19
RE: Light IMDb Ratings Update - by djhifi - 2017-08-04, 00:42
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 21:59
RE: Light IMDb Ratings Update - by djhifi - 2017-08-05, 02:53
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-06, 12:29
RE: Light IMDb Ratings Update - by djhifi - 2017-08-04, 01:39
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 15:45
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-04, 22:33
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-06, 17:14
RE: Light IMDb Ratings Update - by Maaarv - 2017-08-05, 10:25
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-05, 10:45
RE: Light IMDb Ratings Update - by Maaarv - 2017-08-07, 10:20
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-07, 10:48
RE: Light IMDb Ratings Update - by tmacca - 2017-08-07, 14:39
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-07, 15:05
RE: Light IMDb Ratings Update - by tmacca - 2017-08-07, 15:32
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-10, 21:49
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-13, 16:15
RE: Light IMDb Ratings Update - by tmacca - 2017-09-09, 10:43
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-09, 21:01
RE: Light IMDb Ratings Update - by kizzer31 - 2017-08-09, 16:54
RE: Light IMDb Ratings Update - by FfReAkDude - 2017-08-10, 09:58
RE: Light IMDb Ratings Update - by kizzer31 - 2017-08-10, 15:30
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-10, 22:08
RE: Light IMDb Ratings Update - by kizzer31 - 2017-08-11, 02:27
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-11, 08:36
RE: Light IMDb Ratings Update - by cgi2011 - 2017-08-11, 17:56
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-11, 18:30
RE: Light IMDb Ratings Update - by cgi2011 - 2017-08-12, 21:08
RE: Light IMDb Ratings Update - by cgi2011 - 2017-08-13, 09:55
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-13, 16:37
RE: Light IMDb Ratings Update - by cgi2011 - 2017-08-13, 17:00
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-13, 23:47
RE: Light IMDb Ratings Update - by cgi2011 - 2017-08-15, 13:02
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-15, 22:47
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-19, 23:24
RE: Light IMDb Ratings Update - by djhifi - 2017-08-20, 21:09
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-21, 15:25
RE: Light IMDb Ratings Update - by Jelf10 - 2017-08-20, 23:54
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-21, 15:28
RE: Light IMDb Ratings Update - by Jelf10 - 2017-09-02, 15:00
RE: Light IMDb Ratings Update - by Maaarv - 2017-08-21, 09:52
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-21, 15:41
RE: Light IMDb Ratings Update - by axlt2002 - 2017-08-28, 19:42
RE: Light IMDb Ratings Update - by Karellen - 2017-09-02, 23:27
RE: Light IMDb Ratings Update - by Jelf10 - 2017-09-02, 23:43
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-04, 22:47
RE: Light IMDb Ratings Update - by Jelf10 - 2017-09-09, 17:38
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-09, 20:57
RE: Light IMDb Ratings Update - by Klojum - 2017-09-02, 23:29
RE: Light IMDb Ratings Update - by dziobak - 2017-09-04, 10:25
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-04, 23:09
RE: Light IMDb Ratings Update - by dziobak - 2017-09-05, 00:19
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-05, 00:32
RE: Light IMDb Ratings Update - by dziobak - 2017-09-05, 07:51
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-05, 11:21
RE: Light IMDb Ratings Update - by Edworld - 2017-09-09, 07:28
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-09, 20:55
RE: Light IMDb Ratings Update - by dziobak - 2017-09-05, 15:19
RE: Light IMDb Ratings Update - by tmacca - 2017-09-10, 14:58
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-12, 14:39
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 11:47
RE: Light IMDb Ratings Update - by djhifi - 2017-09-12, 01:18
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-12, 14:34
RE: Light IMDb Ratings Update - by djhifi - 2017-09-12, 19:21
RE: Light IMDb Ratings Update - by voyagertm - 2017-09-12, 22:40
RE: Light IMDb Ratings Update - by djhifi - 2017-09-12, 23:12
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-13, 11:50
RE: Light IMDb Ratings Update - by djhifi - 2017-09-13, 19:56
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-13, 20:04
RE: Light IMDb Ratings Update - by djhifi - 2017-09-13, 20:23
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-14, 15:48
RE: Light IMDb Ratings Update - by djhifi - 2017-09-14, 18:51
RE: Light IMDb Ratings Update - by donkamillo - 2017-09-12, 22:50
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-13, 10:20
RE: Light IMDb Ratings Update - by voyagertm - 2017-09-16, 12:47
RE: Light IMDb Ratings Update - by djhifi - 2017-09-16, 18:50
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-17, 23:48
RE: Light IMDb Ratings Update - by djhifi - 2017-09-19, 02:02
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 04:37
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 06:20
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 09:32
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 09:30
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 10:13
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 10:58
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 19:47
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 13:23
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 13:59
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 14:20
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 14:24
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 14:35
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 14:37
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 11:07
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 11:42
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 11:58
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 12:17
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 12:43
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 13:07
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 13:14
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 13:18
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 19:50
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 12:59
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-20, 13:11
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 17:56
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-21, 11:34
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 20:11
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 21:26
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 21:38
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 21:46
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 21:58
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 22:05
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 22:18
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 22:25
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 22:30
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 22:33
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 22:46
RE: Light IMDb Ratings Update - by djhifi - 2017-09-20, 22:58
RE: Light IMDb Ratings Update - by dziobak - 2017-09-20, 23:14
RE: Light IMDb Ratings Update - by djhifi - 2017-09-21, 02:57
RE: Light IMDb Ratings Update - by dziobak - 2017-09-21, 09:13
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-21, 10:16
RE: Light IMDb Ratings Update - by dziobak - 2017-09-21, 11:02
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-21, 11:24
RE: Light IMDb Ratings Update - by dziobak - 2017-09-21, 14:35
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-21, 15:00
RE: Light IMDb Ratings Update - by dziobak - 2017-09-21, 15:45
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-21, 15:57
RE: Light IMDb Ratings Update - by dziobak - 2017-09-22, 13:00
RE: Light IMDb Ratings Update - by axlt2002 - 2017-09-25, 15:20
RE: Light IMDb Ratings Update - by djhifi - 2017-10-09, 23:35
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-10, 09:38
RE: Light IMDb Ratings Update - by dziobak - 2017-10-10, 10:53
RE: Light IMDb Ratings Update - by djhifi - 2017-10-11, 16:00
RE: Light IMDb Ratings Update - by dziobak - 2017-10-12, 01:12
RE: Light IMDb Ratings Update - by djhifi - 2017-10-12, 01:50
RE: Light IMDb Ratings Update - by dziobak - 2017-10-12, 19:40
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-12, 20:40
RE: Light IMDb Ratings Update - by djhifi - 2017-10-17, 02:11
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-18, 17:04
RE: Light IMDb Ratings Update - by djhifi - 2017-10-18, 18:15
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-19, 11:05
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 15:11
RE: Light IMDb Ratings Update - by djhifi - 2017-10-19, 16:57
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 17:04
RE: Light IMDb Ratings Update - by djhifi - 2017-10-19, 17:24
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 17:30
RE: Light IMDb Ratings Update - by djhifi - 2017-10-19, 17:32
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 17:59
RE: Light IMDb Ratings Update - by djhifi - 2017-10-19, 18:25
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 19:39
RE: Light IMDb Ratings Update - by djhifi - 2017-10-19, 20:10
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 20:27
RE: Light IMDb Ratings Update - by dziobak - 2017-10-19, 22:35
RE: Light IMDb Ratings Update - by dziobak - 2017-10-20, 00:55
RE: Light IMDb Ratings Update - by dziobak - 2017-10-20, 10:01
RE: Light IMDb Ratings Update - by djhifi - 2017-10-20, 18:39
RE: Light IMDb Ratings Update - by dziobak - 2017-10-20, 23:29
RE: Light IMDb Ratings Update - by Glottis - 2017-10-21, 13:16
RE: Light IMDb Ratings Update - by dziobak - 2017-10-21, 14:24
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-21, 18:21
RE: Light IMDb Ratings Update - by cgi2011 - 2017-10-21, 14:46
RE: Light IMDb Ratings Update - by Glottis - 2017-10-21, 16:56
RE: Light IMDb Ratings Update - by djhifi - 2017-10-21, 19:14
RE: Light IMDb Ratings Update - by dziobak - 2017-10-21, 19:58
RE: Light IMDb Ratings Update - by djhifi - 2017-10-21, 20:23
RE: Light IMDb Ratings Update - by dziobak - 2017-10-21, 20:28
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-21, 20:28
RE: Light IMDb Ratings Update - by dziobak - 2017-10-21, 20:40
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-21, 20:56
RE: Light IMDb Ratings Update - by djhifi - 2017-10-21, 22:52
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-21, 23:57
RE: Light IMDb Ratings Update - by djhifi - 2017-10-22, 05:59
RE: Light IMDb Ratings Update - by tmacca - 2017-10-23, 11:38
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-24, 10:58
RE: Light IMDb Ratings Update - by tmacca - 2017-10-24, 19:44
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-25, 10:18
RE: Light IMDb Ratings Update - by duk81 - 2017-10-25, 17:55
RE: Light IMDb Ratings Update - by dziobak - 2017-10-25, 18:15
RE: Light IMDb Ratings Update - by duk81 - 2017-10-25, 22:00
RE: Light IMDb Ratings Update - by djhifi - 2017-10-28, 02:12
RE: Light IMDb Ratings Update - by dziobak - 2017-10-28, 04:15
RE: Light IMDb Ratings Update - by djhifi - 2017-10-29, 00:58
RE: Light IMDb Ratings Update - by dziobak - 2017-10-29, 02:45
RE: Light IMDb Ratings Update - by Edworld - 2017-10-29, 14:05
RE: Light IMDb Ratings Update - by dziobak - 2017-10-29, 16:31
RE: Light IMDb Ratings Update - by Edworld - 2017-10-31, 02:44
RE: Light IMDb Ratings Update - by dziobak - 2017-10-31, 03:00
RE: Light IMDb Ratings Update - by djhifi - 2017-10-29, 21:50
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-30, 00:43
RE: Light IMDb Ratings Update - by Lunatixz - 2017-10-30, 00:49
RE: Light IMDb Ratings Update - by djhifi - 2017-10-30, 01:21
RE: Light IMDb Ratings Update - by dziobak - 2017-10-30, 02:03
RE: Light IMDb Ratings Update - by axlt2002 - 2017-10-30, 02:24
RE: Light IMDb Ratings Update - by djhifi - 2017-10-30, 20:18
RE: Light IMDb Ratings Update - by djhifi - 2017-10-30, 20:15
RE: Light IMDb Ratings Update - by dziobak - 2017-10-30, 20:35
RE: Light IMDb Ratings Update - by djhifi - 2017-10-31, 00:57
RE: Light IMDb Ratings Update - by dziobak - 2017-10-31, 02:16
RE: Light IMDb Ratings Update - by cgi2011 - 2017-10-31, 17:50
RE: Light IMDb Ratings Update - by dziobak - 2017-10-31, 18:17
RE: Light IMDb Ratings Update - by hslansky - 2017-10-31, 21:40
RE: Light IMDb Ratings Update - by dziobak - 2017-11-01, 01:25
RE: Light IMDb Ratings Update - by Edworld - 2017-11-01, 04:12
RE: Light IMDb Ratings Update - by dziobak - 2017-11-01, 10:41
RE: Light IMDb Ratings Update - by cgi2011 - 2017-11-01, 09:08
RE: Light IMDb Ratings Update - by Glottis - 2017-11-01, 16:07
RE: Light IMDb Ratings Update - by dziobak - 2017-11-01, 17:04
RE: Light IMDb Ratings Update - by Glottis - 2017-11-01, 20:59
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-01, 21:53
RE: Light IMDb Ratings Update - by dziobak - 2017-11-01, 23:21
RE: Light IMDb Ratings Update - by Glottis - 2017-11-02, 02:40
RE: Light IMDb Ratings Update - by Edworld - 2017-11-02, 01:31
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-02, 01:44
RE: Light IMDb Ratings Update - by Edworld - 2017-11-02, 04:54
RE: Light IMDb Ratings Update - by Glottis - 2017-11-02, 15:12
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-02, 16:08
RE: Light IMDb Ratings Update - by dziobak - 2017-11-02, 16:43
RE: Light IMDb Ratings Update - by Glottis - 2017-11-02, 17:01
RE: Light IMDb Ratings Update - by dziobak - 2017-11-02, 17:33
RE: Light IMDb Ratings Update - by Glottis - 2017-11-02, 19:46
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-03, 11:54
RE: Light IMDb Ratings Update - by dziobak - 2017-11-03, 13:37
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-03, 13:51
RE: Light IMDb Ratings Update - by Glottis - 2017-11-03, 13:47
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-03, 13:55
RE: Light IMDb Ratings Update - by dziobak - 2017-11-03, 15:51
RE: Light IMDb Ratings Update - by Glottis - 2017-11-03, 18:10
RE: Light IMDb Ratings Update - by dziobak - 2017-11-03, 19:59
RE: Light IMDb Ratings Update - by Glottis - 2017-11-03, 21:50
RE: Light IMDb Ratings Update - by dziobak - 2017-11-04, 00:45
RE: Light IMDb Ratings Update - by Glottis - 2017-11-05, 13:08
RE: Light IMDb Ratings Update - by Edworld - 2017-11-04, 01:08
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-06, 00:40
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-06, 00:29
RE: Light IMDb Ratings Update - by Glottis - 2017-11-07, 21:17
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-07, 22:03
RE: Light IMDb Ratings Update - by Glottis - 2017-11-08, 00:43
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-08, 00:56
RE: Light IMDb Ratings Update - by Glottis - 2017-11-08, 12:45
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-08, 13:44
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-08, 17:10
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-10, 18:09
RE: Light IMDb Ratings Update - by Hakihiko - 2017-11-11, 13:36
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-11, 16:25
RE: Light IMDb Ratings Update - by Hakihiko - 2017-11-11, 16:39
RE: Light IMDb Ratings Update - by Glottis - 2017-11-29, 12:00
RE: Light IMDb Ratings Update - by axlt2002 - 2017-11-29, 19:49
RE: Light IMDb Ratings Update - by willemd - 2017-12-19, 21:01
RE: Light IMDb Ratings Update - by bash0r - 2018-02-05, 12:01
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-05, 15:44
RE: Light IMDb Ratings Update - by Edworld - 2018-02-07, 05:17
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-07, 10:58
RE: Light IMDb Ratings Update - by Glottis - 2018-02-14, 03:52
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-14, 15:36
RE: Light IMDb Ratings Update - by Glottis - 2018-02-15, 13:58
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-15, 15:25
RE: Light IMDb Ratings Update - by Glottis - 2018-02-16, 13:05
RE: Light IMDb Ratings Update - by bsoriano - 2018-02-14, 15:25
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-14, 16:04
RE: Light IMDb Ratings Update - by bsoriano - 2018-02-14, 17:54
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-14, 18:05
RE: Light IMDb Ratings Update - by bsoriano - 2018-02-14, 18:17
RE: Light IMDb Ratings Update - by axlt2002 - 2018-02-15, 10:59
RE: Light IMDb Ratings Update - by BZwart - 2018-02-17, 19:21
RE: Light IMDb Ratings Update - by axlt2002 - 2018-03-19, 16:36
RE: Light IMDb Ratings Update - by Glottis - 2018-03-23, 20:13
RE: Light IMDb Ratings Update - by axlt2002 - 2018-03-24, 13:44
RE: Light IMDb Ratings Update - by Finchy - 2018-03-29, 21:26
RE: Light IMDb Ratings Update - by axlt2002 - 2018-04-04, 12:52
RE: Light IMDb Ratings Update - by axlt2002 - 2018-04-21, 14:54
RE: Light IMDb Ratings Update - by axlt2002 - 2018-04-23, 10:13
RE: Light IMDb Ratings Update - by xbozzo - 2018-05-03, 00:37
RE: Light IMDb Ratings Update - by axlt2002 - 2018-05-03, 09:14
RE: Light IMDb Ratings Update - by xbozzo - 2018-05-03, 13:02
RE: Light IMDb Ratings Update - by axlt2002 - 2018-05-22, 08:25
RE: Light IMDb Ratings Update - by axlt2002 - 2018-05-22, 08:39
RE: Light IMDb Ratings Update - by xbozzo - 2018-05-26, 00:47
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-03, 18:12
RE: Light IMDb Ratings Update - by Warner306 - 2018-05-21, 00:32
RE: Light IMDb Ratings Update - by axlt2002 - 2018-05-22, 08:11
RE: Light IMDb Ratings Update - by inv3ntor - 2018-06-02, 06:04
RE: Light IMDb Ratings Update - by EveMene - 2018-06-16, 11:05
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-18, 09:28
RE: Light IMDb Ratings Update - by EveMene - 2018-06-18, 09:38
RE: Light IMDb Ratings Update - by inv3ntor - 2018-06-21, 04:12
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-21, 09:12
RE: Light IMDb Ratings Update - by EveMene - 2018-06-21, 08:30
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-23, 15:19
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-24, 11:31
RE: Light IMDb Ratings Update - by EveMene - 2018-06-25, 08:16
RE: Light IMDb Ratings Update - by axlt2002 - 2018-06-25, 09:06
RE: Light IMDb Ratings Update - by djhifi - 2018-07-01, 02:54
RE: Light IMDb Ratings Update - by axlt2002 - 2018-07-02, 18:04
RE: Light IMDb Ratings Update - by djhifi - 2018-07-03, 02:22
RE: Light IMDb Ratings Update - by junitodx - 2018-07-02, 22:32
RE: Light IMDb Ratings Update - by djhifi - 2018-07-03, 02:23
RE: Light IMDb Ratings Update - by axlt2002 - 2018-07-04, 15:39
RE: Light IMDb Ratings Update - by djhifi - 2018-07-05, 02:11
RE: Light IMDb Ratings Update - by axlt2002 - 2018-07-05, 17:40
RE: Light IMDb Ratings Update - by djhifi - 2018-07-11, 01:09
RE: Light IMDb Ratings Update - by Skirge01 - 2018-07-27, 18:00
RE: Light IMDb Ratings Update - by axlt2002 - 2018-07-30, 10:54
RE: Light IMDb Ratings Update - by Skirge01 - 2018-07-30, 18:11
RE: Light IMDb Ratings Update - by axlt2002 - 2018-08-03, 18:07
RE: Light IMDb Ratings Update - by Skirge01 - 2018-08-03, 18:18
RE: Light IMDb Ratings Update - by Karellen - 2018-08-03, 22:19
RE: Light IMDb Ratings Update - by Skirge01 - 2018-08-17, 23:30
RE: Light IMDb Ratings Update - by axlt2002 - 2018-08-18, 22:06
RE: Light IMDb Ratings Update - by Simkin84 - 2018-08-19, 14:41
RE: Light IMDb Ratings Update - by axlt2002 - 2018-08-20, 09:56
RE: Light IMDb Ratings Update - by Simkin84 - 2018-09-15, 12:18
Light IMDb Ratings Update - by HeresJohnny - 2018-08-19, 22:55
RE: Light IMDb Ratings Update - by axlt2002 - 2018-08-20, 09:57
RE: Light IMDb Ratings Update - by Skirge01 - 2018-08-22, 19:25
RE: Light IMDb Ratings Update - by Skirge01 - 2018-08-31, 06:35
RE: Light IMDb Ratings Update - by djhifi - 2018-09-26, 01:09
RE: Light IMDb Ratings Update - by axlt2002 - 2018-09-28, 08:19
RE: Light IMDb Ratings Update - by djhifi - 2018-09-30, 03:07
RE: Light IMDb Ratings Update - by beeta - 2018-09-28, 11:59
RE: Light IMDb Ratings Update - by djhifi - 2018-09-30, 03:06
RE: Light IMDb Ratings Update - by axlt2002 - 2018-09-30, 14:27
RE: Light IMDb Ratings Update - by Karellen - 2018-11-23, 03:45
RE: Light IMDb Ratings Update - by axlt2002 - 2018-11-23, 16:26
RE: Light IMDb Ratings Update - by Karellen - 2018-11-24, 02:36
RE: Light IMDb Ratings Update - by User 82367 - 2018-11-25, 13:54
RE: Light IMDb Ratings Update - by Karellen - 2018-11-25, 20:58
RE: Light IMDb Ratings Update - by axlt2002 - 2018-12-06, 19:21
RE: Light IMDb Ratings Update - by djhifi - 2018-12-07, 22:43
RE: Light IMDb Ratings Update - by axlt2002 - 2018-12-10, 15:16
RE: Light IMDb Ratings Update - by Karellen - 2018-12-07, 05:50
RE: Light IMDb Ratings Update - by axlt2002 - 2018-12-07, 09:32
RE: Light IMDb Ratings Update - by Karellen - 2018-12-07, 23:00
RE: Light IMDb Ratings Update - by Karellen - 2018-12-09, 06:55
RE: Light IMDb Ratings Update - by axlt2002 - 2018-12-10, 10:41
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-09, 10:05
RE: Light IMDb Ratings Update - by Karellen - 2019-01-10, 04:55
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-10, 15:52
RE: Light IMDb Ratings Update - by Karellen - 2019-01-10, 22:07
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-10, 22:21
RE: Light IMDb Ratings Update - by Karellen - 2019-01-10, 22:29
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-25, 12:45
RE: Light IMDb Ratings Update - by Karellen - 2019-01-25, 21:03
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-28, 09:27
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-30, 18:20
RE: Light IMDb Ratings Update - by Comma - 2019-01-25, 22:10
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-26, 23:11
RE: Light IMDb Ratings Update - by Comma - 2019-01-27, 18:27
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-28, 09:23
RE: Light IMDb Ratings Update - by Comma - 2019-01-30, 20:11
RE: Light IMDb Ratings Update - by axlt2002 - 2019-01-31, 09:23
RE: Light IMDb Ratings Update - by axlt2002 - 2019-02-04, 12:03
Thanks you! - by cgi2011 - 2021-06-28, 11:21
RE: Light IMDb Ratings Update 5.0.2 - by neo_ - 2022-01-27, 15:50
[split] Episode ratings - by Adriano de Brito - 2019-02-05, 12:42
RE: Episode ratings - by axlt2002 - 2019-02-05, 13:35
Logout Mark Read Team Forum Stats Members Help
Light IMDb Ratings Update 5.1.27