Kodi Community Forum
Alpha Daily Github x64 builds - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Alpha Daily Github x64 builds (/showthread.php?tid=316733)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


RE: Daily Github x64 builds - komplex - 2018-05-06

Error when trying to update a tv series from cmdline
Code:
time,logger,callsite,threadid,level,message,exception
2018-05-06 12:04:09.3401,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_Startup,1,INFO,====Ember Media Manager starting up====,
2018-05-06 12:04:09.3714,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_Startup,1,INFO,====Version 1.4.90 x64,
2018-05-06 12:04:09.4026,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_Startup,1,INFO,"[CommandLine] Using profile ""Default"".",
2018-05-06 12:04:11.6213,EmberAPI.Database,EmberAPI.Database.Connect_MyVideos,1,ERROR,Connect_MyVideos    Unable to open media database connection.,"EXCEPTION OCCURRED:System.DllNotFoundException: Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)
   at System.Data.SQLite.SQLite3.StaticIsInitialized()
   at System.Data.SQLite.SQLiteLog.Initialize()
   at System.Data.SQLite.SQLiteConnection..ctor(String connectionString, Boolean parseViaFramework)
   at EmberAPI.Database.Connect_MyVideos()*   at System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)
   at System.Data.SQLite.SQLite3.StaticIsInitialized()
   at System.Data.SQLite.SQLiteLog.Initialize()
   at System.Data.SQLite.SQLiteConnection..ctor(String connectionString, Boolean parseViaFramework)
   at EmberAPI.Database.Connect_MyVideos()"
2018-05-06 12:04:11.6213,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,EmberAPI,"EXCEPTION OCCURRED:System.NullReferenceException: Object reference not set to an instance of an object.
   at EmberAPI.Database.LoadAllGenres()
   at Ember_Media_Manager.frmMain.frmMain_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)*   at EmberAPI.Database.LoadAllGenres()
   at Ember_Media_Manager.frmMain.frmMain_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"

EDIT: Ok copying "Ember\x64\SQLite.Interop.dll" into the main directory fixed it for now


RE: Daily Github x64 builds - solamnic - 2018-06-01

Any updates?


RE: Daily Github x64 builds - DanCooper - 2018-06-02

Working on a huge update, I've nothing commited in last time. I hope I'm done with that in 1-2 weeks.


Daily Github x64 builds - solamnic - 2018-06-02

(2018-06-02, 00:55)DanCooper Wrote: Working on a huge update, I've nothing commited in last time. I hope I'm done with that in 1-2 weeks.


Cheers m8 .. looking forward to it Smile


RE: Daily Github x64 builds - komplex - 2018-06-14

Before the next push can you look at getting rid of the extrafanart folder and just naming them fanart# https://forum.kodi.tv/showthread.php?tid=331822&pid=2734991#pid2734991


RE: Daily Github x64 builds - DanCooper - 2018-06-14

(2018-06-14, 18:22)komplex Wrote: Before the next push can you look at getting rid of the extrafanart folder and just naming them fanart# https://forum.kodi.tv/showthread.php?tid=331822&pid=2734991#pid2734991
I've added some input: Link Big Grin
But yes, it will be possible to add an option for extrafanarts numbering, but it does not make sense IMO (see also my comment for this point).


RE: Daily Github x64 builds - solamnic - 2018-07-03

any updates on status of the new version?


RE: Daily Github x64 builds - DanCooper - 2018-07-04

Still working on many improvements Smile


RE: Daily Github x64 builds - komplex - 2018-07-05

Image
log:

2018-07-05 18:14:11.1638,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,System.Core,"EXCEPTION OCCURRED:System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at EmberAPI.Images.GetPreferredTVAllSeasonsLandscape(List`1& SeasonImageList, List`1& ShowImageList, Image& imgResult)
at EmberAPI.Images.GetPreferredImagesContainer(DBElement DBElement, SearchResultsContainer SearchResultsContainer, ScrapeModifiers ScrapeModifiers, Boolean IsAutoScraper)
at EmberAPI.Images.SetPreferredImages(DBElement& DBElement, SearchResultsContainer SearchResultsContainer, ScrapeModifiers ScrapeModifiers, Boolean IsAutoScraper)
at Ember_Media_Manager.frmMain.bwTVScraper_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)* at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at EmberAPI.Images.GetPreferredTVAllSeasonsLandscape(List`1& SeasonImageList, List`1& ShowImageList, Image& imgResult)
at EmberAPI.Images.GetPreferredImagesContainer(DBElement DBElement, SearchResultsContainer SearchResultsContainer, ScrapeModifiers ScrapeModifiers, Boolean IsAutoScraper)
at EmberAPI.Images.SetPreferredImages(DBElement& DBElement, SearchResultsContainer SearchResultsContainer, ScrapeModifiers ScrapeModifiers, Boolean IsAutoScraper)
at Ember_Media_Manager.frmMain.bwTVScraper_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)"
2018-07-05 18:14:34.1676,Ember_Media_Manager.frmMain,System.Windows.Forms.Form.OnFormClosed,1,INFO,====Ember Media Manager exiting====,
Full log https://paste.ee/r/lnrb6
Keep getting this when i try to scrape all missing items


RE: Daily Github x64 builds - DanCooper - 2018-07-05

(2018-07-05, 19:19)komplex Wrote: Image
I've fixed that in my current branch, but this should not been released yet (still to many things to do): Link
But you can fix that easy in that code that you've used for your last version. Just replace all First with FirstOrDefault clsAPIImages.vb.


RE: Daily Github x64 builds - komplex - 2018-07-06

Thanks working now Nod
EDIT:Almost forgot, in case anyone else gets this issue here's the fix https://drive.google.com/file/d/1NehyR2pStBot0yNVcl2vwSTgiUonF2ve


RE: Daily Github x64 builds - solamnic - 2018-07-07

(2018-07-06, 00:21)komplex Wrote: Thanks working now Nod
EDIT:Almost forgot, in case anyone else gets this issue here's the fix https://drive.google.com/file/d/1NehyR2pStBot0yNVcl2vwSTgiUonF2ve
 thank you


RE: Daily Github x64 builds - solamnic - 2018-08-25

we are close to September Smile

any good news ?


RE: Daily Github x64 builds - cryodream - 2018-09-07

How do I upgrade these daily github builds? Should I overwrite on top of the old version, or do a fresh install?
If I need to do a fresh install, how can I keep or transfer all the settings from the older version?


RE: Daily Github x64 builds - komplex - 2018-09-07

(2018-09-07, 03:05)cryodream Wrote: Should I overwrite on top of the old version

Unless you are using a really old version this should be fine