Page 2 of 2 [ 24 posts ]  Go to page Previous  1, 2

Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 73,342
Location: Over there

16 Apr 2012, 12:04 pm

And yet you were able to post 3 - or was it 4? - images to the "Show your Wares" thread in one post.
I see you also made a successful image post about 15 minutes ago in the "Post a pic of yourself right NOW" thread too.
It's very odd the way this issue seems to come and go.

Would you try sending me a PM with the images you're having problems with? Because it's done in the same way as a forum post you may just end up with the same errors - but I'd like to try making a test post using those exact same images from my image host to try and get any idea if it's file-related.


_________________
Giraffe: a ruminant with a view.


sliqua-jcooter
Veteran
Veteran

User avatar

Joined: 25 Jan 2010
Age: 38
Gender: Male
Posts: 1,488
Location: Burke, Virginia, USA

16 Apr 2012, 12:17 pm

Cornflake wrote:
And yet you were able to post 3 - or was it 4? - images to the "Show your Wares" thread in one post.
I see you also made a successful image post about 15 minutes ago in the "Post a pic of yourself right NOW" thread too.
It's very odd the way this issue seems to come and go.

Would you try sending me a PM with the images you're having problems with? Because it's done in the same way as a forum post you may just end up with the same errors - but I'd like to try making a test post using those exact same images from my image host to try and get any idea if it's file-related.


If you are able to post files without issue from a different image host, I would suspect the image host as opposed to the file. It's conceivable that some security software is flagging image hosts that are unsafe and/or have a bad reputation - but I'm reasonably confident there's no software running that would look at a URL and actively get that file and run any type of scan on it. That behavior is waay too sophisticated for WP.


_________________
Nothing posted here should be construed as the opinion or position of my company, or an official position of WrongPlanet in any way, unless specifically mentioned.


Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 73,342
Location: Over there

16 Apr 2012, 12:22 pm

sliqua-jcooter wrote:
If you are able to post files without issue from a different image host, I would suspect the image host as opposed to the file.
Yep - the unstated part of my test! 8)
It seems to be ImageShack I see the problems with - I don't remember any for PhotoBucket (mine) and I've only ever had one or two temporary "works on first retry" errors.
Quote:
I'm reasonably confident there's no software running that would look at a URL and actively get that file and run any type of scan on it. That behavior is waay too sophisticated for WP.
:lol: Yes...


_________________
Giraffe: a ruminant with a view.


sliqua-jcooter
Veteran
Veteran

User avatar

Joined: 25 Jan 2010
Age: 38
Gender: Male
Posts: 1,488
Location: Burke, Virginia, USA

16 Apr 2012, 12:25 pm

Cornflake wrote:
sliqua-jcooter wrote:
If you are able to post files without issue from a different image host, I would suspect the image host as opposed to the file.
Yep - the unstated part of my test! 8)
It seems to be ImageShack I see the problems with - I don't remember any for PhotoBucket (mine) and I've only ever had one or two temporary "works on first retry" errors.
Quote:
I'm reasonably confident there's no software running that would look at a URL and actively get that file and run any type of scan on it. That behavior is waay too sophisticated for WP.
:lol: Yes...


That would make sense, as PhotoBucket actively moderates what gets posted on their site - and thus has a better reputation. ImageShack, AFAIK, is much looser about user content.


_________________
Nothing posted here should be construed as the opinion or position of my company, or an official position of WrongPlanet in any way, unless specifically mentioned.


Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 73,342
Location: Over there

16 Apr 2012, 2:05 pm

EnglishJess wrote:
I think because I tried to post many images, it;s decided not to let me post just one, and will need to be fixed. It won't let me preview them. It's on the "Post your old avatars" topic.
I just saved your three latest images from "Post Your Wares", copied them to my image host, and then posted them all in one post in one go - no problems.
Then I edited the post and added three more images in one go - also no problems.
I'll try this at odd times as I remember over the next few days to see if I can kick off any errors, but I suspect I won't get any.
What can I say - use Photobucket? :shrug:


_________________
Giraffe: a ruminant with a view.


nat4200
Veteran
Veteran

User avatar

Joined: 10 Jan 2011
Gender: Male
Posts: 704
Location: BANNED

16 Apr 2012, 5:08 pm

Redacted



Last edited by nat4200 on 19 Apr 2012, 3:50 am, edited 1 time in total.

sliqua-jcooter
Veteran
Veteran

User avatar

Joined: 25 Jan 2010
Age: 38
Gender: Male
Posts: 1,488
Location: Burke, Virginia, USA

16 Apr 2012, 8:02 pm

nat4200 wrote:
sliqua-jcooter wrote:
I'm reasonably confident there's no software running that would look at a URL and actively get that file and run any type of scan on it. That behavior is waay too sophisticated for WP.

You are wrong, but presumably the "scan" is only to get the image dimensions. I have given WP an image from a webserver I can monitor and can see the requests it makes 8)

When WP makes that request it does so with a HTTP 1.0 request header... the servers that it don't seem to always work on give a HTTP 1.1 response while Photobucket gives a HTTP 1.0 response. Suspect this may be to do with the HTTP 1.1 responding hosts using "Keep-Alive" and hence persistent connections under some circumstances perhaps triggering a timeout on WP's side.


I don't know what to be more surprised at - that there's code on here that does that, or the lengths you went to figure that out.


_________________
Nothing posted here should be construed as the opinion or position of my company, or an official position of WrongPlanet in any way, unless specifically mentioned.


nat4200
Veteran
Veteran

User avatar

Joined: 10 Jan 2011
Gender: Male
Posts: 704
Location: BANNED

16 Apr 2012, 8:33 pm

Redacted