ERROR: Gateway Timeout on tumblr trying to put widget in the caption. Can be fixed? - widget

I have a problem with Imacros and widget on tumblr. I'm trying to put a widget in the caption of some posts. Basically the widget is 4 columns 1 row. 100px width and 80 height.
Put it on my hosting, shorting url with goo.gl and put it inside a widget in the caption. This widget:
<iframe
frameborder="0"
height="95"
scrolling="no"
src="my widget shorten url"
width="435"
/iframe>
Bu when I run the macro got this error message inside the caption:
ERROR: Gateway Timeout
While trying to retrieve the URL http://www.example.com/widget.html:
Connection timed out
Your cache administrator is webmaster. Generated Fri, 04 Oct 2013
17:23:23 GMT by 58.62.43.131 (Mikrotik HttpProxy)
while in the imacros error message I get this:
RuntimeError: Error loading page http://assets.tumblr.com/javascript/tiny_mce_3_4_7/themes/advanced/source_editor.htm?1097 (HTTP status code 504), line 38 (Error code: -933)
but the line in which it states an error occured is irrilevant cause trying many modifies I got the same error message always after closing html window, no matter in which line it was.

Related

Getting error on my theme. Error showing on header part

Hi getting this error.
enter image description here
Notice: Constant DISALLOW_FILE_EDIT already defined in /home/u237757739/domains/dogsshop.in/public_html/wp-config.php on line 85
Is there any solution to fix?

Error posting images from web pages using #Url.Content in MVC

I'm trying to allow users to edit my database by adding images from websites (posting the URL links into a field using the edit view), when trying to deploy my MVC project, I got an error that says a different row in my table cannot be null, it wasn't null, but when I removed this line of code that would present the image on the page, the error went away:
<img src="#Url.Content(item.Picture)" height="100" />
This is the line of code the error pointed out:
#Html.DisplayFor(m => item.Founder)

catching Error(or Exception) if url fails to load in iframe in angular 2(or 4)

i have the following element in the angular 4 code
<iframe #originalUrl [hidden]="!showOriginalDoc" onError="onIframeError(event)"
[src]="originalUrl">
<span *ngIf="originalUrl==='sss'">Original URL Not Available</span>
</iframe>
where originalUrl is dynamically assigned from the API response, some websites block by throwing an error : Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin'. I want to display a message with the URL in it after catching the above error, please tell anyone how to solve this issue.

How to fix Blocked a frame with origin

I am using HTML with angular JS, and back end is java with apache2 server
Error: Blocked a frame with origin from accessing a cross-origin frame.
It is only for my javascript, the CSS and images are loading fine.
My admin enables in apache2 CORS also
Header set Access-Control-Allow-Origin "*"
I found many answers in stackoverflow and other site it doest show me the error what I have.
Now doubt whether this is problem of UI side or server side?
Here is my calling UI for fancybox
<a class="fancybox" data-fancybox-type="iframe"
href="https://url">Registration
</a>
here is my detailed error :
Error: Blocked a frame with origin "https://url" from accessing a cross-origin frame.
at Error (native)
at new <anonymous> (https://url/ui/app.full.min.js:14:11064)
at e (https://url/ui/app.full.min.js:6:10282)
at Object.f [as instantiate] (https://url/ui/app.full.min.js:6:10374)
at https://url/ui/app.full.min.js:6:31165
at link (https://url/ui/app.full.min.js:10:1467)
at fa (https://url/ui/app.full.min.js:6:28039)
at v (https://url/ui/app.full.min.js:6:22123)
at h (https://url/ui/app.full.min.js:6:17944)
at https://url/ui/app.full.min.js:6:17440 <div ng-view="" class="ng-scope">
sorry, It was my big mistake (actually small)
$window.parent.postMessage(details, window.parent.location.origin);
The window.parent.location.origin creates the Problem . I cannot figure out because my test and UI test in same server so it works fine before. the prod was different server , so it cause this issue.

Error connecting to server when embedding video

While trying to embed some code on my website, I received the following error:
[Server.Reject] : (defaultRoot, defaultVHost) : Invalid application name (vod/liv e_2011_11_30_beard).
The strange thing is that it works inside the WYSIWYG editor I use, but the error occurs when the post is published or previewed.
The code I am embedding was as follows:
<embed src='http://www.nypl.org/sites/all/modules/nypl_content/jwplayer/player-licensed.swf' width='426' height='286' bgcolor='000000' allowscriptaccess='always' allowfullscreen='true' play='true' wmode='opaque' flashvars='image=http%3A%2F%2Fwww.nypl.org%2Fsites%2Fdefault%2Ffiles%2Fimages%2Fav%2F6437035995_67dc89cb40_b.jpg&file=live_2011_11_30_beard.mp4&streamer=rtmp%3A%2F%2Fflash01.nypl.org%2Fvod%2Flive_2011_11_30_beard&skin=http%3A%2F%2Fwww.nypl.org%2Fsites%2Fall%2Fmodules%2Fnypl_content%2Fjwplayer%2Fskins%2Fstormtrooper.zip&plugins=gapro-1,adtvideo%2Cviral-2&adtvideo.config=/xml/ad_config/seed&gapro.accountid=UA-1420324-3&gapro.trackstarts=true&gapro.trackpercentage=true&gapro.tracktime=true&gapro.idstring=||streamer||&viral.onpause=false&viral.oncomplete=true&viral.allowmenu=false&viral.functions=embed'></embed>