graydon has quit [Quit: Leaving.]
pixelb has quit [Ping timeout: 252 seconds]
<stellar-slack> <matschaffer> fyi, just restarted stellar-core testnet which had stopped making progress about 8 hours ago
<stellar-slack> <matschaffer> dzham: a login credential error would be better than just an error since that should mean the request is getting through. Seems to be working for me. Are you still having trouble?
koolhead17 has joined #stellar-dev
koolhead17 has joined #stellar-dev
derrend has joined #stellar-dev
<derrend> help please, unable to log into stellar.org wallet. Just revieve error message "The server is reconnecting in a few seconds" over and over. It's been happening for a few days now.
<derrend> any ideas appreciated :)
<stellar-slack> <matschaffer> derrend: have you tried in the last few minutes? Things look okay from where I’m sitting
<stellar-slack> <matschaffer> we’ve had some abuse recently that’s led to a bit of server trouble. Working on patching things up to avoid further occurances
<derrend> Just tried now with chrome and firefox, I'm running fedora 22 if that is significant. Are there any special ports I need to have open other than 80 perhaps?
<stellar-slack> <matschaffer> problematic period was on June 18th from about 0300UTC to 1800UTC
<stellar-slack> <matschaffer> 443 for sure. Everything should be https
<derrend> *443, that's what i mean
<derrend> just tried again to confirm. i can log in but i dont see a balance just the word 'connecting' forever.
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
<stellar-slack> <matschaffer> derrend, ah right you’ll need to be able to hit wss://live.stellar.org:9001 as well that’s where the balance info will come from
<stellar-slack> <matschaffer> also http://api.stellar.org|api.stellar.org and http://wallet.stellar.org|wallet.stellar.org, but both of those are https on port 443
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<derrend> i just opened port 9001 on my home router but still no luck. i never had to open any ports in the past though. very weird this is :(
<derrend> thanks for the directions though :)
<stellar-slack> <matschaffer> derrend: you may want to try 9002 as well. I see that stellard has both ports open and that the ws starts on 9001. But it might switch after initiating
<stellar-slack> <matschaffer> I don’t _think_ it does but in the interest of exhausting possibilities.
<stellar-slack> <matschaffer> @lab: heads up. stellar-core testnet reset coming up
<derrend> Still no luck i'm afraid. I had an order placed on coinxgateway.com, could they have gone offline whilst my trade was placed and this has caused some error. Could it be that the stellar node i am logging into is misconfigured?
<stellar-slack> <matschaffer> can you at least connect to those endpoints with curl? If so then it could be some logical problem
<stellar-slack> <matschaffer> there are only 2 public stellard nodes right now so if something was misconfigured I think it’d be easier to reproduce on my end
koolhead17 has quit [Remote host closed the connection]
<derrend> `curl http://wallet.stellar.org|wallet.stellar.org` and `curl http://api.stellar.org|api.stellar.org` return `Failed writing body`. `curl wss://live.stellar.org:9001/` says `wss not supported`.
<derrend> hang on, i made a mistake
<derrend> copy and paste screwed me over. I can reach the first two end points.
<derrend> crap i made another mistaks and didn't use https
<stellar-slack> <matschaffer> derrend: should look something like this https://gist.github.com/matschaffer/5fa6642d0f8cc17ac0c6
<derrend> ok this is the real result this time - "{"status":"fail","code":"not_found"}"
<stellar-slack> <matschaffer> that’s good
<stellar-slack> <matschaffer> it’s just because the api doesn’t define anything for `/`
<derrend> so is the problem with my machine/connection?
<stellar-slack> <matschaffer> depends on what your results are for those 3 endpoints
<stellar-slack> <matschaffer> if they look like my results then no
<stellar-slack> <matschaffer> if they look different then yes
<derrend> results for both https addresses you gave me are "{"status":"fail","code":"not_found"}" but the wss one doesn't connect with curl or in my browser.
<stellar-slack> <matschaffer> you can just test the third one with `curl -v https://live.stellar.org:9001`
<stellar-slack> <matschaffer> the wss is just what shows up in the browser’s network console
<stellar-slack> <matschaffer> or put https://live.stellar.org:9001 in the browser
<stellar-slack> <matschaffer> should see "stellar Test"
<derrend> * Rebuilt URL to: https://live.stellar.org:9001/
<derrend> * Trying 23.21.124.129...
<derrend> * Connected to live.stellar.org (23.21.124.129) port 9001 (#0)
<derrend> * CAfile: /etc/pki/tls/certs/ca-bundle.crt
derrend has quit [Excess Flood]
<derrend> * Initializing NSS with certpath: sql:/etc/pki/nssdb
<stellar-slack> <matschaffer> is that all?
matschaffer has joined #stellar-dev
<matschaffer> Kwelstr: did derrend leave right after pasting that? Wonder if a flood-kick occurred
TheSeven has quit [Disconnected by services]
derrend has joined #stellar-dev
[7] has joined #stellar-dev
<matschaffer> oh… yep. nm. I can see it on botbot
<derrend> i think i may have kicked myself out when i pastd the terminal output.
<stellar-slack> <matschaffer> yeah, I’d use http://gist.github.com|gist.github.com for that sort of thing
<stellar-slack> <matschaffer> freenode has flooding limits
matschaffer has left #stellar-dev [#stellar-dev]
<derrend> ah.
<stellar-slack> <matschaffer> or http://pastebin.com|pastebin.com
<derrend> did the output help at least?
<stellar-slack> <matschaffer> nah, not enough
<stellar-slack> <matschaffer> at least shows “connected” which is progress
<derrend> my wifes ubuntu connected without issue :p
<derrend> It's Fedoras fault.
<stellar-slack> <matschaffer> heh
<stellar-slack> <matschaffer> same account even?
<derrend> yep
<stellar-slack> <matschaffer> then I’d definitely suspect something in your OS or browser
<derrend> must be something to do with selinux or wayland or who knows what. well i do feel some releaf :)
<derrend> thanks for the help, laterz :)
<stellar-slack> <dzham> @matschaffer: I got in finally, most likely I had some scripts blocked
koolhead17 has joined #stellar-dev
graydon has joined #stellar-dev
derrend has left #stellar-dev [#stellar-dev]
graydon has quit [Quit: Leaving.]
<stellar-slack> <matschaffer> derrend: no problem. Glad we got it sorted
<stellar-slack> <matschaffer> Also glad to hear that @dzham
<stellar-slack> <lab> @matschaffer: why offline testnet?
de_henne has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
<stellar-slack> <matschaffer> @lab: it won’t sync and not sure why
<stellar-slack> <matschaffer> probably going to have to wait until m.onsieurnicolas is back online
<stellar-slack> <lab> i c. thank you.
<stellar-slack> <matschaffer> it stopped when 1 & 2 crashed. Then I tried to restart but it wouldn’t sync. Then tried the latest master but still no action
koolhead17 has joined #stellar-dev
koolhead17 has quit [Ping timeout: 244 seconds]
koolhead17 has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
pixelb has joined #stellar-dev
<stellar-slack> <yaseenhamdulay> I can't really tell, does stellar-lib speak with the "new stellar" with new consensur protocol?
<stellar-slack> <dzham> nope, you need "js-stellar-lib” for that
<stellar-slack> <yaseenhamdulay> thanks
koolhead17 has quit [Remote host closed the connection]
[7] has quit [Ping timeout: 244 seconds]
TheSeven has joined #stellar-dev
koolhead17 has joined #stellar-dev
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
graydon has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
DomKM has joined #stellar-dev
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #stellar-dev
graydon has quit [Quit: Leaving.]
graydon has joined #stellar-dev
pixelb has quit [Ping timeout: 265 seconds]
ultrashag has quit [Ping timeout: 256 seconds]
ultrashag has joined #stellar-dev