Jump to content

Welcome, Guest!

Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for?
   Sign In    Sign Up

Become a RedCarpet Club Member Today!

   Join Now
  • 0
kec2

Update content fails

Question

When i try to update content in CinemVision -> Configure -> Content -> Update Content.

It cleans the DB and starts to load Trivia but fails in the middle.

CinemaVision 1.5.0

Kodi 19.4

2022-06-20 21:29:41.909 T:1356    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'TypeError'>
                                                   Error Contents: '<' not supported between instances of 'NoneType' and 'str'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/script.cinemavision/addon.py", line 39, in <module>
                                                       cvutil.loadContent(from_settings=fromSettings, bg=not fromSettings)
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cvutil.py", line 224, in loadContent
                                                       cinemavision.content.UserContent(contentPath, callback=p.msg, trailer_sources=kodiutil.getSetting('trailer.scrapers', '').split(','))
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 104, in __init__
                                                       self.loadContent()
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 204, in loadContent
                                                       self.loadTrivia()
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 233, in loadTrivia
                                                       self.triviaDirectoryHandler(path, prefix=sub)
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/database.py", line 44, in inner
                                                       return func(*args, **kwargs)
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 503, in __call__
                                                       self.doCall(basePath, prefix)
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 552, in doCall
                                                       self.doCall(path, prefix=prefix and (prefix + ':' + c) or c)
                                                     File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 618, in doCall
                                                       for ct, key in enumerate(sorted(data['c'].keys())):
                                                   TypeError: '<' not supported between instances of 'NoneType' and 'str'
                                                   -->End of Python script error report<--
                                                   

 

Before this error CV seamed to be loading files with names: Nightmare2_Facts_3_XX.jpg where X are: a, q, c1 and c2.
Removing these file CV finish updating content.

Nightmare2_Facts_3_a.jpg

Nightmare2_Facts_3_c.jpg

Nightmare2_Facts_3_c2.jpg

Nightmare2_Facts_3_q.jpg

Edited by kec2
More info

Share this post


Link to post
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Before this error CV seamed to be loading files with names: Nightmare2_Facts_3_XX.jpg where X are: a, q, c1 and c2.
Removing these file CV finish updating content.

 

I have added the images if it helps.

Share this post


Link to post
Share on other sites
  • 0

