Tags problems that aren't simply reproducable because they don't always occur.
Questions tagged [intermittent]
119 questions
2
votes
1 answer
JQuery autocomplete does not always fire
Can anyone think of any reasons as to why my JQuery autocomplete does not always show its suggestion menu? I always type the same valid keywords but the results do not always show up.
This is the JS I'm using:
$(document).ready(function(){
…

noko
- 1,129
- 2
- 14
- 25
1
vote
1 answer
Why does curl failures finding the ssl certificate work intermittently?
I think I have now a good grasp of why you need to either have the ssl certificate bundle when pulling content from a https api like facebook. But my question is: Why does this work sometimes even without the certificate and some others not?
Seems…

royco
- 51
- 1
- 7
1
vote
0 answers
Deleting File with Kill not always working
I am a newbie working on my first VBA project. The application processes orders and collects info that needs to be printed on labels that go on packages. The company that prints our labels will take the label information from an excel workbook. So,…

Bruce Dautrich
- 19
- 4
1
vote
0 answers
Save button on material Tabel in react is behaving differently, at each refresh
The below code contains the data that will be displayed in react table format. Here Sometimes I am getting intermittent issue while saving the data.
The save button will be enabled only once we do any update on table, that is after addition,…

Nausheen Khan
- 39
- 7
1
vote
0 answers
Android ListView OnItemClick event fires sometimes, but not always
I have a very wierd problem with the Android ListView component.
Situation: I'm basically utilizing the setOnItemClickListener method and subsequently overriding the "onItemClick" method to implement a custom action when clicking on an item in the…

René Vutborg
- 11
- 3
1
vote
0 answers
MongoDB 3.4.2 crashes on checksum error with checksum 0x20202020 (four spaces), decimal 538976288
We experience a very rare crash on our single MongoDb instance. System was good for 'years', running in a VMWare VM with 16Gb of memory. Now in short time we experience twice the:
WT_CURSOR.search: read checksum error for 4096B block at offset…

Marc
- 11
- 2
1
vote
0 answers
Croston's method on intermittent demand in Python
I am struggling with Croston's method which I am applying on an intermittent demand dataset.
The library I use is the following: https://pypi.org/project/croston//.
The dataset that I use consists of 6 years of intermittent demand data: Erratic and…

6'38''4
- 23
- 5
1
vote
0 answers
Unexpected, Intermittent execution with python3 list(set(arr))
I'm doing a few algorithm questions and ran into a strange issue in one of my test cases. The get_num_groups function returns an integer that the assert statements verify.
The first assert statement seems to pass intermittently after I introduced…

krk
- 19
- 4
1
vote
1 answer
Why does my .delaysTouchesBegan not work consistently?
Changing .delaysTouchesBegan = true to = false USUALLY works in my game, however, every once in awhile it becomes stuck on true and will not switch back to false unless I close the app out and reopen.
The game is similar to Flappy Birds, but…

Drew
- 19
- 4
1
vote
0 answers
Unable to get the Paste property of the Picture Class VBA Excel
I'm working on a macro to move data from one workbook into another which includes a few charts. To prevent the new workbook from becoming broken, I want to paste these charts as pictures.
I'm encountering errors at the point in my code where I copy…

SteevJobbs
- 110
- 1
- 10
1
vote
0 answers
user defined function for calculation of fitted values for intermittent croston method in python
input data:-
x 0 2 0 1 0 11 0 0 0 0 2 0 6 3 0 0 0 0 0
7 0 0 0 0 0 0 0 3 1 0 0 1 0 1 0 0
here i am using simple exponential smoothing for calculating the q_ses and a_ses…

Neeraja Bandreddi
- 437
- 2
- 18
1
vote
0 answers
Intermittent IndexOutOfRangeException suggests missing SQL column but resolved by IIS recycle
We have an ASP.NET website with lots of traffic that has run happily for years, when suddenly it has began to log IndexOutOfRangeException errors when reading some SqlDataReader values, as if our SQL stored procedures were missing a column name.…

Magnus Smith
- 5,895
- 7
- 43
- 64
1
vote
2 answers
IntelliJ: rerun intermittently failing random test with previos run's data
I have a JUnit test class with a number of tests. To increase scenario coverage some data in our tests is randomized, meaning it may take a range of values between individual test runs, for example:
protected MonthlyAmountWithRemainder…

Nestor Milyaev
- 5,845
- 2
- 35
- 51
1
vote
1 answer
C++ distributed program blocking
I'm trying to do a distributed program to do a simple job (checks prime numbers) and apparently the program is falling in a blocking wait and I don't know why.It's a producer-consumer program and have to create one thread for each producers call or…

João Victor
- 407
- 2
- 10
1
vote
1 answer
How to search for errors across different CI runs?
I can see that an individual job failed
and I can go into the details and see the failure
but is there any way I can search across all the different runs and branches for this repository and see which ones have a certain failure?
Primary I'm…

Michael Durrant
- 93,410
- 97
- 333
- 497