Best viewed with LeechCraft on Microsoft Linux. Войти !bnw Сегодня Клубы
Привет, TbI — HRWKA! 1247.0 пользователей не могут ошибаться!
?7004
прекрасное6454
говно5922
говнорашка5512
хуита4737
anime3078
linux2662
music2646
bnw2607
рашка2587
log2372
ололо2257
дунч1879
pic1816
сталирасты1494
bnw_ppl1455
быдло1441
украина1439
дыбр1239
гімно1158

Давно уже отправлял багрепорт Щтилетте, но ему было как-то похуй. Ащем, кнопка "Раньше ->>", отображается даже если раньше ничего нет.
#X7BKRM (1) / @tsumiman / 5016 дней назад
bnw
Поцаны, нахуя вы сломали чтение коментов из вебморды?
#PY1T56 (5) / @tsumiman / 5017 дней назад
Штилетто молодец: ввязался со мной в спор о копирастии и на середине разговора увёл сервер в даун. Бгг.
#Y05HO2 (3) / @goren / 5017 дней назад
bnw
Ых, черт приятно сидеть на ресурсе задумчивых гиков. Так и хчтся что нибудь такое для них приятное запостить. Боже Храни Королеву, хули.
#KWW9L9 (2) / @balaklava / 5017 дней назад
bnw
А это нормально, что запущенный локально twisted пишет в консольку вот такое: ``` 2012-07-13 01:55:06+0300 [-] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory object at 0x3258f50> 2012-07-13 01:55:06+0300 [Uninitialized] 1342133706.93 - SEND: <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:component:accept' to='bnw.localhost'> 2012-07-13 01:55:06+0300 [XmlStream,client] 1342133706.93 - RECV: <?xml version='1.0'?><stream:stream id='' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xmlns='jabber:component:accept'><stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text xmlns='urn:ietf:params:xml:ns:xmpp-streams'>bnw.localhost does not match any configured external components</text></stream:error></stream:stream> 2012-07-13 01:55:06+0300 [XmlStream,client] 1342133706.93 - SEND: <handshake>24f06aa7ffdcd3e33511bdaf2bf2b938b95eb228</handshake> 2012-07-13 01:55:06+0300 [-] <twisted.internet.tcp.Connector instance at 0x2ba2248> will retry in 2 seconds 2012-07-13 01:55:06+0300 [-] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory object at 0x3258f50> ^C2012-07-13 01:55:08+0300 [-] Received SIGINT, shutting down. 2012-07-13 01:55:08+0300 [MongoProtocol,client] <twisted.internet.tcp.Connector instance at 0x35f0d40> will retry in 2 seconds 2012-07-13 01:55:08+0300 [MongoProtocol,client] Stopping factory <txmongo._MongoFactory instance at 0x35f0bd8> ``` ? В статье на wiki об этом ничего нет.
#4R0KFJ (20) / @minoru / 5018 дней назад
BACKEND (CATCHED) ERROR! IMMEDIATELY REPORT THIS SHIT TO MY STUPID AUTHOR!!! Traceback (most recent call last): File "/home/bnw/bnwach/bnw_xmpp/stupid_handler.py", line 52, in idiotic result = yield handlers.parsers[iparser].handle(xmsg) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_xmpp/parser_regex.py", line 44, in handle result = yield handler(msg,kwargs) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/base.py", line 46, in newfun defer.returnValue((yield fun(request,*args,kwargs))) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/base.py", line 67, in new_fun defer.returnValue((yield fun(request,*args,kwargs))) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/command_post.py", line 107, in cmd_recommend ok,rest = yield bnw_core.post.recommendMessage(request.user,message,comment) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_core/post.py", line 235, in recommendMessage qn,recipients = yield send_to_subscribers(queries,message,user['name'],comment) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_core/post.py", line 109, in send_to_subscribers reccount += yield message.deliver(target,recommender,recocomment,sfrom=subscription.get('from',None)) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks result = g.send(result) File "/home/bnw/bnwach/bnw_core/bnw_objects.py", line 150, in deliver res+=yield notifier.notify(target,'message',(self,recommender,recocomment,sfrom)) File "/home/bnw/bnwach/bnw_xmpp/xmpp_notifier.py", line 18, in notify recocomment=recocomment) File "/home/bnw/bnwach/bnw_xmpp/formatters_simple.py", line 61, in formatter_recommendation format_message(request,result['message']) File "/home/bnw/bnwach/bnw_xmpp/formatters_simple.py", line 20, in format_message 'web': get_webui_base(request.user), File "/home/bnw/bnwach/bnw_core/base.py", line 34, in get_webui_base if 'baseurl' in user['settings']: File "/home/bnw/bnwach/bnw_core/bnw_objects.py", line 12, in __getitem__ return self.doc.__getitem__(name) KeyError: 'settings' Command which caused this exception: ! #8S1AV3
#14CXJB (0) / @goren / 5019 дней назад
[17:14:08] <bnw.im> BACKEND (CATCHED) ERROR! IMMEDIATELY REPORT THIS SHIT TO MY STUPID AUTHOR!!! Traceback (most recent call last): File "/home/bnw/bnwach/bnw_xmpp/stupid_handler.py", line 52, in idiotic result = yield handlers.parsers[iparser].handle(xmsg) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_xmpp/parser_redeye.py", line 107, in handle result=yield handler(msg,options) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/base.py", line 46, in newfun defer.returnValue((yield fun(request,*args,kwargs))) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/command_post.py", line 60, in cmd_post (yield postMessage(request,tags,clubs,text,anonymous,anoncomments))) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_handlers/command_post.py", line 35, in postMessage request.user,tags,clubs,text,anon,anoncomments,sfrom=request.to) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_core/post.py", line 152, in postMessage qn,recipients = yield send_to_subscribers(queries,stored_message) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/home/bnw/bnwach/bnw_core/post.py", line 109, in send_to_subscribers reccount += yield message.deliver(target,recommender,recocomment,sfrom=subscription.get('from',None)) File "/home/bnw/virtualenv/lib/python2.6/site-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks result = g.send(result) File "/home/bnw/bnwach/bnw_core/bnw_objects.py", line 150, in deliver res+=yield notifier.notify(target,'message',(self,recommender,recocomment,sfrom)) File "/home/bnw/bnwach/bnw_xmpp/xmpp_notifier.py", line 18, in notify recocomment=recocomment) File "/home/bnw/bnwach/bnw_xmpp/formatters_simple.py", line 57, in formatter_message return format_message(request,result['message']) File "/home/bnw/bnwach/bnw_xmpp/formatters_simple.py", line 20, in format_message 'web': get_webui_base(request.user), File "/home/bnw/bnwach/bnw_core/base.py", line 34, in get_webui_base if 'baseurl' in user['settings']: File "/home/bnw/bnwach/bnw_core/bnw_objects.py", line 12, in __getitem__ return self.doc.__getitem__(name) KeyError: 'settings'
#GV7JSJ (4) / @vostrik / 5019 дней назад
Markdown для разметки сообщений был бы киллер фичей, кстати.
#LYBOKR (0+1) / @nixer / 5022 дня назад
здесь теги кончились bold italic bold italic
#SP1JVU (0) / @goren / 5022 дня назад
italic bold italic
#7L2VB6 (3) / @goren / 5022 дня назад
Бнвач ддосят дешёвые наймиты бандитов? У меня через раз открывается.
#S1M5DY (2) / @nixer / 5022 дня назад
Хорошо хоть, что посты именуются не по UID.
#4OET45 (0) / @saya / 5023 дня назад
bnw ?
А почему от некоторых юзеров постоянно приходит одно и то же сообщение типа "Внимание, системное сообщение! Спамооборона классифицировала Ваше сообщение как спам. Если это ошибка, пожалуйста, перейдите по ссылке и выполните инструкции, описанные на открывшейся странице."? Как минимум у двоих, @analizer и @mordeladze, весь бложик только из этого и состоит. Что это за хуита какая-то? Яндекс блокирует посты на бнв что ли?
#C9POA5 (13+1) / @goren / 5030 дней назад
А можно сделать, чтобы, скажем, по запросу #XYNTA8D/123+ показывался тред, начинающийся с данного сообщения, и только он?
#ZIGNX9 (0) / @goren / 5035 дней назад
[23:35:35]<l29ah> ! #EPX1TM [23:35:35]<bnw.im> OK. Recommended and delivered to 21 users (1 replies). [23:35:39]<l29ah> #EPX1TM Я нихуя не понял. [23:35:39]<bnw.im> You are sending messages too fast! Штилетта, ты же обещал!
#P827U3 (0+2) / @l29ah / 5041 день назад
bnw
штелета, а сколько денег надо чтобы сделать хостинг с картинками, как на хуйке? я проспонсирую, бо сильно хочется картинки сразу с ведроида постить
#A4DFK9 (3+1) / @vostrik / 5045 дней назад
Только что заметил, что в некоторых интенсивных дискуссиях некоторые комменты на джаббер приходят, а в базе их нет. То есть, на этот коммент не ответить, и через веб-интерфейс он не виден. Что это за хуйня, как бороться?
#C9LRVH (16+1) / @goren / 5047 дней назад
Прошёл год с тех пор, как я зарегистрировался на бнвачике...
#F3YCRM (2) / @corpse / 5049 дней назад
Только что я осознал ужасную вещь: похоже, у меня реально больше всех постов в бнв. По крайней мере, у всех, у кого я думал, что больше постов, чем у меня, на самом деле меньше.
#JYW6FP (26+1) / @goren / 5053 дня назад
bnw
Меня интерисуют только мыши, их стоимость и где преобрести
#76RTH9 (0) / @cherry_cookie / 5059 дней назад
--
ipv6 ready BnW для ведрофона BnW на Реформале Викивач Котятки

Цоперайт © 2010-2016 @stiletto.