Running the CinemaVision experians ends when it time to play trailer. :-(

2022-06-20 22:14:23.602 T:2777     INFO <general>: [- CinemaVision -]: Experience: Playing next item: VIDEO: '/storage/videos/Cinema Vision/Video Bumpers/Trailers Intro/Impact - Coming Soon to Theaters.mp4'
2022-06-20 22:14:23.715 T:2777     INFO <general>: [- CinemaVision -]: Video pre-dalay: 2000ms
2022-06-20 22:14:25.764 T:911      INFO <general>: VideoPlayer::OpenFile: /storage/videos/Cinema Vision/Video Bumpers/Trailers Intro/Impact - Coming Soon to Theaters.mp4
2022-06-20 22:14:25.771 T:2914     INFO <general>: Creating InputStream
2022-06-20 22:14:25.791 T:2914     INFO <general>: Creating Demuxer
2022-06-20 22:14:25.837 T:2914     INFO <general>: Opening stream: 0 source: 256
2022-06-20 22:14:25.837 T:2914     INFO <general>: [WHITELIST] Searching the whitelist for: width: 1920, height: 1080, fps: 29.970, 3D: false
2022-06-20 22:14:25.838 T:2914     INFO <general>: Display resolution ADJUST : HDMI-0: 1920x1080 @ 59.94Hz (19) (weight: -53961008421408780527597518848000.000)
2022-06-20 22:14:25.955 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:25.957 T:2914     INFO <general>: Creating video codec with codec id: 27
2022-06-20 22:14:25.957 T:2914     INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
2022-06-20 22:14:25.957 T:2914     INFO <general>: Creating video thread
2022-06-20 22:14:25.958 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:25.958 T:2914     INFO <general>: Opening stream: 1 source: 256
2022-06-20 22:14:25.958 T:2914     INFO <general>: Finding audio codec for: 86018
2022-06-20 22:14:25.959 T:2915     INFO <general>: running thread: video_thread
2022-06-20 22:14:25.959 T:2914     INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2022-06-20 22:14:25.959 T:2914     INFO <general>: Creating audio thread
2022-06-20 22:14:25.960 T:2916     INFO <general>: running thread: CVideoPlayerAudio::Process()
2022-06-20 22:14:25.972 T:2916     INFO <general>: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
2022-06-20 22:14:25.975 T:919      INFO <general>: CActiveAESink::OpenSink - initialize sink
2022-06-20 22:14:26.003 T:2917     INFO <general>: COutput::OnStartup: Output Thread created
2022-06-20 22:14:26.003 T:2917     INFO <general>: VAAPI::SupportsFilter vaDeriveImage not supported by driver - ffmpeg postprocessing and CPU-copy rendering will not be available
2022-06-20 22:14:26.052 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK STARTED
2022-06-20 22:14:26.056 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:26.184 T:919      INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=Generic,DEV=0"
2022-06-20 22:14:26.195 T:919      INFO <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=Generic,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x02"
2022-06-20 22:14:26.199 T:919      INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2022-06-20 22:14:26.199 T:919      INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S32NE
2022-06-20 22:14:26.468 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:26.469 T:911     ERROR <general>: CWinEventsX11::MessagePump - missed XRR Events
2022-06-20 22:14:26.642 T:911      INFO <general>: VideoPlayer: OnLostDisplay received
2022-06-20 22:14:26.668 T:911      INFO <general>: VideoPlayer: OnResetDisplay received
2022-06-20 22:14:26.671 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:26.681 T:911      INFO <general>: GL: Selecting YUV 2 RGB shader
2022-06-20 22:14:26.682 T:911      INFO <general>: GL: Using GL_ARB_pixel_buffer_object
2022-06-20 22:14:26.682 T:911      INFO <general>: Using GL_TEXTURE_2D
2022-06-20 22:14:26.685 T:911      INFO <general>: GL: Enabling VSYNC
2022-06-20 22:14:26.690 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:26.698 T:2916     INFO <general>: CVideoPlayerAudio: display reset occurred, checking for passthrough
2022-06-20 22:14:26.699 T:2916     INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2022-06-20 22:14:26.716 T:911      INFO <general>: [WHITELIST] Searching the whitelist for: width: 1920, height: 1080, fps: 29.970, 3D: false
2022-06-20 22:14:26.717 T:911      INFO <general>: Display resolution ADJUST : HDMI-0: 1920x1080 @ 59.94Hz (19) (weight: -53961008421408780527597518848000.000)
2022-06-20 22:14:26.717 T:911      INFO <general>: CWinSystemX11::SetFullScreen - calling xrandr
2022-06-20 22:14:26.726 T:911      INFO <general>: VideoPlayer: OnLostDisplay received
2022-06-20 22:14:26.726 T:911      INFO <general>: XRANDR: /usr/lib/kodi/kodi-xrandr --screen 0 --output HDMI-0 --mode 0x57
2022-06-20 22:14:26.975 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:26.978 T:911      INFO <general>: GL: Selecting YUV 2 RGB shader
2022-06-20 22:14:26.979 T:911      INFO <general>: GL: Using GL_ARB_pixel_buffer_object
2022-06-20 22:14:26.979 T:911      INFO <general>: Using GL_TEXTURE_2D
2022-06-20 22:14:26.984 T:2777     INFO <general>: [- CinemaVision -]: Experience: VIDEO HAS GONE FULLSCREEN
2022-06-20 22:14:27.214 T:2915  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-06-20 22:14:27.531 T:2923     INFO <general>: initializing python engine.
2022-06-20 22:14:28.048 T:2915  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-06-20 22:14:28.982 T:911      INFO <general>: Skipped 1 duplicate messages..
2022-06-20 22:14:28.982 T:911      INFO <general>: VideoPlayer: OnResetDisplay received
2022-06-20 22:14:28.983 T:2916     INFO <general>: CVideoPlayerAudio: display reset occurred, checking for passthrough
2022-06-20 22:14:28.984 T:2916     INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2022-06-20 22:14:29.083 T:2915  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-06-20 22:14:29.369 T:2915     INFO <general>: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 33366
2022-06-20 22:14:29.735 T:911     ERROR <general>: CWinEventsX11::MessagePump - missed XRR Events
2022-06-20 22:14:29.912 T:911      INFO <general>: VideoPlayer: OnLostDisplay received
2022-06-20 22:14:29.998 T:911      INFO <general>: VideoPlayer: OnResetDisplay received
2022-06-20 22:14:30.002 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:30.010 T:911      INFO <general>: GL: Selecting YUV 2 RGB shader
2022-06-20 22:14:30.010 T:911      INFO <general>: GL: Using GL_ARB_pixel_buffer_object
2022-06-20 22:14:30.010 T:911      INFO <general>: Using GL_TEXTURE_2D
2022-06-20 22:14:30.010 T:911      INFO <general>: GL: Enabling VSYNC
2022-06-20 22:14:30.086 T:2916     INFO <general>: CVideoPlayerAudio: display reset occurred, checking for passthrough
2022-06-20 22:14:30.087 T:2916     INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2022-06-20 22:14:30.540 T:2923     INFO <general>: CPythonInvoker(31, /storage/.kodi/addons/script.embuary.info/default.py): script successfully run
2022-06-20 22:14:31.514 T:2923     INFO <general>: Python interpreter stopped
2022-06-20 22:14:48.390 T:2916     INFO <general>: CVideoPlayerAudio::Process - stream stalled
2022-06-20 22:14:48.664 T:2914     INFO <general>: Process - eof reading from demuxer
2022-06-20 22:14:48.664 T:2914     INFO <general>: CVideoPlayer::OnExit()
2022-06-20 22:14:48.665 T:2914     INFO <general>: VideoPlayer: eof, waiting for queues to empty
2022-06-20 22:14:48.665 T:2914     INFO <general>: Closing stream player 1
2022-06-20 22:14:48.665 T:2914     INFO <general>: CDVDMessageQueue(audio)::WaitUntilEmpty
2022-06-20 22:14:48.665 T:2914     INFO <general>: Waiting for audio thread to exit
2022-06-20 22:14:48.665 T:2916    ERROR <general>: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2022-06-20 22:14:48.665 T:2916     INFO <general>: thread end: CVideoPlayerAudio::OnExit()
2022-06-20 22:14:48.666 T:2914     INFO <general>: Closing audio device
2022-06-20 22:14:48.667 T:2914     INFO <general>: Deleting audio codec
2022-06-20 22:14:48.667 T:2914     INFO <general>: Closing stream player 2
2022-06-20 22:14:48.667 T:2914     INFO <general>: CDVDMessageQueue(video)::WaitUntilEmpty
2022-06-20 22:14:48.806 T:2914     INFO <general>: waiting for video thread to exit
2022-06-20 22:14:48.806 T:2915    ERROR <general>: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2022-06-20 22:14:48.806 T:2915     INFO <general>: thread end: video_thread
2022-06-20 22:14:48.807 T:2914     INFO <general>: deleting video codec
2022-06-20 22:14:48.834 T:919      INFO <general>: CActiveAESink::OpenSink - initialize sink
2022-06-20 22:14:48.893 T:911      INFO <general>: VideoPlayer::OpenFile: /storage/.kodi/addons/script.cinemavision/resources/videos/script.cinemavision.dummy_NEXT.mpeg
2022-06-20 22:14:48.899 T:2927     INFO <general>: Creating InputStream
2022-06-20 22:14:48.939 T:2927     INFO <general>: Creating Demuxer
2022-06-20 22:14:48.944 T:2927     INFO <general>: Opening stream: 0 source: 256
2022-06-20 22:14:48.944 T:2927     INFO <general>: Creating video codec with codec id: 1
2022-06-20 22:14:48.944 T:2927     INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-1 video
2022-06-20 22:14:48.944 T:2927     INFO <general>: Creating video thread
2022-06-20 22:14:48.950 T:2928     INFO <general>: running thread: video_thread
2022-06-20 22:14:48.951 T:2928     INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-1 video
2022-06-20 22:14:49.035 T:919      INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=Generic,DEV=0"
2022-06-20 22:14:49.045 T:919      INFO <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=Generic,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00"
2022-06-20 22:14:49.047 T:919      INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2022-06-20 22:14:49.047 T:919      INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S32NE
2022-06-20 22:14:49.072 T:911      INFO <general>: VAAPI::Close
2022-06-20 22:14:49.072 T:2917     INFO <general>: COutput::OnExit: Output Thread terminated
2022-06-20 22:14:49.073 T:911      INFO <general>: VAAPI::Close - closing decoder context
2022-06-20 22:14:49.076 T:911      INFO <general>: GL: Selecting YUV 2 RGB shader
2022-06-20 22:14:49.077 T:911      INFO <general>: GL: Using GL_ARB_pixel_buffer_object
2022-06-20 22:14:49.077 T:911      INFO <general>: Using GL_TEXTURE_2D
2022-06-20 22:14:49.094 T:2927  WARNING <general>: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2022-06-20 22:14:49.111 T:911      INFO <general>: [WHITELIST] Searching the whitelist for: width: 320, height: 240, fps: 29.970, 3D: false
2022-06-20 22:14:49.112 T:911      INFO <general>: Display resolution ADJUST : HDMI-0: 1920x1080 @ 59.94Hz (19) (weight: -53961008421408780527597518848000.000)
2022-06-20 22:14:49.114 T:911      INFO <general>: GL: Selecting YUV 2 RGB shader
2022-06-20 22:14:49.114 T:911      INFO <general>: GL: Using GL_ARB_pixel_buffer_object
2022-06-20 22:14:49.169 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK ENDED
2022-06-20 22:14:49.169 T:2777     INFO <general>: [- CinemaVision -]: Stopping for NEXT dummy
2022-06-20 22:14:49.184 T:911      INFO <general>: CVideoPlayer::CloseFile()
2022-06-20 22:14:49.184 T:911      INFO <general>: VideoPlayer: waiting for threads to exit
2022-06-20 22:14:49.189 T:2927     INFO <general>: CVideoPlayer::OnExit()
2022-06-20 22:14:49.190 T:2927     INFO <general>: Closing stream player 2
2022-06-20 22:14:49.190 T:2927     INFO <general>: waiting for video thread to exit
2022-06-20 22:14:49.220 T:2928  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-06-20 22:14:49.220 T:2928     INFO <general>: thread end: video_thread
2022-06-20 22:14:49.221 T:2927     INFO <general>: deleting video codec
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: finished waiting
2022-06-20 22:14:49.226 T:911      INFO <general>: CVideoPlayer::CloseFile()
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: waiting for threads to exit
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: finished waiting
2022-06-20 22:14:49.229 T:2840     INFO <general>: Deleting settings information for files /storage/.kodi/addons/script.cinemavision/resources/videos/script.cinemavision.dummy_NEXT.mpeg
2022-06-20 22:14:49.263 T:911      INFO <general>: CWinSystemX11::SetFullScreen - calling xrandr
2022-06-20 22:14:49.263 T:911      INFO <general>: XRANDR: /usr/lib/kodi/kodi-xrandr --screen 0 --output HDMI-0 --mode 0x55
2022-06-20 22:14:49.503 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:49.606 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK INTERRUPTED
2022-06-20 22:14:49.706 T:2777     INFO <general>: [- CinemaVision -]: Experience: Playing next item: VIDEO: 'https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov'
2022-06-20 22:14:49.713 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:49.723 T:911      INFO <general>: GL: Enabling VSYNC
2022-06-20 22:14:49.825 T:2777     INFO <general>: [- CinemaVision -]: Video pre-dalay: 2000ms
2022-06-20 22:14:49.221 T:2927     INFO <general>: deleting video codec
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: finished waiting
2022-06-20 22:14:49.226 T:911      INFO <general>: CVideoPlayer::CloseFile()
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: waiting for threads to exit
2022-06-20 22:14:49.226 T:911      INFO <general>: VideoPlayer: finished waiting
2022-06-20 22:14:49.229 T:2840     INFO <general>: Deleting settings information for files /storage/.kodi/addons/script.cinemavision/resources/videos/script.cinemavision.dummy_NEXT.mpeg
2022-06-20 22:14:49.263 T:911      INFO <general>: CWinSystemX11::SetFullScreen - calling xrandr
2022-06-20 22:14:49.263 T:911      INFO <general>: XRANDR: /usr/lib/kodi/kodi-xrandr --screen 0 --output HDMI-0 --mode 0x55
2022-06-20 22:14:49.503 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:49.606 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK INTERRUPTED
2022-06-20 22:14:49.706 T:2777     INFO <general>: [- CinemaVision -]: Experience: Playing next item: VIDEO: 'https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov'
2022-06-20 22:14:49.713 T:911      INFO <general>: GL: Maximum texture width: 16384
2022-06-20 22:14:49.723 T:911      INFO <general>: GL: Enabling VSYNC
2022-06-20 22:14:49.825 T:2777     INFO <general>: [- CinemaVision -]: Video pre-dalay: 2000ms
2022-06-20 22:14:52.132 T:911      INFO <general>: VideoPlayer::OpenFile: https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov|User-Agent=Mozilla/5.0 (compatible, MSI
E 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko
2022-06-20 22:14:52.206 T:2936     INFO <general>: Creating InputStream
2022-06-20 22:14:52.308 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK STARTED
2022-06-20 22:14:52.356 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:54.119 T:2942     INFO <general>: Skipped 15 duplicate messages..
2022-06-20 22:14:54.119 T:2942     INFO <general>: initializing python engine.
2022-06-20 22:14:54.245 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:54.404 T:2936     INFO <general>: Skipped 1 duplicate messages..
2022-06-20 22:14:54.404 T:2936    ERROR <general>: CCurlFile::Open failed with code 404 for https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov:
                                                   
                                                   
2022-06-20 22:14:54.495 T:911      INFO <general>: Activate of window '12005' refused because there are active modal dialogs
2022-06-20 22:14:54.533 T:2936    ERROR <general>: CCurlFile::Open failed with code 404 for https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov:
                                                   
                                                   
2022-06-20 22:14:54.538 T:2936    ERROR <general>: CFileCache::Open - <https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov|User-Agent=Mozilla/5.0 (compatible, MSIE 1
1, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko> failed to open
2022-06-20 22:14:54.539 T:2936    ERROR <general>: CVideoPlayer::OpenInputStream - error opening [https://movietrailers.apple.com/movies/sony_pictures/where-the-crawdads-sing/where-the-crawdads-sing-trailer-1_hh1080p.mov|User-Agent=Mozi
lla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko]
2022-06-20 22:14:54.539 T:2936     INFO <general>: CVideoPlayer::OnExit()
2022-06-20 22:14:54.578 T:911      INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2022-06-20 22:14:54.592 T:911      INFO <general>: CVideoPlayer::CloseFile()
2022-06-20 22:14:54.592 T:911      INFO <general>: VideoPlayer: waiting for threads to exit
2022-06-20 22:14:54.592 T:911      INFO <general>: VideoPlayer: finished waiting
2022-06-20 22:14:54.601 T:2777     INFO <general>: [- CinemaVision -]: Experience: VIDEO HAS GONE FULLSCREEN
2022-06-20 22:14:54.602 T:2777     INFO <general>: [- CinemaVision -]: Experience: PLAYBACK STOPPED
2022-06-20 22:14:54.602 T:2777     INFO <general>: [- CinemaVision -]: Experience: ABORT
2022-06-20 22:14:54.651 T:2777     INFO <general>: [- CinemaVision -]: Experience: [ -- Finished -------------------------------------------------------------- ]
                                                   .
2022-06-20 22:14:55.136 T:2777     INFO <general>: [- CinemaVision -]: Experience: Play GUI sounds: RESTORED
2022-06-20 22:14:55.157 T:2777     INFO <general>: [- CinemaVision -]: Experience: Screensaver: RESTORED
2022-06-20 22:14:55.175 T:2777     INFO <general>: CPythonInvoker(27, /storage/.kodi/addons/script.cinemavision/addon.py): script successfully run
2022-06-20 22:14:56.807 T:2777     INFO <general>: Python interpreter stopped
2022-06-20 22:15:00.105 T:2942     INFO <general>: CPythonInvoker(32, /storage/.kodi/addons/script.embuary.info/default.py): script successfully run
2022-06-20 22:15:01.330 T:2942     INFO <general>: Python interpreter stopped

 

Share this post


Link to post
Share on other sites
  • 0

So there are these files:

Nightmare2_Facts_3_a.jpg

Nightmare2_Facts_3_c.jpg

Nightmare2_Facts_3_c2.jpg - Deleting this one results in CV finishing the content scan.

Nightmare2_Facts_3_q.jpg

But why a limit on 24 (incl. .jpg) and 20 without??

Edited by kec2
was'nt done

Share this post


Link to post
Share on other sites
  • 0
On 6/24/2022 at 2:45 PM, kec2 said:

So there are these files:

Nightmare2_Facts_3_a.jpg

Nightmare2_Facts_3_c.jpg

Nightmare2_Facts_3_c2.jpg - Deleting this one results in CV finishing the content scan.

Nightmare2_Facts_3_q.jpg

But why a limit on 24 (incl. .jpg) and 20 without??

Can you try changing the c2.jpg to c1.jpg  , I think its because your skipping c1 in your question format .. its just a guess but every file structure i have is ( a. c. q. jpgs  )  or if multiple clues it always has c1.jpg c2.jpg ..So having no c1 clue could be breaking it ...  

  • Like 1

Share this post


Link to post
Share on other sites
  • 0

I think that you on to something.

Trivia Slide Type Required Naming Convention
Question The filename must end in _q.
Clue The filename must end in _c when a single Clue is used, or in _c<number> when multiple Clues are used in a group.
Answer The filename must end in _a.
Single The filename cannot end in any of the tags listed above for Q&A decks.

 

This means that Nightmare2_Facts_3_c.jpg sould be Nightmare2_Facts_3_c1.jpg

I ran a scan and it worked.

Thanks.

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines and Terms of Use.