Jump to content

LiamW

Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by LiamW

  1. Looks good. 2 questions though.

     

    1. When upgrading to new versions, variable settings in Alfred like forecast_units don't migrate over and I have to re-add them. Is this normal for Alfred 3? To be honest, haven't spent much time looking into what's new with it.

     

    2. Minor thing, but when I pull up the forecast in alfred, if I pick a certain day and hit enter on it, it does open the forecast.io browser, but doesn't go to that date. Just shows current date. Would be nice if it opened that day.

     

    Other than that looks and works great.

  2. This version breaks as I believe I don't have exact versions of gems you're including like rake? Haven't really looked through it yet.

    [2016-07-27 13:10:16][ERROR: input.scriptfilter] Code 1: /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find rake-11.1.2 in any of the sources (Bundler::GemNotFound)
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `map!'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `materialize'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in `specs'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in `specs_for'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:174:in `requested_specs'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/environment.rb:18:in `requested_specs'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in `setup'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler.rb:127:in `setup'
    from /Library/Ruby/Gems/2.0.0/gems/bundler-1.10.6/lib/bundler/setup.rb:18:in `<top (required)>'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `require'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
    from forecast.rb:2:in `<main>'
    
  3. Another thing. Screenshot is from Wed. at 7:20am. It doesn't show today's forecast other than current weather, and next hour. The ⌘4 option is actually Thursdays forecast. There is no day for Thursday either since it's not labeled properly and makes it look like that's part of todays forecast. 

     

    https://www.dropbox.com/s/9u0zxs3agoxpx30/Screenshot%202016-07-27%2007.18.43.png?dl=0

     

    Am I just misunderstanding how this works?

  4. Couple things with this version.

     

    1. Clicking on a date doesn't open the page in a browser window.

    2. It looks like you shipped it with your API keys, but that might be a bad idea because if people don't change it, you're going to run out of your 1000 calls a day on forecast.io. Unless I'm missing something. I've put in my APIs.

    3. How do I config this now for settings like F/C degrees, location etc?

     

    *edit* Never mind on 3. Forgot to read the updated github page. 

  5. Trying this new version with Alfred 3. 

     

    Might be a dumb question, but how does one login with this? I set my email, and if I hit lplogin and enter, in the Alfred debug window I get the following error:

     

    2465:2767: execution error: Please enter the LastPass master password for <my email address>.

    Master Password: Error: Failed to enter correct password. (1)

     

    If I type lplogin and then spacebar to type my password, it just goes to a Google search.

  6. Just came across this and seemed to have installed everything correctly but nothing happens when I try to login. No pop up or anything. Alfred just goes away. I have properly set my email address login and got confirmation from the workflow.

     

    I checked console log and saw this after trying to login. But that doesn't appear anymore when I keep trying to login so not sure if that was just random and not tied to this workflow. Any ideas how to debug?

     

    2016-04-13 3:53:25.282 PM Safari[37397]: KeychainGetICDPStatus: keychain: -25300
    2016-04-13 3:53:25.282 PM Safari[37397]: KeychainGetICDPStatus: status: off

  7. So I need an api at wunderground to set the location? 

     

    I installed using forecast api, but can't set location. look through console shows this error

     

    Alfred 2[238]: [ERROR] Script XML Parsing, item missing UID attribute

  8. This was working, and now it's not. I was having issues with my iMac before and had to install fresh, so not sure if it's my system or what.

     

    Errors in console log

     

    Mar 20 16:50:04 Liam-Whittles-iMac.local Reminders[3183]: _CGSLockWindow: Unable to lock window
    Mar 20 16:50:04 Liam-Whittles-iMac.local Reminders[3183]: CGSLockWindowBackingStore
    Mar 20 16:50:04 Liam-Whittles-iMac.local Reminders[3183]: __CGPixelAccessLockWindowAccess: access lock failed: error 1000

     

  9. I'm reinstalling mountain lion as I ran onyx and there were unrepairable disk errors. I've had a few other issues with it so now with this php mess I'm just going to bite the bullet. I have time machine so not a huge deal, just annoying.

    I'll keep you posted but for now don't worry about it. Thanks

  10. php -r 'echo "PHP seems to be working ok from the command line";' 
    dyld: Library not loaded: /usr/lib/libpq.5.dylib
      Referenced from: /usr/bin/php
      Reason: image not found
    Trace/BPT trap: 5
     

    It's definitely my PHP.

     

    As I mentioned before, in my /usr/lib folder I have the .dylib file libpq.5.4.dylib instead of the above. Do I just rename this? Wondering how this got changed/screwed up before I just rename the file to even test.

     

    curl works fine from your command, the php does not.

     

    I do have an internet connection. I thought maybe it was LittleSnitch I'm using, but they always shows an alert with an option to allow/disallow when an internet connection is happening.

  11. I don't know much about this but it seems to be referencing the postgresql library "/usr/lib/libpq.5.dylib" which can't be found. I checked via terminal and I have the library file "libpq.5.4.dylib" in /usr/lib/

     

    So Alfred/workflows is looking for an older version unless I'm reading this wrong.

     

    If anybody knows what to do next, that would be great.

  12. I found this error in console.app

     

    Process:         php [2699]
    Path:            /usr/bin/php
    Identifier:      php
    Version:         79
    Code Type:       X86-64 (Native)
    Parent Process:  Alfred 2 [823]
    User ID:         501
    
    Date/Time:       2013-03-16 11:52:38.568 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    
    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: /usr/lib/libpq.5.dylib
      Referenced from: /usr/bin/php
      Reason: image not found
    
    Binary Images:
           0x1062e2000 -        0x106c76ff7  php (79) <8A3040DB-7746-3A34-A994-8B15EDFC2502> /usr/bin/php
           0x106d7c000 -        0x106d9eff7  libedit.3.dylib (31) <F5AAB9A7-4F6A-3733-9665-D2FF0D222B39> /usr/lib/libedit.3.dylib
        0x7fff65ee2000 -     0x7fff65f1693f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff8acac000 -     0x7fff8acbeff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8ae01000 -     0x7fff8ae39fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib
        0x7fff8b09b000 -     0x7fff8b0a8fff  libexslt.0.dylib (11.3) <271ACF5E-D832-31EC-AC76-74E130F80951> /usr/lib/libexslt.0.dylib
        0x7fff8d44c000 -     0x7fff8d46bff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff90e12000 -     0x7fff90e4afff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    
×
×
  • Create New...