Jump to content
Media Servers Online: EmuMovies Sync | Launchbox Sync | EmuMovies FTP ×

Launchbox video issue


Jmricher

Recommended Posts

Site Announcement

During the last week some LaunchBox users have reported an issue with 0KB downloads and other errors when using the EmuMovies Sync integration.  After a week of digging we have finally isolated the cause of the problem.  This error has also had the side affect of affecting server processes slowing down results and in some instances caused timeouts in all API integrations including the EmuMovies Sync app.

Current ETA on the FIX is 4/11/2022

We would like to thank everyone for being patient while we work on the API. 

Link to comment
Share on other sites

Hi Circo, I'm on version 12.9 of Launchbox and when I try to download any media with Emumovies it keeps taking a long time to connect to the server.

It seems that it still doesn't work well with Launchbox.

Link to comment
Share on other sites

I'm still stuck on "Querying Emumovies" when downloading images.

edit: still taking some time to query and slow scraping. Still got errors twice but went ok on the third run. Nevertheless, it did improve.

Link to comment
Share on other sites

3 hours ago, Wanderer189 said:

Mine has improved greatly, lot less errors but still pretty slow scraping

We were able to address the 0KB error and slow login yesterday.  We are working with LB on increasing search speed but it will require some code changes inside Launchbox itself as we implemented new API features.  This might take a bit to implement of course.  But all involved seem pretty excited about it.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

I still seem to be having issues.  (Launchbox v12.9)

Attempting to update platform/playlist videos.  I currently have all LB Games DB platforms in my build + more I added manually (Total Platforms: 209).  I had 29 videos already for platform installed.  Upon calling the Launchbox Update Platform Videos Option it took approximately 21:47 Minutes. (Using Windows StopWatch) From my side it feels like Launchbox is making a request individually for each platform from EmuMovies and getting a delayed response, rather then a multi threaded response returning multiple items at once.

After Selecting my movie choices I attempted to update 107 videos....it downloaded 91 and I had 16 errors.  It took 12:55 minutes for this process.  (The errors were all 404's)


I have Fiber Internet (1Gb/s), No VPN on this PC, The internal network has a switch and router after the modem.)

Downloads from the website are slow, but at the same rate as they have always been for me. 

Downloads from the FTP still seem decent for speed.

Link to comment
Share on other sites

11 minutes ago, GamingZone said:

I still seem to be having issues.  (Launchbox v12.9)

Attempting to update platform/playlist videos.  I currently have all LB Games DB platforms in my build + more I added manually (Total Platforms: 209).  I had 29 videos already for platform installed.  Upon calling the Launchbox Update Platform Videos Option it took approximately 21:47 Minutes. (Using Windows StopWatch) From my side it feels like Launchbox is making a request individually for each platform from EmuMovies and getting a delayed response, rather then a multi threaded response returning multiple items at once.

After Selecting my movie choices I attempted to update 107 videos....it downloaded 91 and I had 16 errors.  It took 12:55 minutes for this process.  (The errors were all 404's)


I have Fiber Internet (1Gb/s), No VPN on this PC, The internal network has a switch and router after the modem.)

Downloads from the website are slow, but at the same rate as they have always been for me. 

Downloads from the FTP still seem decent for speed.

Circo has explained in their previous message that they are still working on fixing the issue with Launchbox. Fixed issue with Emumovies Sync only for now.

We have to wait for Launchbox to update with the changes that Circo has commented on.

All the best.

  • Like 1
Link to comment
Share on other sites

5 minutes ago, Evil said:

Circo has explained in their previous message that they are still working on fixing the issue with Launchbox. Fixed issue with Emumovies Sync only for now.

We have to wait for Launchbox to update with the changes that Circo has commented on.

All the best.

I realize this information may be delayed to the fix, but I wanted to give an accurate view of what I was seeing as I knew they had a fix applied on 4/11.  I do Software QA for a living so I was attempting to narrow down some info.  I was mid test and documenting when Circo made his post above.  I felt it would be beneficial to share the info rather then not post at all.

Thanks.

  • Like 1
Link to comment
Share on other sites

On 4/10/2022 at 3:50 PM, Circo said:

Any chance you are using a VPN?

 

No I am not using a VPN. I have pretty good internet too with gigabit download speeds and never have connection issues.
 

Just for fun I tried turning on VPN in case it was some CDN issue but still saw the same problem.

 

Link to comment
Share on other sites

11 hours ago, Circo said:

We were able to address the 0KB error and slow login yesterday.  We are working with LB on increasing search speed but it will require some code changes inside Launchbox itself as we implemented new API features.  This might take a bit to implement of course.  But all involved seem pretty excited about it.

