• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 45
MovieLib - Your movie database on web
#46
Try add 'http://' before ip adress in addon settings.

Yes, it is a problem. I missed that the user can enter an address without the 'http://'. I next version I fix this bug.
Reply
#47
(2013-12-29, 22:45)Regss Wrote: Try add 'http://' before ip adress in addon settings.

Yes, it is a problem. I missed that the user can enter an address without the 'http://'. I next version I fix this bug.

Too bad, no luck, any more ideas??

22:24:21 T:3320 NOTICE: >>>> Movielib <<<< Can't connect to: http://192.168.0.124/movielib2/sync.php?option=

*Edit: Changing the token seemingly did the job!!!
I am going to get into this tomorrow, will be back with more questions no doubt!
Thanks for all the help so far!!!
Reply
#48
Do you need to have a XBMC running? Can't you just get movielib to connect to MySQL if xbmc already uses it?
Reply
#49
The first version movielib worked in this way. I decided to change for two reasons. Not everyone uses MySql for XBMC. The second reason is to synchronize someone had to run the script on the movielib side and at that moment xbmc server had to be online.
Reply
#50
very good reasons indeed. i managed to get everything setup, when I run the script, it fetches 1 movie then throw the unable to connect notification.
Reply
#51
Past xbmc.log using pastebin.com
Reply
#52
Hi,

installed the things. The web part i got installed on my webspace online. But where i can enter the server address ? The plugin isn't configurable ?!
1st: Mac Mini: Intel i5 2,6Ghz - 8Gb Ram - Intel Iris - 1Tb - MacOS Big Sur 11.2.3 - Kodi 19.0 - MySQL 8.0.13 (Server)
2nd: iMac 27": Intel i5 2,8Ghz - 12Gb Ram - AMD 5750 1024Mb GFX - 1Tb SSD - MacOS High Sierra 10.13.6 - Kodi 19.0 - MySQL (Client)
3rd: Some Rasperries 
Server: Synology 916+
Reply
#53
How do you uninstall this thing anyway? movielib says it requies movielib service and movielib service says it needs movielib...

EDIT: removed the 2 folders corresponding to this addon in .xbmc/addons/
Reply
#54
(2014-01-03, 16:42)MarkusK Wrote: Hi,

installed the things. The web part i got installed on my webspace online. But where i can enter the server address ? The plugin isn't configurable ?!

When you install Movielib (Program Addon) the Movielib Service (Service Addon) install automatically.
Movielib Program Addon is main program and it is configurable. You must set address and token.
Movielib Service Addon is not configurable and is only used for automatic update.

If you don't want automatic update you can uninstall Movielib Service Addon and synchronize database by launching the Movielib Addon.
Reply
#55
(2014-01-03, 18:33)Regss Wrote:
(2014-01-03, 16:42)MarkusK Wrote: Hi,

installed the things. The web part i got installed on my webspace online. But where i can enter the server address ? The plugin isn't configurable ?!

When you install Movielib (Program Addon) the Movielib Service (Service Addon) install automatically.
Movielib Program Addon is main program and it is configurable. You must set address and token.
Movielib Service Addon is not configurable and is only used for automatic update.

If you don't want automatic update you can uninstall Movielib Service Addon and synchronize database by launching the Movielib Addon.

OK ... my fault. I searched in the Service Addon and didn't recognized the Programm Addon. Big Grin Thx !
Then let's try it Blush

OK: Error :

