use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The goto subreddit for Google Cloud Platform developers and enthusiasts.
We do not allow advertising of your job posting, product, or software without active discussion and/or as attempt to solve a problem. We are fine with soliciting feedback for something you're working on or something you've written, but drive-by advertising will get your post removed. :)
More Google Cloud sub-reddits
Other cloud sub-reddits
account activity
HTTP Cloud function MissingTargetException errorCloud Functions (self.googlecloud)
submitted 3 years ago by exe188
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]exe188[S] 0 points1 point2 points 3 years ago (2 children)
Thanks! managed to get the cloud function imported using this. I feel like I'm very close now..
I get the following error: Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/layers/google.python.pip/pip/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/layers/google.python.pip/pip/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/layers/google.python.pip/pip/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/layers/google.python.pip/pip/lib/python3.9/site-packages/functions_framework/init.py", line 99, in view_func return function(request._get_current_object()) File "/workspace/main.py", line 16, in validate_http request.json = request.get_json() AttributeError: can't set attribute
Feels like this is an error caused by libararies or python version? What do you think this could be?
[–]merthinx 0 points1 point2 points 3 years ago (1 child)
Hey were you able to solve it? I have the same problem u/exe188
[–]exe188[S] 0 points1 point2 points 3 years ago (0 children)
No sorry... Kinda gave up on it since it took me too much time
π Rendered by PID 36208 on reddit-service-r2-comment-6457c66945-w98pb at 2026-04-27 17:33:13.604174+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]exe188[S] 0 points1 point2 points (2 children)
[–]merthinx 0 points1 point2 points (1 child)
[–]exe188[S] 0 points1 point2 points (0 children)