You didn't specify a URL, or the URL was not valid, or did not return an
image. Go "Back" in your browser and try again.
Regards
Stefan
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
zx...@googlecode.com
unread,
May 23, 2013, 5:23:36 AM5/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Yes, spaces are never valid in a URL. This is generally true, and nothing
to do with the project. For example you can see Google Code doesn't think
your URL is valid above since only part is linked. You have to escape them
with "+" or "%20" in URLs. Then it works fine.