System error. The error has been logged and we will investigate - google-bigquery

I started getting this result from BigQuery around 5pm PST. I haven't changed anything in my app. I can still make queries via the online browser tool. Is this happening to anyone else? Our project ID is decent-surf-855.

We changed the wording of the error message from the old "Unexpected. Please try again." Perhaps you already had code to detect or filter based on that error text?

Related

Data of the quick links report on Branch.io is not accessible

I've been working on Branch for a while. However for the past 10 days, I've got an error message that blocks me from accessing my "quick links" data.
The message is saying: "Your data is taking too long to load. Please try again, refresh, or reduce your time period. Error requesting data. Please try again."
I'm loading, and loading, and loading, and it's working once every 50 attempts.
Do you know if there is anything to do to make it work again?
Could it be because i've created 20 quick links in the past 2 weeks?
Thanks for ur help!
A Branchster here -
There could be multiple reasons for this error including what filters have you currently set on the Dashboard and the date range for which you are looking at the data.
Ideally, you can start by limiting the date range of the data view and you can Inspect your Browser if there are any network failures. If the issue persists, you can try signing out and logging in back to the Dashboard.
If this doesn't resolve it for you, please reach out to us - https://help.branch.io/using-branch/page/submit-a-support-ticket

How to get previous error message after I fixed error

Ok this sounds pretty dumb.
We use apache/tomcat # my company for our products.
I was fixing an internal server error and pressed refresh on chrome. It worked but now trying to make an internal article for my team and forgot what the second part of the error message said.
Is there anyway to see that previous page on Chrome.

Google Actions API Personal Chef Tutorial Error

While following this tutorial:
https://youtu.be/9SUAuy9OJg4?t=12m40s
I get an error that says:
Your invocation name is already reserved by another agent. If you need further guidance, please contact support.
Here's a screenshot:
Please help me know what I'm doing wrong. Thank you in advanced.
I realized after experimenting that since I had 2 "Agents" and the other was already using the "personal chef" invocation that my second one could not. So I used something different. What was throwing me off though, was that I was trying to append to the end of it, and Google doesn't like that, so you have to change the append at the beginning of the invocation.

Can't upload new product image backend prestashop

I need a little help here, i hope someone here can help me for a hint or clue.
First of all, I'm not programmer. I'm just web admin who can use cms and basic html.
I was using PrestaShop for my online shop. In the backend, I can't upload new product image anymore.
The error just blank without any sign for me. Here for the screenshot:
I appreciate it, if someone can help me, thanks, and sorry for my english.
#PanjiWiyono This errors don't really give us a quality information, but this is a start. In your JS code should be a ajax query that has an error when converting results to json (first error). You should check what's the exact error that this request is returning by inspecting in browser developer console.
If you detect that the second error is in fact, the response of this ajax query, well now we almost have the problem.
The second error should be related to data size. Check this: Error while sending QUERY packet
Anyway, you should check DbPDO.php class. You can use debug_backtrace function to display the complete stack, but definitly if error is related to a basic PHP class issue you will have not help knowing wich classes are in calling stack.
Good luck.
Simple solution
maybe a extra module is in a conflict with the prestashop core files. go to advanced parameters, performance and disable third party modules and try again.
other option is reupload admin folder with other name and
js folder check again
hope it will work for you

Prestashop Technical Error: Details: Error Thrown: [Object Object] Text Status: Parsererror

I am getting this error when trying to add weight ranges to shipping carriers that I have. It mostly seems to happen at random and I have been able to complete some of the carriers but others will cause the error every time. The console reports the following: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Is there a solution for this? I couldn't find anything online about it.
I have v. 1.6.1.4
Thank you!
You have to use firefox developper and when you get the "Parseerror"
using the developper tools you go to network and select your last query.
On the right you have a window with all the options of the query : cookies parameters... select response.
You should see the response of the parse error.
For me it was just a parameter of the form that could not be empty.
Putting a random word made everything work fine.
The same thing happened to me when adding weight ranges.
The annoying thing is i had to restore a backup of the tables ps_range_weight and ps_carrier.. as for every single instance of
"Prestashop Technical Error: Details: Error Thrown: [Object Object] Text Status: Parsererror" it made a new entry and i ended up with over 700 weight ranges.
Anyways, i restored to the last fucntioning versions of ps_range_weight and ps_carrier (needed doing) and disabled the standard paypal plugin from prestashop. After that it worked fine.
.
Hope this helps someone.
I have found a solution for this on Prestashop 1.7
This happened to me as well when I changed the theme, however, I checked the Database and found that the carrier ID in ps_range_weight has randomly changed!
Solution
Fix the carrier ID in the database to the correct one and this error should not be appearing again! Good luck
ps_range_weight