djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Doesn't seem to handle my ZNC channels #197

Open krainboltgreene opened 10 years ago

krainboltgreene commented 10 years ago

When I connect to my ZNC instance it doesn't show any of my channels nor does it let me join any.

rretzbach commented 9 years ago

Does this issue still exist? I experienced the same behaviour with the binary bundle, but the current source seems to work fine:

I am using znc 1.2 and kommanda d8e8c02240bcea0415f0b41e57a888920de68fbe When I connect to the network the channels are correctly opened. /join and /part commands are working

Could please clarify which version of znc and kommanda you are using and what you tried so far

krainboltgreene commented 9 years ago

I'll give the current source a shot, thanks for updating.

On Sun, Oct 12, 2014 at 2:41 AM, Robert Retzbach notifications@github.com wrote:

Does this issue still exist? I experienced the same behaviour with the binary bundle, but the current source seems to work fine:

I am using znc 1.2 and kommanda d8e8c02 https://github.com/mephux/komanda/commit/d8e8c02240bcea0415f0b41e57a888920de68fbe When I connect to the network the channels are correctly opened. /join and /part commands are working

Could please clarify which version of znc and kommanda you are using and what you tried so far

— Reply to this email directly or view it on GitHub https://github.com/mephux/komanda/issues/197#issuecomment-58776411.

Kurtis Rainbolt-Greene, Hacker Software Developer 1631 8th St. New Orleans, LA 70115

krainboltgreene commented 9 years ago

Hey @rretzbach, I attempted to use the source but I've run into two problems:

  1. On my first grunt build it used 100% for an infinite (I presume) time. I don't know why it kept using resources. I left it on for 3 hours, no change and no release.
  2. When running it again I was able to produce a release for osx, but ran into this:
Building 0.1.1-beta

Running "build" task

Running "clean:some" (clean) task
Cleaning build/komanda-source...OK

Running "jshint:jshintrc" (jshint) task
>> 0 files linted. Please check your ignored files.

Running "jshint:all" (jshint) task
>> 46 files lint free.

Running "processhtml:release" (processhtml) task
File "build/komanda-source/index.html" created.

Running "copy:release" (copy) task
Created 204 directories, copied 1622 files

Running "revision" task
HEAD at revision d8e8c02

Running "replace:revision" (replace) task
Replace build/komanda-source/app/main.js → build/komanda-source/app/main.js

Running "requirejs:release" (requirejs) task

Running "styles:build/komanda-source/komanda.css" (styles) task
File build/komanda-source/komanda.css created.

Running "cssmin:release" (cssmin) task
File build/komanda-source/komanda.css created.

Running "cleanBuildDir" task

Running "nodewebkit:src" (nodewebkit) task
Using v0.10.2
Create cache folder in /Users/krainboltgreene/Code/mephux/komanda/build/cache/0.10.2
Using cache for: osx
Create release folder in /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx
>> nodewebkit app created.

Done, without errors.
krainboltgreene on macbookpro.local in ~/code/mephux/komanda working on master
▶ ls /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx
total 0
drwxr-xr-x  3 krainboltgreene  staff   102B Oct 12 08:12 Komanda.app
krainboltgreene on macbookpro.local in ~/code/mephux/komanda working on master
▶ open /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx/Komanda.app
LSOpenURLsWithRole() failed with error -10810 for the file /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx/Komanda.app.

Here's the dump:

Process:         node-webkit [58709]
Path:            /Users/USER/*/Komanda.app/Contents/MacOS/node-webkit
Identifier:      com.intel.nw
Version:         ???
Code Type:       X86 (Native)
Parent Process:  launchd [292]
Responsible:     node-webkit [58709]
User ID:         501

Date/Time:       2014-10-12 08:53:16.371 -0500
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  AAA4F649-4726-68C0-76C2-97CDD228063A

Sleep/Wake UUID: 69888EAF-E502-44D4-BA05-C3033129CF92

Crashed Thread:  0

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @executable_path/../Frameworks/node-webkit Framework.framework/node-webkit Framework
  Referenced from: /Users/USER/*/Komanda.app/Contents/MacOS/node-webkit
  Reason: no suitable image found.  Did find:
    /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx/Komanda.app/Contents/MacOS/../Frameworks/node-webkit Framework.framework/node-webkit Framework: file too short
    /Users/krainboltgreene/Code/mephux/komanda/build/Komanda/osx/Komanda.app/Contents/MacOS/../Frameworks/node-webkit Framework.framework/node-webkit Framework: file too short

Binary Images:
0x8feb8000 - 0x8feea417  dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
krainboltgreene commented 9 years ago

Any updates on this?