rodneyrod

Results 94 comments of rodneyrod

I've been having the same problem trying to SSH into my remote server. When it loads, I get this screen: http://imgur.com/a/W0n1Y When I close the terminal window in Twin, I...

@cosmos72 Using the Secure Shell addon in Chromium, but I also have the same issue in the default OSX terminal. Funny enough, I can't get it working in iTerm2 or...

Confirmed this fixes the issue on Secure Shell.

At the moment it the OSX build isn't even runnable, t isn't an .app file any more.

The OSX builds of Blight now don't even contain binary files.

Has a nightly build been pushed with these changes?

Core is quassel 0.12.2 I tried running it in verbose mode server side so I could see the outputs in my terminal but I couldn't see any errors, just loading...

Node version is v6.9.5 I did what you said and it seems to be working again but I pretty much did this already by trashing my old folder and git...

I got some more from the JS console after rebooting the system after a fresh install of the node modules: ``` Uncaught RangeError: Trying to access beyond buffer length at...

If it's any help, it tells me it's failing at this part: > if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') > }