Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

IndexError: string index out of range when creating package #10

Closed
andrewrk opened this issue Jun 30, 2014 · 1 comment
Closed

IndexError: string index out of range when creating package #10

andrewrk opened this issue Jun 30, 2014 · 1 comment

Comments

@andrewrk
Copy link

$ npm2deb create lastfm
Traceback (most recent call last):
  File "/usr/local/bin/npm2deb", line 7, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/lib/python2.7/dist-packages/npm2deb/scripts.py", line 132, in main
    args.func(args)
  File "/usr/local/lib/python2.7/dist-packages/npm2deb/scripts.py", line 264, in create
    npm2deb.start()
  File "/usr/local/lib/python2.7/dist-packages/npm2deb/__init__.py", line 82, in start
    self.create_control()
  File "/usr/local/lib/python2.7/dist-packages/npm2deb/__init__.py", line 211, in create_control
    args['Depends'] = self._get_Depends()
  File "/usr/local/lib/python2.7/dist-packages/npm2deb/__init__.py", line 428, in _get_Depends
    if version[0].isdigit():
IndexError: string index out of range
@andrewrk
Copy link
Author

andrewrk commented Jul 1, 2014

This is still an issue on my updated system.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant