Verified
Status Update
Comments
wb...@google.com <wb...@google.com>
wb...@google.com <wb...@google.com> #2
This is a problem for me too, I have a ListView of things where many of the items don't have images. This leaves me no clean way to display a default image, I have to make a bogus network request for every last one.
4a...@sudoforge.com <4a...@sudoforge.com> #3
[Comment deleted]
4a...@sudoforge.com <4a...@sudoforge.com> #4
Looks like my problem was fixed a couple of months ago with the addition of setDefaultImageOrNull() in place of that setImageBitmap() line in the issue description.
I don't see that it would let one directly set the image bitmap, though.
I don't see that it would let one directly set the image bitmap, though.
wb...@google.com <wb...@google.com> #5
Still the issue, I had to comment setImageBitmap(null); in the method.
4a...@sudoforge.com <4a...@sudoforge.com> #6
im having the same problem. is there any work around for this.
os...@gmail.com <os...@gmail.com> #8
@wb Sorry i have been away so havent seen most of this if you need any specific information I can try and get it for you. In the mean time however I have run an update today and it attempted to upgrade from 273.0.0 to 274.0.0 which resulted in a different Syntax Error.
Setting up google-cloud-sdk (274.0.0-0) ...
Compiling platform/bq/third_party/yaml/lib3/__init__.py ...
File "platform/bq/third_party/yaml/lib3/__init__.py", line 284
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax
Thats was produced by a standard 'sudo apt upgrade' command
Setting up google-cloud-sdk (274.0.0-0) ...
Compiling platform/bq/third_party/yaml/lib3/__init__.py ...
File "platform/bq/third_party/yaml/lib3/__init__.py", line 284
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax
Thats was produced by a standard 'sudo apt upgrade' command
wb...@google.com <wb...@google.com> #9
Can you tell me what version of Debian are you running ? I've deployed several from GCE marketplace (Wordpress on Debian9) and tried replicate your issue - going back and forth from 272 to 273 and 274 - never had an issue you described. Any other logs might also help.
os...@gmail.com <os...@gmail.com> #10
@wb this is happening on Debian 9.11, I cant see anything with regards to logs that appears relevant to this, however I am a bit outside my skillset on this one so if you want to point me anywhere feel free.
be...@google.com <be...@google.com> #11
Hello,
In regards to "class YAMLObject(metaclass=YAMLObjectMetaclass): SyntaxError", it's been reported here [1], and engineering has been notified about it.
[1]:https://issuetracker.google.com/146447037
In regards to "class YAMLObject(metaclass=YAMLObjectMetaclass): SyntaxError", it's been reported here [1], and engineering has been notified about it.
[1]:
wb...@google.com <wb...@google.com> #12
@sysadmin - The original issue that you were having was identified and the internal team will address this soon so you can expect updates on that.
wb...@google.com <wb...@google.com>
jg...@google.com <jg...@google.com> #13
Hi,
I have confirmed that the original issue has been resolved.
I have confirmed that the original issue has been resolved.
Description
The VM that this was run on was originally deployed using the Google Debian / Wordpress CMS from the library.
It does not appear to of caused a problem in our usage case so I'm posting this for notification purposes only, below is a copy of the output from the terminal window.
xxxx@xxxx:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
git git-man google-cloud-sdk
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0
After this operation, 1,407 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 71277 files and directories currently installed.)
Preparing to unpack .../git-man_1%3a2.11.0-3+deb9u5_all.deb ...
Unpacking git-man (1:2.11.0-3+deb9u5) over (1:2.11.0-3+deb9u4) ...
Preparing to unpack .../git_1%3a2.11.0-3+deb9u5_amd64.deb ...
Unpacking git (1:2.11.0-3+deb9u5) over (1:2.11.0-3+deb9u4) ...
Preparing to unpack .../google-cloud-sdk_273.0.0-0_all.deb ...
Unpacking google-cloud-sdk (273.0.0-0) over (272.0.0-0) ...
Setting up git-man (1:2.11.0-3+deb9u5) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up google-cloud-sdk (273.0.0-0) ...
Compiling lib/googlecloudsdk/api_lib/dns/active_peering_zones.py ...
SyntaxError: future feature google_type_annotations is not defined (active_peering_zones.py, line 19)
Setting up git (1:2.11.0-3+deb9u5) ...