I've been one of those users experiencing slow scraping speeds when pulling through Launchbox. If I try to scrape a batch of titles I always get the timeout error. When I do them individually the query takes about 5-7 minutes. Once the query finishes I need to select the exact media item(s) I want to download immediately, otherwise it times out on me again. If I choose the items to pull and hit the download button quickly it pulls it at normal (fast) download speeds.

Sounds like you guys have a reasonable grasp on the issue at this stage so don't mean to pester, but if there's anything I could do to test as a user I'd be happy to help. I've tried multiple connection types through my VPN (P2P, Double VPN, etc...) but get the same result as without a VPN altogether. Wierd thing is... some days it scrapes OK (that is only for an individual title, not a batch), other days it takes 5+ minutes to scrape, but overall this issue has been ongoing since the last LaunchBox update as mentioned. Sratchin my head to think of other ways to troubleshoot, but open to try wtvr.

Thanks in advance for your guys hard work on this, love LaunchBox, love EmuMovies, hope this issue doesn't put up much more of a fight.

  • Like 1
Link to comment
Share on other sites

For Launchbox users do we have to wait for an update of Launchbox itself to fix the problem or is it not going to be necessary?

It seems that the problem with Emumovies Sync has been solved but the problem with Launchbox continues to this day.

Is a Launchbox update necessary?

Thank you.

  • Like 1
Link to comment
Share on other sites

Here is the latest update, seems most issues can be traced back to launchbox enabling multi threaded downloads on top of full library searches.  We did upgrades before release and they mostly worked.  One way in which our API's differ is that LB sends emumovies a full listing of all files and then the server matches everything and then generates a file list.  With Launchbox able to send a list of EVERYTHING YOU HAVE, that takes a lot of horsepower when its 100's of similar requests at a time.  The new search calls in the API will allow launchbox to do this crunching client side taking the strain off of the host server.  

The fixes we enabled resolved the 404 errors due to expired file links but even with login and search optimizations there is only so much we can do server side.  Currently our dev is preparing some sample code for launchbox to integrate. They are working closely together and this should bring performance to exactly the same level as Launchboxes built in database as they will both work about the same.

Been working on it the last week and once code is done, Launchbox will include the optimizations in a patch release most likely.

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

Same here.  I'm guessing some other fix was applied to EmuMovies API in the last couple days.

There has been no update yet on LaunchBox code (still using 12.9), but for the last couple days querying EmuMovies from LaunchBox Edit Game -> Media -> Images takes about 5 seconds now.   Yay! 🙂

It's still a bit weird that it takes longer to search for available files for one specific game than to download them all (including videos) but it definitely feels like normal delays now.

Link to comment
Share on other sites

5 hours ago, Bitstorm said:

Same here.  I'm guessing some other fix was applied to EmuMovies API in the last couple days.

There has been no update yet on LaunchBox code (still using 12.9), but for the last couple days querying EmuMovies from LaunchBox Edit Game -> Media -> Images takes about 5 seconds now.   Yay! 🙂

It's still a bit weird that it takes longer to search for available files for one specific game than to download them all (including videos) but it definitely feels like normal delays now.

There has actually been 2 updates to Launchbox to work with new API/server put in place, v12.10.5 &v12.10.6 (enable beta in update settings)/ Most seem to be working good, however I see comments over there about Arcade (Mame) still having issues but can't verify

Link to comment
Share on other sites

I believe pretty much all issues are fixed with the current API and Launchbox.  Speed and responsiveness seems to be holding steady at "better than ever" performance.  This should be true for all versions.

In the current LaunchBox/Bigbox beta release there is a new Launchbox integration which will have the same performance (or better) as the built in LB database as it's a scaled down and a more direct version specific to LaunchBox/BigBox. This new integration also resides on a different server to help balance the traffic more effectively.

Please let us know of any issues.

Link to comment
Share on other sites

On 4/24/2022 at 11:45 AM, Wanderer189 said:

There has actually been 2 updates to Launchbox to work with new API/server put in place, v12.10.5 &v12.10.6 (enable beta in update settings)/ Most seem to be working good, however I see comments over there about Arcade (Mame) still having issues but can't verify

They solved it in the next beta, it was a mapping error.  Hopefully you are having a good result.

  • Thanks 1
Link to comment
Share on other sites

it worked for me 2 times just updated launchbox which is now at version 12.11, then on emumovie it no longer finds any content when I give it a rom to check, I checked in the settings and the login on emumovie is correct please can someone help me?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...