ueffel/Keypirinha-PackageControl

Freezes on collecting packages...

karakatsanism opened this issue · 6 comments

Hi, I am trying to install some package but it gets stuck at collecting packages. I am using keypirinha 2.23
2018-12-23 13_14_01-mozilla firefox

Anything in the keypirinha console? Looks like you can't reach the repository.
Maybe some missing proxy settings or something?

I get this:
19:02:57.512 ** ERROR: Error from PackageControl.PackageControl.on_suggest: <class 'TypeError'>: 'NoneType' object is not iterable

And this
19:02:10.668 ** ERROR: PackageControl.PackageControl: Error occurred while executing command 'PackageControl: Update Repository List'
Traceback (most recent call last):
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 228, in on_execute
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 299, in _check_installed
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 333, in _get_package
TypeError: 'NoneType' object is not iterable
19:02:57.512 ** ERROR: PackageControl.PackageControl: Available packages could not be obtained:
Traceback (most recent call last):
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 365, in _get_available_packages
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 442, in _get_last_run
File "C:\Users\Michalis\Documents\Keypirinha\portable\Profile\InstalledPackages\PackageControl.keypirinha-package\packagecontrol.py", line 429, in _make_date
File "lib_strptime.py", line 565, in _strptime_datetime
File "lib_strptime.py", line 362, in _strptime
ValueError: time data '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00+0000' does not match format '%Y-%m-%dT%H:%M:%S%z'
19:02:57.512 ** ERROR: Error from PackageControl.PackageControl.on_suggest: <class 'TypeError'>: 'NoneType' object is not iterable

There seems to be a problem with the last.run file.
Can you try to delete it and run the install package command again?
The file is located in <Keypirinha_Home>\portable\Local\Packages\PackageControl\ in portable mode or %LOCALAPPDATA%\Keypirinha\Packages\PackageControl\

didn't work... uninstalled and re-installed packagecontrol and everything works fine. thanks for the help

Alright. Closing this then.