Code:
20:31:20 T:4563259392   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeDecodeError'>
                                            Error Contents: 'utf8' codec can't decode bytes in position 62-63: invalid data
                                            Traceback (most recent call last):
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 92, in <module>
                                                Movielib()
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 46, in __init__
                                                self.checkConn()
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 58, in checkConn
                                                self.checkToken()
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 82, in checkToken
                                                syncMovie.syncMovie()
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 44, in __init__
                                                self.syncMovie()
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 91, in syncMovie
                                                self.addMovie(toAddID)
                                              File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 103, in addMovie
                                                jsonGetMovieDetailsResponse = json.loads(xbmc.executeJSONRPC(jsonGetMovieDetails))
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/__init__.py", line 307, in loads
                                                return _default_decoder.decode(s)
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 319, in decode
                                                obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 336, in raw_decode
                                                obj, end = self._scanner.iterscan(s, **kw).next()
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
                                                rval, next_pos = action(m, context)
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
                                                value, end = iterscan(s, idx=end, context=context).next()
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
                                                rval, next_pos = action(m, context)
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
                                                value, end = iterscan(s, idx=end, context=context).next()
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
                                                rval, next_pos = action(m, context)
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
                                                value, end = iterscan(s, idx=end, context=context).next()
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
                                                rval, next_pos = action(m, context)
                                              File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 155, in JSONString
                                                return scanstring(match.string, match.end(), encoding, strict)
                                            UnicodeDecodeError: 'utf8' codec can't decode bytes in position 62-63: invalid data
                                            -->End of Python script error report<--
20:31:20 T:4560797696  NOTICE: Thread Background Loader start, auto delete: false
20:31:20 T:4563259392  NOTICE: Thread XBPyThread start, auto delete: false
20:31:20 T:4563259392  NOTICE: -->Python Interpreter Initialized<--
1st: Mac Mini: Intel i5 2,6Ghz - 8Gb Ram - Intel Iris - 1Tb - MacOS Big Sur 11.2.3 - Kodi 19.0 - MySQL 8.0.13 (Server)
2nd: iMac 27": Intel i5 2,8Ghz - 12Gb Ram - AMD 5750 1024Mb GFX - 1Tb SSD - MacOS High Sierra 10.13.6 - Kodi 19.0 - MySQL (Client)
3rd: Some Rasperries 
Server: Synology 916+
Reply
#56
It is XBMC 12 Frodo?
Reply
#57
(2014-01-03, 23:22)Regss Wrote: It is XBMC 12 Frodo?

Yes - 12.3 on Mac OSX 10.9.1
1st: Mac Mini: Intel i5 2,6Ghz - 8Gb Ram - Intel Iris - 1Tb - MacOS Big Sur 11.2.3 - Kodi 19.0 - MySQL 8.0.13 (Server)
2nd: iMac 27": Intel i5 2,8Ghz - 12Gb Ram - AMD 5750 1024Mb GFX - 1Tb SSD - MacOS High Sierra 10.13.6 - Kodi 19.0 - MySQL (Client)
3rd: Some Rasperries 
Server: Synology 916+
Reply
#58
past whole from xbmc.log. I can't see what data causes a error.
Reply
#59
(2014-01-04, 17:19)Regss Wrote: past whole from xbmc.log. I can't see what data causes a error.

Here it is:

http://www.xbmclogs.com/show.php?id=105738
1st: Mac Mini: Intel i5 2,6Ghz - 8Gb Ram - Intel Iris - 1Tb - MacOS Big Sur 11.2.3 - Kodi 19.0 - MySQL 8.0.13 (Server)
2nd: iMac 27": Intel i5 2,8Ghz - 12Gb Ram - AMD 5750 1024Mb GFX - 1Tb SSD - MacOS High Sierra 10.13.6 - Kodi 19.0 - MySQL (Client)
3rd: Some Rasperries 
Server: Synology 916+
Reply
#60
(2014-01-04, 17:53)MarkusK Wrote:
(2014-01-04, 17:19)Regss Wrote: past whole from xbmc.log. I can't see what data causes a error.

Here it is:

http://www.xbmclogs.com/show.php?id=105738

If you could help me to try to fix this I would be very grateful. Replace the file in xbmc directory /addons/script.movielib/lib/ and try run addon.

http://regss.zz.mu/syncMovie.py

Thanks.
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 45

Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8