I don't think so ... it seems to be exclusive top google employees ...

On Mon, Jan 21, 2019 at 4:00 PM 'Omair (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hi Gerardo,
>
> You can create a feature request for better error reporting on issue
> tracker by following the this
> <https://b.corp.google.com/issues/new?component=187272&template=1162668>
> link.
>
>
> On Monday, January 21, 2019 at 9:56:19 AM UTC-5, Gerardo Lima wrote:
>>
>> It would've been great if this information was provided on the error
>> message, @Steren ... I was not submitting my package.json by mistake (on
>> .gcloudignore); the app could not start with and the only log error I had
>> was this *unrelated* message.
>>
>> On Wednesday, 1 August 2018 00:28:16 UTC+1, Ernesto Alejo wrote:
>>>
>>> I just discovered it too. Also for future readers: if you don't have a
>>> start script in your package.json it uses "node server.js" by default.
>>>
>>> On Wednesday, August 1, 2018 at 1:23:42 AM UTC+2, Steren Giannini wrote:
>>>>
>>>> We are using the start script defined in package.json.
>>>> You can see that in the sample, the start script is "node app.js"
>>>>
>>>> On Tue, Jul 31, 2018 at 3:35 PM Ernesto Alejo <ernest...@gmail.com>
>>>> wrote:
>>>>
>>>>> Thank you very much! It's working now. It would probably be better to
>>>>> document it somewhere though; I tried changing the main field in the
>>>>> package.json file too and it didn't work so I suppose it is a requirement
>>>>> to have a file called app.js in the root of your project.
>>>>>
>>>>> On Wednesday, August 1, 2018 at 12:25:30 AM UTC+2, Steren Giannini
>>>>> wrote:
>>>>>
>>>>>> You probably renamed a file:
>>>>>> the sample uses app.js, but you are uploading index.js.
>>>>>>
>>>>>> On Tue, Jul 31, 2018 at 3:22 PM Ernesto Alejo <ernest...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>> Also the error changed now:
>>>>>>>
>>>>>>> Error: Cannot find module '/srv/app.js'
>>>>>>> at Function.Module._resolveFilename (module.js:547)
>>>>>>> at Function.Module._load (module.js:474)
>>>>>>> at Function.Module.runMain (module.js:693)
>>>>>>> at startup (bootstrap_node.js:191)
>>>>>>> at (bootstrap_node.js:612)
>>>>>>>
>>>>>>>
>>>>>>> On Wednesday, August 1, 2018 at 12:16:31 AM UTC+2, Ernesto Alejo
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> I am deploying these files except the README:
>>>>>>>>
>>>>>>>> https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard
>>>>>>>>
>>>>>>>> This is the manifest the gcloud CLI logs in verbose mode, formatted
>>>>>>>> to make it easier to read it, with the checksums:
>>>>>>>>
>>>>>>>> [
>>>>>>>>   {
>>>>>>>>     "package.json": {
>>>>>>>>       "sourceUrl": "
>>>>>>>> https://storage.googleapis.com/staging.MY_PROJECT_HERE.appspot.com/d08bd3f852ad0bcadbd02a251ad9cf403bd46a2a
>>>>>>>> ",
>>>>>>>>       "sha1Sum": "d08bd3f852ad0bcadbd02a251ad9cf403bd46a2a"
>>>>>>>>     },
>>>>>>>>     "app.yaml": {
>>>>>>>>       "sourceUrl": "
>>>>>>>> https://storage.googleapis.com/staging.MY_PROJECT_HERE.appspot.com/8edb3cc262217cbeef5e3538ed42e6adbcadd46d
>>>>>>>> ",
>>>>>>>>       "sha1Sum": "8edb3cc262217cbeef5e3538ed42e6adbcadd46d"
>>>>>>>>     },
>>>>>>>>     "source-context.json": {
>>>>>>>>       "sourceUrl": "
>>>>>>>> https://storage.googleapis.com/staging.MY_PROJECT_HERE.appspot.com/570820d5c715c0365680c0d7d122f2eb10ca8829
>>>>>>>> ",
>>>>>>>>       "sha1Sum": "570820d5c715c0365680c0d7d122f2eb10ca8829"
>>>>>>>>     },
>>>>>>>>     "index.js": {
>>>>>>>>       "sourceUrl": "
>>>>>>>> https://storage.googleapis.com/staging.MY_PROJECT_HERE.appspot.com/019951bfec2488911cdd719aec263aabbeaf9fc6
>>>>>>>> ",
>>>>>>>>       "sha1Sum": "019951bfec2488911cdd719aec263aabbeaf9fc6"
>>>>>>>>     }
>>>>>>>>   }
>>>>>>>> ]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wednesday, August 1, 2018 at 12:09:40 AM UTC+2, Steren Giannini
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Can you confirm that you did not modify the hello world sample?
>>>>>>>>> I personally just deployed the hello world twice in new projects
>>>>>>>>>
>>>>>>>>> On Tue, Jul 31, 2018 at 3:06 PM Ernesto Alejo <ernest...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I can deploy the hello world application now, but when I try to
>>>>>>>>>> access it a 500 error is returned and this error is logged in 
>>>>>>>>>> Stackdriver:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> "Error: Cannot find module '/srv/server.js'
>>>>>>>>>>     at Function.Module._resolveFilename (module.js:547:15)
>>>>>>>>>>     at Function.Module._load (module.js:474:25)
>>>>>>>>>>     at Function.Module.runMain (module.js:693:10)
>>>>>>>>>>     at startup (bootstrap_node.js:191:16)
>>>>>>>>>>     at bootstrap_node.js:612:3"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tuesday, July 31, 2018 at 11:55:02 PM UTC+2, Jason Collins
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> This issue should be fixed now. We apologize for any
>>>>>>>>>>> inconvenience and will make adjustments to avoid this problem in 
>>>>>>>>>>> the future.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tuesday, 31 July 2018 08:27:39 UTC-7, Steren Giannini wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks for the report.
>>>>>>>>>>>> We can reproduce the issue when creating new projects and we
>>>>>>>>>>>> are actively investigating the issue.
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Jul 31, 2018 at 7:44 AM Giacomo Graziosi <
>>>>>>>>>>>> g.gra...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I have the same problem and other people are reporting it on
>>>>>>>>>>>>> GitHub
>>>>>>>>>>>>> https://github.com/GoogleCloudPlatform/nodejs-getting-started/issues/172
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>> Google Groups "Google App Engine" group.
>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>>> it, send an email to google-appengi...@googlegroups.com.
>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>> google-a...@googlegroups.com.
>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>> https://groups.google.com/group/google-appengine.
>>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>> https://groups.google.com/d/msgid/google-appengine/7fce4e7b-3ac8-43b3-ad89-7d6fd5337e5b%40googlegroups.com
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/google-appengine/7fce4e7b-3ac8-43b3-ad89-7d6fd5337e5b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>> Google Groups "Google App Engine" group.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>>> send an email to google-appengi...@googlegroups.com.
>>>>>>>>>> To post to this group, send email to google-a...@googlegroups.com
>>>>>>>>>> .
>>>>>>>>>> Visit this group at
>>>>>>>>>> https://groups.google.com/group/google-appengine.
>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>> https://groups.google.com/d/msgid/google-appengine/2c603c3b-ef74-436b-9cc0-a42f27156594%40googlegroups.com
>>>>>>>>>> <https://groups.google.com/d/msgid/google-appengine/2c603c3b-ef74-436b-9cc0-a42f27156594%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>> .
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Google App Engine" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to google-appengi...@googlegroups.com.
>>>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>>>> Visit this group at https://groups.google.com/group/google-appengine
>>>>>>> .
>>>>>>>
>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/google-appengine/12280e91-eb98-4d94-9ad7-ed391661ceb6%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/google-appengine/12280e91-eb98-4d94-9ad7-ed391661ceb6%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google App Engine" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to google-appengi...@googlegroups.com.
>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>> Visit this group at https://groups.google.com/group/google-appengine.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/google-appengine/3e306b50-c23b-4792-a47f-577e1688a205%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/google-appengine/3e306b50-c23b-4792-a47f-577e1688a205%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/ea45affd-72ee-4cf0-b988-dbf175f27370%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/ea45affd-72ee-4cf0-b988-dbf175f27370%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAC8eA6F_b6j2L93nXrd03546cxMoAgcV9dt_uksTnE_xRkfGkQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to