Hi Nicholas thank you first of all
1. There's just me... 2. Unfortunately this is the only project right now on App Engine 3. I've tested and added another owner. Same issue. 4. Not sure how to do. The API Explorer requests a "taskqueue" name, but I don't know what should I put there. However, here is the cron.yaml content (nothing "secret" here, just a list of tasks): cron: - description: DBM update cities url: /tasks/update_cities.php schedule: every day 6:20 timezone: Europe/Rome - description: DBM import logs (330345) url: /tasks/import_dbm.php?partnerid=330345 schedule: every day 6:45 timezone: Europe/Rome - description: DBM import logs (300232) url: /tasks/import_dbm.php?partnerid=300232 schedule: every day 6:46 timezone: Europe/Rome - description: DBM import logs (306134) url: /tasks/import_dbm.php?partnerid=306134 schedule: every day 6:47 timezone: Europe/Rome - description: DBM import logs (310742) url: /tasks/import_dbm.php?partnerid=310742 schedule: every day 6:48 timezone: Europe/Rome - description: DBM import logs (305636) url: /tasks/import_dbm.php?partnerid=305636 schedule: every day 6:49 timezone: Europe/Rome - description: DBM import logs (300234) url: /tasks/import_dbm.php?partnerid=300234 schedule: every day 6:50 timezone: Europe/Rome - description: DBM import logs (297350) url: /tasks/import_dbm.php?partnerid=297350 schedule: every day 6:51 timezone: Europe/Rome - description: DBM import logs (300231) url: /tasks/import_dbm.php?partnerid=300231 schedule: every day 6:52 timezone: Europe/Rome - description: DBM import logs (208845) url: /tasks/import_dbm.php?partnerid=208845 schedule: every day 6:53 timezone: Europe/Rome - description: DBM import logs (297377) url: /tasks/import_dbm.php?partnerid=297377 schedule: every day 6:54 timezone: Europe/Rome - description: DBM split by day url: /tasks/run_queries_splitbyday_dbm.php schedule: every day 7:10 timezone: Europe/Rome - description: Queries and sampling url: /tasks/run_queries.php schedule: every day 7:15 timezone: Europe/Rome - description: Export results to storage url: /tasks/export_results.php schedule: every day 7:25 timezone: Europe/Rome - description: Aggregate results in storage url: /tasks/aggregate_results.php schedule: every day 8:00 timezone: Europe/Rome - description: Set headers and public url: /tasks/add_headers_set_public.php?day=1 schedule: every day 8:10 timezone: Europe/Rome - description: Set headers and public url: /tasks/add_headers_set_public.php?day=2 schedule: every day 8:11 timezone: Europe/Rome - description: Set headers and public url: /tasks/add_headers_set_public.php?day=3 schedule: every day 8:12 timezone: Europe/Rome - description: Set headers and public url: /tasks/add_headers_set_public.php?day=4 schedule: every day 8:13 timezone: Europe/Rome - description: Set headers and public url: /tasks/add_headers_set_public.php?day=5 schedule: every day 8:14 timezone: Europe/Rome - description: AN import files url: /tasks/apnx_getfiles.php schedule: every 45 minutes from 4:00 to 6:00 timezone: Europe/Rome - description: AN bigquery import url: /tasks/import_apnx.php schedule: every day 6:30 timezone: Europe/Rome - description: AN split by day url: /tasks/run_queries_splitbyday_apnx.php schedule: every day 7:00 timezone: Europe/Rome On Wednesday, 13 January 2016 22:42:46 UTC+1, Nicholas (Google Cloud Support) wrote: > > Thank you for provided the logs I requested. > > I have removed the HAR file from the thread as it contained > project-specific information. Though, I did view it first to see the HTTP > responses with errors. Unfortunately, it did not reveal much new > information about the error message. I have not yet been able to reproduce > this issue so any other details about this may be helpful. > > 1. Could you test if all owners, developers and viewers of you project > get the same error? > 2. Do you have any other projects experiencing this issue? > 3. Can you add a second owner to this project and view these task > queues while signed in to this account? > 4. Though the Task Queue REST API is in Alpha, can you test a call to > 'Taskqueues: > get > > <https://cloud.google.com/appengine/docs/python/taskqueue/rest/taskqueues/get>' > > or 'Tasks: list > > <https://cloud.google.com/appengine/docs/python/taskqueue/rest/tasks/list>' > using the API Explorer on the linked pages? If so, feel free to post the > result here using mock project IDs, task queue names and URIs. > > On Tuesday, January 12, 2016 at 11:30:48 AM UTC-5, Andrea De Togni wrote: >> >> Hi Nicolas >> >> >> >> yeah, I understand such a message may be difficult to debug. >> >> First of all I’ve tried both with Firefox (I normally use Chrome) and >> with Chrome in Incognito. Same error. >> >> >> >> Please find attached the har file. >> >> >> >> Thanks >> >> >> >> *Andrea De Togni* >> >> Head of Data and Technology >> [image: Connect_HeroLogo_RGB_2] >> >> Office: +39 0230573837 Mobile: +39 3666370687 >> >> >> >> *From:* [email protected] <javascript:> [mailto: >> [email protected] <javascript:>] *On Behalf Of *Nicholas >> (Google Cloud Support) >> *Sent:* martedì 12 gennaio 2016 16.57 >> *To:* Google App Engine <[email protected] <javascript:>> >> *Subject:* [google-appengine] Re: Can't access Task Queues: "Failed to >> load" >> >> >> >> Good day, >> >> >> >> Unfortunately, 'Failed to load' messages provided by the Developers >> Console are not the most descriptive. Could you test the Task Queue view in >> the Developers Console from an Incognito Mode Chrome window >> <https://support.google.com/chrome/answer/95464?hl=en> or Firefox >> Private Browsing window >> <https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history>? >> >> If you still get the same error, could you attach a HAR file containing the >> network requests that returned the 'Failed to load' error? I guide to do so >> can be found at the Google Apps Toolbox HAR Analyzer page >> <https://toolbox.googleapps.com/apps/har_analyzer/>. Often times when >> the on-screen error message is somewhat generic, a more descriptive one may >> be found within the HTTP responses received by your browser. This may be >> helpful to get a better idea of what the issue might be. >> >> >> >> Cheers, >> >> >> On Monday, January 11, 2016 at 6:47:59 AM UTC-5, Andrea De Togni wrote: >> >> Hi >> >> >> >> for an unknown reason, when I click "Task Queues" on developer console I >> see "Failed to load" and nothing else. >> >> >> >> It's been a while since I don't login to check (the app was and is >> working perfectly fine) but I need to check the queues now. >> >> >> Anyone can help? >> >> THanks >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-appengine/U_FLOa0W_4w/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/bd34a688-d446-48c9-8383-fb02144fa570%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/bd34a688-d446-48c9-8383-fb02144fa570%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> Privileged/Confidential Information may be contained in this message. If >> you are >> not the addressee indicated in this message (or responsible for delivery >> of the >> message to such person), you may not copy or deliver this message to >> anyone. In >> such case, you should destroy this message and kindly notify the sender >> by reply >> email. Please advise immediately if you or your employer does not consent >> to email >> for messages of this kind. Opinions, conclusions and other information in >> this >> message that do not relate to the official business of Group M Worldwide >> LLC and/or >> other members of the GroupM group of companies shall be understood as >> neither given >> nor endorsed by it. GroupM is the global media investment management arm >> of WPP. >> For more information on our business ethical standards and Corporate >> Responsibility >> policies please refer to WPP's website at http://www.wpp.com/WPP/About/ >> > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/d59279fd-b29f-4350-9f42-5ee0a29f852c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
