stuartcryan / advanced-google-maps-alfred-workflow

Advanced Google Maps and Apple Maps Workflow for Alfred
GNU General Public License v2.0
106 stars 7 forks source link

[ERROR: action.script] Can't locate ./dirhandler.pl #24

Closed alfredo-milani closed 5 years ago

alfredo-milani commented 5 years ago

Alfred 3 [v3.8 - 959]

Queries affected, examples:

Current configuration:

Stacktrace:

[ERROR: action.script] Can't locate ./dirhandler.pl in @INC (@INC contains: /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at -e line 4.

alfredo-milani commented 5 years ago

I found that in node "Main Handler", at line 4, there is a typing error in the string 'require "./dirhandler.pl";'. The correct string should be: 'require "./dirHandler.pl";'.