Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Stopped working at all #8

Open
avxkim opened this issue Jun 1, 2018 · 8 comments
Open

Stopped working at all #8

avxkim opened this issue Jun 1, 2018 · 8 comments

Comments

@avxkim
Copy link

avxkim commented Jun 1, 2018

Here's the error i'm getting in console:

  File "/Users/***/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/request.py", line 22, in fetch_package_version
    callback(response['version'])
KeyError: 'version'

Seems like they changed something

@dmn-bernard
Copy link

dmn-bernard commented Jun 4, 2018

I also have an error :

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 594, in on_selection_modified_async
    callback.on_selection_modified_async(v)
  File "/Users/damienbernard/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/bump.py", line 43, in on_selection_modified_async
    self.display_version_for_line(view, tooltip=True)
  File "/Users/damienbernard/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/bump.py", line 48, in display_version_for_line
    persist.worker.log_version_for_view(view)
  File "/Users/damienbernard/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/persist.py", line 102, in log_version_for_view
    self.from_cache_or_fetch(package, distribution_mode, vid, callback)
  File "/Users/damienbernard/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/persist.py", line 36, in from_cache_or_fetch
    try: request.fetch_package_version(package, distribution_mode, callback)
  File "/Users/damienbernard/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/request.py", line 22, in fetch_package_version
    callback(response['version'])
KeyError: 'version'

@alexbet
Copy link

alexbet commented Jun 19, 2018

Same here, here is the error

Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1072, in run_ return self.run(edit) File "/Users/User/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/commands.py", line 172, in run File "/Users/User/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/persist.py", line 61, in run_bump_with_mode File "/Users/User/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/persist.py", line 36, in from_cache_or_fetch File "/Users/User/Library/Application Support/Sublime Text 3/Installed Packages/Bump.sublime-package/request.py", line 22, in fetch_package_version KeyError: 'version'

@navaru
Copy link

navaru commented Jun 21, 2018

The fix is on this fork: https://github.com/olegafx/Bump/tree/fix_fetching

@alexbet
Copy link

alexbet commented Jun 21, 2018

Thanks @ugin ! Do I need to manually install this fork, or it can be downloaded as a package in Sublime?

@navaru
Copy link

navaru commented Jun 21, 2018

@alexbet if you're on a Mac manually clone it:

git clone -b fix_fetching --single-branch https://github.com/olegafx/Bump.git $HOME/Library/Application\ Support/Sublime\ Text\ 3/Packages/Bump

@alexbet
Copy link

alexbet commented Jun 21, 2018

@ugin I am getting this error when I try it:

fatal: Remote branch fix_fetching not found in upstream origin

@navaru
Copy link

navaru commented Jun 22, 2018

Sorry, fixed the URL in the above comment.

@avxkim
Copy link
Author

avxkim commented Oct 16, 2018

@ugin are you willing to maintain this package in the future? Seems like the original author has no free time.

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

No branches or pull requests

4 participants