Unable to load bet365 #3377
Replies: 13 comments 7 replies
-
What version are you using? If you are using an old version I'd suggest testing version 86 or the 87 pre release. I'd also suggest you check the log file see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file |
Beta Was this translation helpful? Give feedback.
-
I'm in 86, the least version, pls help me found what is the problem
…________________________________
From: Alex Maitland <[email protected]>
Sent: Friday, January 29, 2021 6:55 PM
To: cefsharp/CefSharp <[email protected]>
Cc: fabinhoshz <[email protected]>; Author <[email protected]>
Subject: Re: [cefsharp/CefSharp] Specific WebSite dont load (Since 2021-01-29) (#3377)
What version are you using? If you are using an old version I'd suggest testing version 86 or the 87 pre release.
I'd also suggest you check the log file see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3377 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK46SBOUDV72U3DIGDF36CTS4MVDXANCNFSM4WZTAMYA>.
|
Beta Was this translation helpful? Give feedback.
-
Yes, but log file seems normal, I'm using a long time and never has some problem, today start but just this website (bet365.com), I cant found the problem, in Chrome (For Windows) is fine.
I check in devtools that has a function (rest get) that not complete, still 'pending' for a long time and after I get a catch inside devtools showing that is paused to avoid memory-out exception.
This site is working until hours ago :(
If you can help me, if you has a miminal example with you try navigate to you show.
Thanks!
…________________________________
From: Alex Maitland <[email protected]>
Sent: Friday, January 29, 2021 7:00 PM
To: cefsharp/CefSharp <[email protected]>
Cc: fabinhoshz <[email protected]>; Author <[email protected]>
Subject: Re: [cefsharp/CefSharp] Specific WebSite dont load (Since 2021-01-29) (#3377)
Did you check the log file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3377 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK46SBOF3FYLFTKEHEZR7PDS4MVYRANCNFSM4WZTAMYA>.
|
Beta Was this translation helpful? Give feedback.
-
Hi Alex,
I make test but is same, the cef is freeze at get bet365.com url...
[cid:fd577b22-1e85-46a8-bfaf-60a66eb8717e]
…________________________________
From: Alex Maitland <[email protected]>
Sent: Friday, January 29, 2021 7:29 PM
To: cefsharp/CefSharp <[email protected]>
Cc: fabinhoshz <[email protected]>; Author <[email protected]>
Subject: Re: [cefsharp/CefSharp] Specific WebSite dont load (Since 2021-01-29) (#3377)
I'd suggest testing with the CEF Sample application see https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#cefsharp-vs-chromium-embedded-frameworkcef for details.
You can test with a newer version of CEF see https://cef-builds.spotifycdn.com/index.html#windows32 for download links.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3377 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK46SBO3BHQWJSGSZNMZSW3S4MZGFANCNFSM4WZTAMYA>.
|
Beta Was this translation helpful? Give feedback.
-
Having the same issue with the same site. I can get slightly further by disabling the following setting: browserSettings.LocalStorage, but still no luck in getting the page to load. I downloaded the the example at https://github.com/cefsharp/CefSharp.MinimalExample and changed nothing apart from editing the url on line 23 of BrowserForm.cs and that won't even display the site. I've added
I tried visiting the site in both the WPF/OffScreen and WinForms versions of the CEF Sample application mentioned above (and also the newest version of CEF), but neither work either. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Me too, I'm since yesterday but no success :(
I create exacly request headers, include cookies used by native Chrome, so many UA (like Chrome too), I'm using pre-release 87 fo cefSharp too.
Its possible see that one call is for long time 'Pending' and after 30~40s is stopped to avoid out-of-memory exception, I'll send a print-screen to show...
This call: https://www.bet365.com/defaultapi/sports-configuration
[cid:29fdf6ad-6d06-48cd-ab99-8001f385aad6]
I has a project that is entire developed based in CEFSharp to use bet365.com, if anyone can help us with this, I can make a donate to thanks!
Thank you.
…________________________________
From: student712 <[email protected]>
Sent: Saturday, January 30, 2021 1:45 PM
To: cefsharp/CefSharp <[email protected]>
Cc: fabinhoshz <[email protected]>; Author <[email protected]>
Subject: Re: [cefsharp/CefSharp] Specific WebSite dont load (Since 2021-01-29) (#3377)
Having the same issue with the same site. I can get slightly further by disabling the following setting: browserSettings.LocalStorage, but still no luck in getting the page to load. I'm editing the user-agent and accept headers to make them identical to those sent off by Chrome (in Fiddler), but still making no progress.
Would appreciate any help with this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3377 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK46SBNFGSQ3M52GIWJZ4MDS4QZRFANCNFSM4WZTAMYA>.
|
Beta Was this translation helpful? Give feedback.
-
I have this same problem using CEF4Delphi, which is also based on CEF. Any discovery around here, I warn you! |
Beta Was this translation helpful? Give feedback.
-
The bet365.com can read some property that shows access by CEFSharp and not Chrome. Anyone know if exists some property to set name or attribute equals Chrome? Thanks |
Beta Was this translation helpful? Give feedback.
-
I think that Bet365's javascript blocked cefsharp loaded, I have to use cefSettings.CefCommandLineArgs.Add("disable-javascript", "true") to Initialized, I can load background part of bet365 page |
Beta Was this translation helpful? Give feedback.
-
I have found that not only cefsharp, but also eo.webbrowser, which is the same as cefsharp, chromenium embedded have the same problem. There must be some kind of characters that make embedded-chromenium different from chrome. |
Beta Was this translation helpful? Give feedback.
-
Does anyone have found the solution for this issue? I have the same problem. |
Beta Was this translation helpful? Give feedback.
-
Any news? |
Beta Was this translation helpful? Give feedback.
-
See https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using CEFSharp for long time but today I has a little problem that I cant find what is the error... I'm work with a specific website named bet365.com and since today the site dont load in my browser. Just load a blank page.
If anyone can help me, to try access and check too. Maybe can be a new resource or feature to add in project.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions