Top "Runtime-error" questions

Use this tag to indicate that when an application is run, it reports a runtime error or runtime exception after or during the execution of the application.

"RuntimeError: generator raised StopIteration" every time I try to run app

I am trying to run this code: import web urls = ( '/', 'index' ) if __name__ == "__main__": app = web.application(urls, …

python python-3.x runtime-error python-3.7 stopiteration
Python Quicksort Runtime Error: Maximum Recursion Depth Exceeded in cmp

I'm writing a program that will read a text file containing 5,163 names. (text file can be seen here) Then I …

python recursion runtime-error quicksort
PHP generated XML shows invalid Char value 27 message

I am generating XML using PHP library as below: $dom = new DOMDocument("1.0","utf-8"); Doing above results in a page which …

php character-encoding xml-parsing runtime-error tidy
scala - error: not found: value

I newly at scala and tried to pass some easy scala worksheet. IDE is Intellij IDEA community edition and OS …

scala runtime-error worksheet
OpenSSL libcrypto-1_1-x64.dll missing

i have started a project in C++ and need to implement some openssl libraries. I downloaded the libraries, followed the …

c++ openssl g++ runtime-error system-error
Java JSON Object not found

I'm having some trouble with JSON and Java, I have a working function to export a data strucutre into JSON …

java json runtime-error processing invocationtargetexception
Connection Error: A connection attempt failed because the connected party did not properly respond after a period of time

I'm developing some software in python that utilizes Steam APIs. I'm using Flask to run and test the python code. …

python flask runtime-error steam-web-api
Fatal error by Java runtime environment

I am executing a junit test case I got the following error, A fatal error has been detected by the …

java runtime-error
Invalid target for Validator in spring error?

Hi all I am getting the following error whenever I am trying to invoke validator in my spring Servlet.service() …

spring runtime-error validation databinder
Arff Loader : AttributeError: 'dict' object has no attribute 'data'

I am trying to load a .arff file into a numpy array using liac-arff library. (https://github.com/renatopp/liac-arff) …

python attributes runtime-error arff