X-Windows error - BadValue when running from command line

I have a jenkins job running my scripts on a Ubuntu. I’m passing
“export DISPLAY=:0.0” when it runs I get this error, but it still runs the scripts successfully. Has anyone ever come across this error before?

2017-10-20 12:09:25.477 Eggplant[19427:19427] X-Windows error - BadValue (integer parameter out of range for operation)
on display: :0.0
type: 0
serial number: 377
request code: 53
2017-10-20 12:09:25.478 Eggplant[19427:19427] X-Windows error - BadDrawable (invalid Pixmap or Window parameter)
on display: :0.0
type: 0
serial number: 378
request code: 55
2017-10-20 12:09:25.478 Eggplant[19427:19427] X-Windows error - BadGC (invalid GC parameter)
on display: :0.0
type: 0
serial number: 379
request code: 60
2017-10-20 12:09:25.478 Eggplant[19427:19427] X-Windows error - BadValue (integer parameter out of range for operation)
on display: :0.0
type: 0
serial number: 380
request code: 53
2017-10-20 12:09:25.478 Eggplant[19427:19427] X-Windows error - BadDrawable (invalid Pixmap or Window parameter)
on display: :0.0

I’m not familiar with the error. Since the scripts are running, I wouldn’t worry about it.