Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. Downloading /home/lucas/.config/arm_now/templates/master.zip from https://github.com/nongiach/arm_now_templates/archive/master.zip
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/arm_now", line 11, in <module>
  4.     load_entry_point('arm-now==1.24', 'console_scripts', 'arm_now')()
  5.   File "/usr/local/lib/python3.5/dist-packages/arm_now/arm_now.py", line 94, in main
  6.     do_offline()
  7.   File "/usr/lib/python3.5/contextlib.py", line 30, in inner
  8.     return func(*args, **kwds)
  9.   File "/usr/local/lib/python3.5/dist-packages/arm_now/arm_now.py", line 318, in do_offline
  10.     download(URL, master_zip, Config.DOWNLOAD_CACHE_DIR)
  11.   File "/usr/lib/python3.5/contextlib.py", line 30, in inner
  12.     return func(*args, **kwds)
  13.   File "/usr/local/lib/python3.5/dist-packages/arm_now/download.py", line 33, in download
  14.     obj.start()
  15.   File "/usr/local/lib/python3.5/dist-packages/pySmartDL/pySmartDL.py", line 266, in start
  16.     self.filesize = int(urlObj.headers["Content-Length"])
  17. TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement