We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obcas fb api vrati chybu v html formate, asi to sposobuje pretazene fb api. Fixom by mohlo byt retry na takto detekovanu chybu:
<title>Facebook | Error</title> <style> html, body { color: #141823; background-color: #e9eaed; font-family: Helvetica, Lucida Grande, Arial, Tahoma, Verdana, sans-serif; margin: 0; padding: 0; text-align: center; } #header { height: 30px; padding-bottom: 10px; padding-top: 10px; text-align: center; } #icon { width: 30px; } h1 { font-size: 18px; } p { font-size: 13px; } #footer { border-top: 1px solid #ddd; color: #9197a3; font-size: 12px; padding: 5px 8px 6px 0; } </style> Sorry, something went wrong. We're working on it and we'll get it fixed as soon as we can. Go Back <script> document.getElementById('back').onclick = function() { if (history.length > 1) { history.back(); return false; } }; // Adjust the display based on the window size if (window.innerHeight < 80 || window.innerWidth < 80) { // Blank if window is too small document.body.style.display = 'none'; }; if (window.innerWidth < 200 || window.innerHeight < 150) { document.getElementById('back-link').style.display = 'none'; document.getElementById('help-link').style.display = 'none'; }; if (window.innerWidth < 200) { document.getElementById('sorry').style.fontSize = '16px'; }; if (window.innerWidth < 150) { document.getElementById('promise').style.display = 'none'; }; if (window.innerHeight < 150) { document.getElementById('sorry').style.margin = '4px 0 0 0'; document.getElementById('sorry').style.fontSize = '14px'; document.getElementById('promise').style.display = 'none'; }; </script>
#header { height: 30px; padding-bottom: 10px; padding-top: 10px; text-align: center; }
#icon { width: 30px; }
h1 { font-size: 18px; }
p { font-size: 13px; }
#footer { border-top: 1px solid #ddd; color: #9197a3; font-size: 12px; padding: 5px 8px 6px 0; } </style>
We're working on it and we'll get it fixed as soon as we can.
Go Back
// Adjust the display based on the window size if (window.innerHeight < 80 || window.innerWidth < 80) { // Blank if window is too small document.body.style.display = 'none'; }; if (window.innerWidth < 200 || window.innerHeight < 150) { document.getElementById('back-link').style.display = 'none'; document.getElementById('help-link').style.display = 'none'; }; if (window.innerWidth < 200) { document.getElementById('sorry').style.fontSize = '16px'; }; if (window.innerWidth < 150) { document.getElementById('promise').style.display = 'none'; }; if (window.innerHeight < 150) { document.getElementById('sorry').style.margin = '4px 0 0 0'; document.getElementById('sorry').style.fontSize = '14px'; document.getElementById('promise').style.display = 'none'; }; </script>
Na detekciu chyby by stacilo zachytit vetu Sorry, something went wrong. a nato retry.
Sorry, something went wrong.
The text was updated successfully, but these errors were encountered:
Ref.: https://keboola.zendesk.com/agent/tickets/9253
v jakém je to stavu pls?
mozem sa nato prednostne pozriet teraz, to bude celkom rychlovka
Super, tak pak odpověz rovnou v tom ticketu, pokud to vyřešíš, prosím. Díky 👍
Successfully merging a pull request may close this issue.
obcas fb api vrati chybu v html formate, asi to sposobuje pretazene fb api. Fixom by mohlo byt retry na takto detekovanu chybu:
html error
Na detekciu chyby by stacilo zachytit vetu
Sorry, something went wrong.
a nato retry.The text was updated successfully, but these errors were encountered: