Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A autojump
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • William Ting
  • autojump
  • Issues
  • #244
Closed
Open
Issue created Jan 08, 2014 by Administrator@rootContributor

Homebrew autojump with brewed Python "coercing to Unicode" error

Created by: ilkka

So after solving #243 (closed) as far as I know, I now get this when trying bash autocomplete:

$ j Aa<tab>Traceback (most recent call last):
  File "/usr/local/bin/autojump", line 382, in <module>
    sys.exit(main(parse_arguments()))
  File "/usr/local/bin/autojump", line 344, in main
    entries=entriefy(load(config)))
  File "/usr/local/Cellar/autojump/HEAD/bin/autojump_data.py", line 59, in load
    migrate_osx_xdg_data(config)
  File "/usr/local/Cellar/autojump/HEAD/bin/autojump_data.py", line 104, in migrate_osx_xdg_data
    if os.path.exists(data_path):
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py", line 18, in exists
    os.stat(path)
TypeError: coercing to Unicode: need string or buffer, tuple found
Assignee
Assign to
Time tracking