Re: Form submission timeouts

2017-08-09 Thread Harriet Bazley
On 10 Aug 2017 as I do recall,
  Harriet Bazley  wrote:

[snip]


> (12.43) desktop/browser.c:2105 browser_window_navigate: Loading 
> 'https://www.fanfiction.net/pm2/post.php?rid=218867318'
> (12.43) content/fetchers/curl.c:324 fetch_curl_setup: fetch 0x749465b0, 
> url 'https://www.fanfiction.net/pm2/post.php?rid=218867318'
> (20.06) content/content.c:382 content_destroy: content 0x748be850 
> https://www.fanfiction.net/static/images/favicon_2010_site.ico
> (44.20) content/fetchers/curl.c:867 fetch_curl_process_headers: HTTP 
> status code 200
> (44.22) content/fetchers/curl.c:1040 fetch_curl_done: done 
> https://www.fanfiction.net/pm2/post.php?rid=218867318
> (44.22) content/fetchers/curl.c:799 fetch_curl_stop: fetch 0x749465b0, 
> url 'https://www.fanfiction.net/pm2/post.php?rid=218867318'
> (44.23) content/content.c:76 content__init: url 
> https://www.fanfiction.net/pm2/post.php?rid=218867318 -> 0x747c9b40
>
> The first 8 seconds are me dropping my pre-prepared message into the reply
> form; the next 24 seconds are the browser waiting for curl to fetch; after
> that, it's busy rendering the error page.   :-(
>
Here's the equivalent section of log after truncating the message and
posting it successfully:

(16.66) desktop/browser.c:2006 browser_window_navigate: bw 0x7473dc80, url 
https://www.fanfiction.net/pm2/post.php?rid=218867318
(16.67) desktop/browser.c:2105 browser_window_navigate: Loading 
'https://www.fanfiction.net/pm2/post.php?rid=218867318'
(16.67) content/fetchers/curl.c:324 fetch_curl_setup: fetch 0x74cc62d8, url 
'https://www.fanfiction.net/pm2/post.php?rid=218867318'
(17.14) content/fetchers/curl.c:867 fetch_curl_process_headers: HTTP status 
code 200
(17.14) content/content.c:76 content__init: url 
https://www.fanfiction.net/pm2/post.php?rid=218867318 -> 0x748bc830


-- 
Harriet Bazley ==  Loyaulte me lie ==

Questions are a burden to others, but answers are a prison for oneself.



Re: Form submission timeouts

2017-08-09 Thread Harriet Bazley
On 9 Aug 2017 as I do recall,
  Chris Young  wrote:

> On 09/08/2017 17:21, Harriet Bazley wrote:
> > Over the last couple of days, Netsurf has unexpectedly started timing-out
> > when you attempt to send messages of more than a certain length via the
> > www.fanfiction.net website, either via the user forums or the PM system.

[snip]

> > I've looked at Netsurf's logs, but the failed attempts aren't showing any
> > error messages other than a 20-second gap.   There were site-wide problems
> > with the forums recently, but this particular issue doesn't seem to be
> > affecting anybody else.
> >
> > Do these specific byte lengths suggest anything to anyone?
> >
> >
> Maybe similar to http://bugs.netsurf-browser.org/mantis/view.php?id=2252 ?
> Set suppress_curl_debug:0 in Choices and have another look at the log file.
>
It does sound a bit similar, but the only effect of setting
suppress_curl_debug:0  appears to have been to lengthen the timeout period:

(12.43) desktop/browser.c:2105 browser_window_navigate: Loading 
'https://www.fanfiction.net/pm2/post.php?rid=218867318'
(12.43) content/fetchers/curl.c:324 fetch_curl_setup: fetch 0x749465b0, url 
'https://www.fanfiction.net/pm2/post.php?rid=218867318'
(20.06) content/content.c:382 content_destroy: content 0x748be850 
https://www.fanfiction.net/static/images/favicon_2010_site.ico
(44.20) content/fetchers/curl.c:867 fetch_curl_process_headers: HTTP status 
code 200
(44.22) content/fetchers/curl.c:1040 fetch_curl_done: done 
https://www.fanfiction.net/pm2/post.php?rid=218867318
(44.22) content/fetchers/curl.c:799 fetch_curl_stop: fetch 0x749465b0, url 
'https://www.fanfiction.net/pm2/post.php?rid=218867318'
(44.23) content/content.c:76 content__init: url 
https://www.fanfiction.net/pm2/post.php?rid=218867318 -> 0x747c9b40

The first 8 seconds are me dropping my pre-prepared message into the reply
form; the next 24 seconds are the browser waiting for curl to fetch; after
that, it's busy rendering the error page.   :-(

-- 
Harriet Bazley ==  Loyaulte me lie ==

Radioactive cats have 18 half-lives.



Re: Form submission timeouts

2017-08-09 Thread Chris Young

On 09/08/2017 17:21, Harriet Bazley wrote:

Over the last couple of days, Netsurf has unexpectedly started timing-out
when you attempt to send messages of more than a certain length via the
www.fanfiction.net website, either via the user forums or the PM system.
PMs have an official site limit of 8000 characters (and I've successfully
sent messages of up to this length before) and so far as I recall the forum
post size limit is 9,999 characters.

Currently I just get a time-out error after about twenty seconds if I
attempt to send messages of over 1,485 characters via a PM or a post of
more than 1,343 characters to a forum.  This is quite limiting when
attempting to reply to other users -- especially as the site rules prohibit
sending more than one post in succession!


Request Timeout

This request took too long to process, it has been timed out by the server.
If it should not be timed out, please contact the administrator of the
website to increase the 'Connection Timeout' time allotted.


I've looked at Netsurf's logs, but the failed attempts aren't showing any
error messages other than a 20-second gap.   There were site-wide problems
with the forums recently, but this particular issue doesn't seem to be
affecting anybody else.

Do these specific byte lengths suggest anything to anyone?



Maybe similar to http://bugs.netsurf-browser.org/mantis/view.php?id=2252 ?
Set suppress_curl_debug:0 in Choices and have another look at the log file.

Chris





Form submission timeouts

2017-08-09 Thread Harriet Bazley
Over the last couple of days, Netsurf has unexpectedly started timing-out
when you attempt to send messages of more than a certain length via the
www.fanfiction.net website, either via the user forums or the PM system.
PMs have an official site limit of 8000 characters (and I've successfully
sent messages of up to this length before) and so far as I recall the forum
post size limit is 9,999 characters.

Currently I just get a time-out error after about twenty seconds if I
attempt to send messages of over 1,485 characters via a PM or a post of
more than 1,343 characters to a forum.  This is quite limiting when
attempting to reply to other users -- especially as the site rules prohibit
sending more than one post in succession!


Request Timeout

This request took too long to process, it has been timed out by the server.
If it should not be timed out, please contact the administrator of the
website to increase the 'Connection Timeout' time allotted.


I've looked at Netsurf's logs, but the failed attempts aren't showing any
error messages other than a 20-second gap.   There were site-wide problems
with the forums recently, but this particular issue doesn't seem to be
affecting anybody else.

Do these specific byte lengths suggest anything to anyone?


-- 
Harriet Bazley ==  Loyaulte me lie ==

"An American is a man with two arms and four wheels".