Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Error Cache Miss -400 - Frame LoadUrl

User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error Cache Miss -400 - Frame LoadUrl

Post by salvadordf »

Hi,

I tested your SimpleBrowser and, as you can see in your server's log, I had no errors. :?

I had to create a second button to load the URL with JavaScript because I don't have some of your components but the result is the same.

I noticed that you show the error message for all resources and your URL loads some content related to a chat box from another domain.
Perhaps the error message belongs to some resource from that domain.

Some other wild guesses :
  • Are you connected through a proxy server?
  • Are you waiting until all the document is fully loaded (chat box included) before loading the new URL?
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error Cache Miss -400 - Frame LoadUrl

Post by salvadordf »

More wild guesses :
  • Do you use a firewall?
  • What Windows version are you using? Have you tried to run your app in different computers?
marcoscdoni
Posts: 25
Joined: Thu Sep 21, 2017 4:33 pm

Re: Error Cache Miss -400 - Frame LoadUrl

Post by marcoscdoni »

You know what's weird?

Watch the video: https://youtu.be/KOeo9ubYYRI

1) When the project is executed using the "Run (F9)" no error occurs.

2) When the project is executed using the "Run without debugging" option the error happens.

How did you test the project?

Additional Information:
- firewall disabled
- no proxy
- no apparent network connectivity problem
windows 10 1803

I'm going to test on another computer and on another network.

But could you check if the error occurs for you to run without debugging?
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error Cache Miss -400 - Frame LoadUrl

Post by salvadordf »

I just tested it again using the "Run (F9)" and the "Run without debugging" options and it loads the frame successfully every time.

I used Windows 7 64bit inside a VirtualBox machine but I can only compile in 32bit.
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error Cache Miss -400 - Frame LoadUrl

Post by salvadordf »

I also tried running the app directly from Windows and it works correctly.
marcoscdoni
Posts: 25
Joined: Thu Sep 21, 2017 4:33 pm

Re: Error Cache Miss -400 - Frame LoadUrl

Post by marcoscdoni »

Hello Salvador.


I did test on windows 7 x64 and it worked fine. So I guess that is a cef bug with os version.

Thanks
Post Reply