well this looks fine i think, so this serves the cwd instead of the .../echo_site?
path should be bytes too btw, so it is if this is py2
DanielHolth
yes it seems to be ignoring the first parameter
it logs that it got it, but I only get the cwd
asdf
you're doing `python -m fishy`?
DanielHolth
yes
actually it may be dumber than that
oh ho
it works if I stop the other running instances
thanks
it doesn't seem to say 'port busy' like other frameworks I'm used to
sorry for the n00b errors
asdf
hm it should do that
weir
weird
dre^ has quit
dre^ joined the channel
meejah
DanielHolth: is a Failure being eaten somewhere?
DanielHolth
starting it twice on osx, second one doesn't [immediately] say anything except its first log message
meejah
for curiousity, does that change if you "import txaio ; txaio.start_logging()" ?
teratorn joined the channel
khorn has quit
DanielHolth
meejah nope, it prints a lot more but more or less seems to hang where it should be throwing a busy
meejah
weird
it could of course be a library bug that's eating a Failure ...
teratorn has quit
teratorn__ joined the channel
DanielHolth
I got it working! It signs you in with Google, then announces you to everyone who is using the web page with websockets.
preferring v4 over v6 for some reason
teratorn__ has quit
teratorn__ joined the channel
dude-x joined the channel
teratorn__ has quit
Peetz0r has quit
Peetz0r joined the channel
jordanl has quit
tonythomas joined the channel
jordanl joined the channel
aalex_ has quit
aalex_ joined the channel
jordanl has quit
jordanl joined the channel
runciter joined the channel
__marco joined the channel
garetjax joined the channel
garetjax has quit
__marco has quit
kenaan
new web enhancement https://tm.tl/#8806 by nathan-hoad: twisted.web.client.ProxyAgent doesn't seem to use a CONNECT request and SSL for https requests
jb0t has quit
garetjax joined the channel
pocek has quit
garetjax has quit
efphe joined the channel
mat^2 has quit
brodolfo joined the channel
slav0nic joined the channel
runciter has quit
terrycojones has quit
teratorn joined the channel
garetjax joined the channel
garetjax_ joined the channel
garetjax has quit
garetjax_ is now known as garetjax
pocek joined the channel
pocek has quit
terrycojones joined the channel
knaesig has quit
knaesig joined the channel
terrycojones has quit
pocek joined the channel
terrycojones joined the channel
pocek has quit
adamdangoor joined the channel
teratorn has quit
terrycojones has quit
terrycojones joined the channel
jordanl has quit
terrycojones has quit
Shibe joined the channel
Shibe joined the channel
evil_gordita has quit
darjeeling joined the channel
darjeeling joined the channel
terrycojones joined the channel
terrycojones has quit
darjeeling has quit
darjeeling joined the channel
tonythomas joined the channel
darjeeling joined the channel
garetjax joined the channel
garetjax has quit
garetjax joined the channel
garetjax_ joined the channel
garetjax has quit
garetjax joined the channel
garetjax has quit
garetjax joined the channel
pombreda joined the channel
LordVan joined the channel
terrycojones joined the channel
verterok has quit
verterok joined the channel
terrycojones has quit
marienz joined the channel
hellais joined the channel
__marco joined the channel
__marco has quit
DanielHolth joined the channel
DanielHolth
is there a shortcut for an ipv6 + ipv4 tcp server?
tos9
DanielHolth: /me doesn't know anything about networking let alone ipv6, but it looks like if you just listen on ipv6 that that listens on ipv4 too by default?
DanielHolth
should be
tos9
i.e. twistd -n web --path . -p 'tcp:interface=\:\:0:port=8080' serves both on 127.0.0.1 and ::1 for me
DanielHolth
oh, maybe that's the trick. tcp6
or just tcp + interface, not tcp6
tos9
Yeah, depending on if you're making the endpoint yourself or using strprots.
*ports
LordVan has quit
DanielHolth
thanks that works
silly v6 colons
Know anything about 'DEFAULT' as the SNI hostname?