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
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
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
RE: Daily Github x64 builds - komplex - 2018-07-05
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: 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
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
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
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
|