maikito26 / plugin.video.surveillanceroom

A full featured addon for Kodi to access your Foscam or other IP Cameras
GNU General Public License v3.0
38 stars 28 forks source link

Attribute Error thrown when using Foscam HD - Override for C1 #6

Open RaysceneNS opened 7 years ago

RaysceneNS commented 7 years ago

Error

Type: <type 'exceptions.AttributeError'> Error Contents: 'super' object has no attribute 'init' Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.surveillanceroom/default.py", line 272, in main_menu() File "/storage/.kodi/addons/plugin.video.surveillanceroom/default.py", line 193, in main_menu camera = Camera(camera_number) File "/storage/.kodi/addons/plugin.video.surveillanceroom/resources/lib/ipcam_api_wrapper.py", line 38, in init self.camera = ipcam_api_foscamhd.FoscamCameraOverride(camera_settings, daemon, verbose) File "/storage/.kodi/addons/plugin.video.surveillanceroom/resources/lib/ipcam_api_foscamhd.py", line 808, in init super(FoscamCamera, self).init(camera_settings, daemon = False, verbose = True) AttributeError: 'super' object has no attribute 'init

maikito26 commented 6 years ago

Thanks for pointing this out - I'll include a C1 specific configuration in the revamp once Kodi 18 hits.