• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 18
Alpha Daily Github x64 builds
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
Any updates?
Working on a huge update, I've nothing commited in last time. I hope I'm done with that in 1-2 weeks.
(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
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...pid2734991
(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...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).
any updates on status of the new version?
Still working on many improvements Smile
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
(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.
Thanks working now Nod
EDIT:Almost forgot, in case anyone else gets this issue here's the fix https://drive.google.com/file/d/1NehyR2p...TgiUonF2ve
(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/1NehyR2p...TgiUonF2ve
 thank you
we are close to September Smile

any good news ?
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?
(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
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 18

Logout Mark Read Team Forum Stats Members Help
Daily Github x64 builds1