Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
266 views

I switched from PowerShell 5.1 to the latest PowerShell 7.5.1 and noticed that the errors that my scripts produce are formatted differently. This runs on Windows Server 2019 Standard [Version 10.0....
Vladimir Baranov's user avatar
0 votes
3 answers
190 views

This is more of an aesthetic question than a purely functional one, but I want to know if there's any answer. See, I'm programming an error reporter for a project I've recently begun working on, and ...
Zenais's user avatar
  • 146
1 vote
0 answers
67 views

I had made a booboo in a script by writing <?php}?> instead of <?php }?>. My local Xampp server did not complain and happily served the file, while my actual server served a blank page and ...
Paul's user avatar
  • 51
0 votes
0 answers
631 views

may I ask some help about accessing detailed error log for failed transfer in BigQuery? I have this message in the transfer run details (some data is altered to keep anonymity): Error while reading ...
Sándor Volenszki's user avatar
-1 votes
1 answer
48 views

sshot I didnt understood why this message apeared in my terminal: Please enter your 1st variable that you want to calculate the percentage of without any spaces: morangos PS C:\Users\...
Bruno Duarte's user avatar
0 votes
0 answers
433 views

Slack integration for error reporting suddenly stopped working. Anyone experienced similar issues? We also removed the slack channel integration and redid it. Sadly no improvement. Also worth noting ...
gabac's user avatar
  • 2,078
0 votes
1 answer
345 views

I'm trying to report errors using the Google Cloud Error Reporting api. I want log them with their stackTrace. I do not want to use context.reportLocation It is mentioned here that message:string [...
Aloof aloof's user avatar
0 votes
1 answer
256 views

I'm trying to import an existing environment through conda using the code: conda env create -f D:\Courses\Udacity-Courses\'Introduction to Data Analysis'\Supporting-Material\dand-env-win.yaml but I ...
Nader Shehata's user avatar
0 votes
1 answer
407 views

I've integrated bugsnag in react native via segment and followed all the steps provided by segment documents but still, it's not showing any sort of error or log in bugsnag dashboard. Should I ...
Qamber's user avatar
  • 108
0 votes
2 answers
1k views

In my localhost page, I am returning this header: Reporting-Endpoints: main-endpoint="https://[brand].report-uri.com/a/d/g", csp-endpoint="https://[brand].report-uri.com/r/d/csp/enforce&...
Sora2455's user avatar
  • 884
9 votes
3 answers
5k views

How to send specific information in Sentry ? There is Events in documentation but how to use them properly and where exactly to use them (EX: Send user email with the error) ? Sentry provided this ...
Rock's user avatar
  • 551
-1 votes
1 answer
140 views

Our project passed “Turn on” execution and query in the test suite of the google action. But “Turn off” execution and query failed and I couldn’t find in our part. After “Turn off” execution, I ...
moonsung jang's user avatar
0 votes
3 answers
713 views

I am using skeleton-to-csgraph() to analyse the skeleton I have obtained and this function should send me back some data and among them, all the coordinates of all the points of the skeleton in a ...
Eloi Schlegel's user avatar
3 votes
1 answer
2k views

I'm trying to see if we can replace Sentry with Google Error Reporting for unhandled errors in the production stage but when I research to compare the 2, not much came up. Even on stackoverflow, it ...
Lu Wang's user avatar
  • 43
-1 votes
1 answer
187 views

my code is this: from selenium import webdriver from selenium.webdriver.common.keys import Keys import time class instagrambot: def __init__(self, username,password): self.username = ...
puneet poddar's user avatar
2 votes
1 answer
440 views

I am using PHP Built-in web server for testing purposes. For example, with a simple router script: <?php echo 'Hello world'; Launching it with php -S localhost:8000 router.php. Works. Now, let't ...
fracz's user avatar
  • 21.4k
2 votes
0 answers
84 views

Is there any standard (POSIX etc) OS behaviour for handling errors during mmap writeback? Is this even documented somewhere as stable implementation? Case 1: Some program doing mmap(), writing to that ...
firk's user avatar
  • 345
3 votes
1 answer
925 views

I'm trying to setup a site with network error logging. This uses the reporting api to generate and send reports about the end user's experience and gives access to lower level information for network ...
thoo1's user avatar
  • 33
0 votes
1 answer
437 views

yesterday I stumbled across a weird problem. Suddenly a specific PHP script didn't work anymore, it threw a 502 error. When I enabled error_reporting, only notices / warnings are displayed, but the ...
Chris's user avatar
  • 21
1 vote
1 answer
80 views

In simplesamlPHP library there is code Logger::maskErrors(E_ALL); $hidden = in_array( self::$HIDE_FROM_DISCOVERY, $metadata['EntityAttributes'][self::$ENTITY_CATEGORY], true ); Logger::...
ogbofjnr's user avatar
  • 2,048
0 votes
0 answers
37 views

I need to edit the error that shows if a user enters an amount below minimum but I can't find the file to edit the pop-up error response that shows if the amount I less than the withdrawal limit. ...
Chidi Okeke's user avatar
0 votes
2 answers
6k views

I have this set in php.ini: error_reporting = E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT Yet I'm still seeing things like this: Warning: count(): Parameter must be an array or an object ...
Allan Thomas's user avatar
  • 3,639
0 votes
0 answers
598 views

Q: How disable ,Microsoft SQL server Error and usage data reporting? Microsoft: By default, Microsoft SQL Server collects information about how its customers are using the application. ...
Amirhossein's user avatar
  • 1,269
0 votes
1 answer
3k views

I'm using Codeigniter 3 in production mode but errors are displayed. My web server is Wampserver 3.1.7 with it's default php.ini. How can I disable error reporting? This is part of my index.php: ...
rostamiani's user avatar
  • 3,365
0 votes
2 answers
494 views

VmWare Cloud Server CentOS Linux 7.6.1810 - Php 5.6.40 - Apache/2.4.6 test.php <?php echo($x); phpinfo(); ?> Output : Notice: Undefined variable x in /var/www/html/test.php on line 1 In ...
Bux's user avatar
  • 57

1
2 3 4 5
9