Why are my last runs of my scripts do not show in My Executions? - google-apps-script

Very simple, as simple as the title says. I run my script several times at different times, one whole hour goes by and those runs do not show in My Executions. The last run that shows is from one hour ago, all newer executions don't show.
Things I've tried:
- Delete all my temporary files from Google Chrome
- Refresh the page
- Wait for more than one hour
This is terribly hindering my coding because I cannot debug, I don't know what tripped an error, all I can see is the error as showing more information on the error itself doesn't give me the line and column number where my code blew up, only the My Executions dashboard can tell me that.
Has anyone had this issue? Did anyone resolve it?
I've been running searches on Google for something similar and nothing shows up that is specific to this problem.

In order to be able to view the logs for your current project you should check the Stackdriver Logs.
This provides more information on the current executions and you can also check what has been executed and when. This also shows if there were any errors associated with your execution/s.
Reference
Apps Script Logging.

Related

How to check if a trigger is running at the same time?

I have a project that uses the Google Forms installable trigger. When it runs, it does a series of processes with the data and then feeds it into a spreadsheet.
The problem is that sometimes some people fill out the form within the same minute, and the variable that stores the position of the next line contains the same number in both runs. I figured that if I could get information about the current execution and check if there were any others in parallel, I would be able to solve this problem.
Does anyone have a solution for this problem?

How to fix error "Duplicated build" on "readthedocs"?

On readthecods I am trying to build a project, but I get the error
Error
Duplicated build.
How to fix that problem?
I ran into the same issue and after some research I found this pull request indicating that one just has to wait for 5 minutes before trying again.
Indeed after waiting a few minutes I was able to trigger a rebuild without getting the error.
A question that is not yet clear to my is why it was considered a duplicate in the first place, as there was some (admittedly small but relevant) modification on the repository.

On Edit trigger not running

I have an installed trigger on my google sheets project that is supposed to fire every time there is an edit, but for some reason it is random in when it actually fires. At times it will only do it every couple of edits, at other times it will go dead for a few hours and I won't be able to get it to work, then spontaneously decide to work again. I've tested this by actually looking at the executions and indeed the trigger is only going off intermittently. Am I missing something about triggers here?

MediaWiki categories not updating automatically

I have a MediaWiki instance running on a Linux server that does not seem to automatically update its categories whenever a page edit is submitted.
I have never seen this on any other wikis I've worked with, so I'm wondering if there's some script that's not configured correctly.
Periodically running the rebuildAll.php or refreshLinks.php script isn't really viable when we have hundreds of edits happening per hour and need the categories to be populated instantaneously.
Running rebuildAll.php seems to take hours anyway.
Has anyone else encountered this?
Thanks!
What's $wgJobRunRate set to? Try running maintenance/runJobs.php.
It can sometimes take a while (minutes perhaps) for a page to appear in a category, but for most wikis it shouldn't be more than that.

Site compromised: ZMEU attack

My site has been compromised with ZmEu attacks. In the logs I find suspicious user agents named - ZmEu.
The site returns 500 internal server error. There are no related error logs in the apache error log.
There are several dummy files all over in my server. I removed all of them.
But still the site is down.
What is the main target for such attacks?(What files are modified and how do I get them back?)
Where should I look to fix the issues?
If anyone has undergone such situation please give your advise.
update: Its wordpress site which is not working. There are other apps in sub directories which are working fine.
Thanks in advance,
You restore from a backup in this situation.
It will be tough to sort through and reverse everything 100%. The hacker could have even changed the modification times on the files, so you'll never be able to tell what has been accessed or not, without combing through every line.