[RELEASE] Fantasti.cc (Adult) Video Plugin

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ksosez Offline
Senior Member
Posts: 167
Joined: Nov 2010
Reputation: 3
Post: #81
Updated the plugin. Again sorry about the delay.
find quote
Set845 Offline
Senior Member
Posts: 134
Joined: Jun 2011
Reputation: 0
Post: #82
Great work. Thanks.
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #83
can someone provide the link to the update from today please

Thanks all
find quote
tjhfwtx Offline
Junior Member
Posts: 7
Joined: Aug 2011
Reputation: 0
Post: #84
If you already have the add on installed, it should update automatically when you load XMBC, and then go to video add ons. At least that's what mine did. Good job. Thank you!
find quote
Set845 Offline
Senior Member
Posts: 134
Joined: Jun 2011
Reputation: 0
Post: #85
dallasnights Wrote:can someone provide the link to the update from today please

Thanks all

First post of this thread.
find quote
itvme Offline
Junior Member
Posts: 2
Joined: Sep 2012
Reputation: 0
Post: #86
Fantasti.cc addon is broken after the latest update (2.3.0) it was working until last night. this morning xbmc updated it.. now it gives scrip errors on load.

Any solution?
find quote
md1200 Offline
Junior Member
Posts: 1
Joined: Sep 2012
Reputation: 0
Post: #87
Having same problem, worked last night but won't work today. Fantasti.cc in xbmc on atv gets script failed.
find quote
nixy123 Offline
Junior Member
Posts: 2
Joined: Sep 2012
Reputation: 0
Post: #88
Hi

It would appear the problem relates to including a lib that's not compatible or from a different python version maybe

Code:
11:12:01 T:62912512  NOTICE: -->Python Interpreter Initialized<--
11:12:05 T:62248960  NOTICE: -->Python Interpreter Initialized<--
11:12:12 T:64366080  NOTICE: -->Python Interpreter Initialized<--
11:12:13 T:64366080   ERROR: Error Type: <type 'exceptions.ImportError'>
11:12:13 T:64366080   ERROR: Error Contents: Bad magic number in /Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.fantasticc/sesame.pyc
11:12:13 T:64366080   ERROR: Traceback (most recent call last):
                                              File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.fantasticc/default.py", line 11, in <module>
                                                import sesame
                                            ImportError: Bad magic number in /Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.fantasticc/sesame.pyc
11:12:13 T:2684407808   ERROR: GetDirectory - Error getting plugin://plugin.video.fantasticc
11:12:13 T:2684407808   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fantasticc) failed

if you edit line 11 of

"/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.fantasticc/default.py"

and comment out the lib include then you regain *some* functionality

Code:
#!/usr/bin/python
#Code Heavily modified from  Demo by TV DASH - by You 2008.
#
# Written by Ksosez with help from anarchintosh
# Released under GPL(v2)

import urllib, urllib2, htmllib
import re, string
import os
import sys
#import sesame
import xbmcplugin, xbmcaddon, xbmcgui, xbmc

fixing it properly is beyond my ken though...
find quote
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #89
python version problem
workaround uploaded
find quote
adrian2pm Offline
Junior Member
Posts: 2
Joined: Sep 2012
Reputation: 0
Post: #90
(2012-09-24 14:18)dquaid Wrote:  python version problem
workaround uploaded

where can i get this file?
find quote
Post Reply