Gnus development mailing list
 help / color / mirror / Atom feed
* Traceback while playing with nnslashdot.
@ 1999-11-15 18:13 Jack Twilley
  1999-11-15 19:04 ` Shenghuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Twilley @ 1999-11-15 18:13 UTC (permalink / raw)


I set up nnslashdot with some very simple settings, and tried to get
it to work the way I'd wanted it to.

I followed Shengzho's "cookbook" instructions on setting up
gnus-subscribe-topics stuff, and that kinda works.  I set
gnus-check-new-newsgroups to 'always, which I'll probably set back to
'ask-server since it's slow.  I set nnslashdot-threaded to nil and
nnslashdot-threshold to 3.  Then I hit 'F', and no new groups came up
automagically.  I had to jump to a group and unzombify it.  (I'd
like to fix this too -- they should just come up as new, subscribed
groups at level 3 -- how do I make this happen?)  Once I did that, I
hit RET on that group, along it chugged along for a good long time
before it gave me this traceback:

Signaling: (error "No buffer named  *URL-1*")
  url-insert-file-contents("http://slashdot.org/comments.pl?sid=99/11/14/0524254&threshold=3&commentsort=4&mode=flat&startat=17")
  nnweb-insert("http://slashdot.org/comments.pl?sid=99/11/14/0524254&threshold=3&commentsort=4&mode=flat&startat=17")
  nnslashdot-sane-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "Activist Defends DVD Hack (99/11/14/0524254)")
  nnslashdot-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "Activist Defends DVD Hack (99/11/14/0524254)" "" 500)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" 500)
  gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" 500)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" 500)
  gnus-select-newsgroup("nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" nil nil)
  gnus-summary-read-group-1("nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" nil nil nil nil nil)
  gnus-summary-read-group("nnslashdot:Activist Defends DVD Hack (99/11/14/0524254)" nil nil nil nil nil nil)
  gnus-group-read-group(nil nil nil)
  gnus-topic-read-group(nil)
* call-interactively(gnus-topic-read-group)

If there's anything I can do to help, or anything I'm doing
wrong/nonoptimal, please let me know.

Jack.
(hey, I even read the *info*. :-))
-- 
Jack Twilley
jmt at nycap dot rr dot com
http colon slash slash jmt dot dhs dot org slash tilde jmt slash


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Traceback while playing with nnslashdot.
  1999-11-15 18:13 Traceback while playing with nnslashdot Jack Twilley
@ 1999-11-15 19:04 ` Shenghuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: Shenghuo ZHU @ 1999-11-15 19:04 UTC (permalink / raw)


>>>>> "Jack" == Jack Twilley <jmt+usenet@nycap.rr.com> writes:

Jack> I set up nnslashdot with some very simple settings, and tried to
Jack> get it to work the way I'd wanted it to.

Jack> I followed Shengzho's "cookbook" instructions on setting up
Jack> gnus-subscribe-topics stuff, and that kinda works.  I set
Jack> gnus-check-new-newsgroups to 'always, which I'll probably set
Jack> back to 'ask-server since it's slow.  I set nnslashdot-threaded
Jack> to nil and nnslashdot-threshold to 3.  Then I hit 'F', and no
Jack> new groups came up automagically.  I had to jump to a group and
Jack> unzombify it.  (I'd like to fix this too -- they should just
Jack> come up as new, subscribed groups at level 3 -- how do I make
Jack> this happen?)  Once I did that, I

I am not sure what's happening. There must be some wrong setup for
those variables. My gnus-check-new-newsgroups is nil.

Did you get "nn new newsgroups have arrived." message?

Maybe you need remove ~/News/slashdot/group and try again.

Jack> hit RET on that group, along it chugged along for a good long
Jack> time before it gave me this traceback:

Jack> Signaling: (error "No buffer named  *URL-1*")
Jack>   url-insert-file-contents("http://slashdot.org/comments.pl?sid=99/11/14/0524254&threshold=3&commentsort=4&mode=flat&startat=17")
Jack>   nnweb-insert("http://slashdot.org/comments.pl?sid=99/11/14/0524254&threshold=3&commentsort=4&mode=flat&startat=17")
Jack>   nnslashdot-sane-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... . (51 52 53 54 55 56 57 58)) "Activist Defends DVD Hack (99/11/14/0524254)")

[...]

I guess it is timeout in w3. Upgrading w3 may help you.

-- 
Shenghuo ZHU


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-15 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-15 18:13 Traceback while playing with nnslashdot Jack Twilley
1999-11-15 19:04 ` Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).