We got some trouble with the bench update commande here the error :
`ubuntu@shei:~$ Get cloud support with Ubuntu Advantage Cloud Guest:
No command ‘Get’ found, did you mean:
Command ‘fet’ from package ‘fet’ (universe)
Command ‘eet’ from package ‘libeet-bin’ (universe)
Command ‘net’ from package ‘samba-common-bin’ (main)
Get: command not found
ubuntu@shei:~$ Pricing | Ubuntu
-bash: http://www.ubuntu.com/business/services/cloud: No such file or directory
ubuntu@shei:~$ ^C
ubuntu@shei:~$ bench update
remote: Counting objects: 8641, done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 8641 (delta 4141), reused 4146 (delta 4129), pack-reused 4449
Receiving objects: 100% (8641/8641), 3.60 MiB | 0 bytes/s, done.
Resolving deltas: 100% (6865/6865), completed with 897 local objects.
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
7b1d99d…92a67b7 master → upstream/master
- [new branch] bot → upstream/bot
7fef687…1d7c8db develop → upstream/develop
cc11832…1ac174e gh-pages → upstream/gh-pages - [new branch] hotfix → upstream/hotfix
- [new tag] v6.27.24 → v6.27.24
- [new tag] v6.27.10 → v6.27.10
- [new tag] v6.27.11 → v6.27.11
- [new tag] v6.27.12 → v6.27.12
- [new tag] v6.27.13 → v6.27.13
- [new tag] v6.27.14 → v6.27.14
- [new tag] v6.27.15 → v6.27.15
- [new tag] v6.27.16 → v6.27.16
- [new tag] v6.27.17 → v6.27.17
- [new tag] v6.27.18 → v6.27.18
- [new tag] v6.27.19 → v6.27.19
- [new tag] v6.27.20 → v6.27.20
- [new tag] v6.27.21 → v6.27.21
- [new tag] v6.27.22 → v6.27.22
- [new tag] v6.27.23 → v6.27.23
- [new tag] v6.27.7 → v6.27.7
- [new tag] v6.27.8 → v6.27.8
- [new tag] v6.27.9 → v6.27.9
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==2.0.0’, ‘console_scripts’, ‘bench’)()
File “/home/ubuntu/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/ubuntu/bench-repo/bench/commands/update.py”, line 30, in update
version_upgrade = is_version_upgrade()
File “/home/ubuntu/bench-repo/bench/app.py”, line 96, in is_version_upgrade
upstream_version = get_upstream_version(‘frappe’, bench=bench, branch=branch)
File “/home/ubuntu/bench-repo/bench/app.py”, line 139, in get_upstream_version
return get_version_from_string(contents)
File “/home/ubuntu/bench-repo/bench/app.py”, line 195, in get_version_from_string
return match.group(2)
AttributeError: ‘NoneType’ object has no attribute ‘group’
`