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.

AngularJS defer error: Argument 'fn' is not a function, got Object

I'm attempting to make my app gather the data before changing the route, as shown on many a video from …

javascript angularjs runtime-error promise deferred
Error 503 Backend fetch failed

I have this error in my site Error 503 Backend fetch failed Backend fetch failed Guru Meditation: XID: 526707 Varnish cache server …

php runtime-error varnish varnish-vcl http-status-code-503
Laravel Error: Method Illuminate\View\View::__toString() must not throw an exception

Have you seen this lovely error while working in Laravel? Method Illuminate\View\View::__toString() must not throw an exception …

php laravel runtime-error tostring render-to-string
ssas attribute key cannot be found even though it exists and is not due to duplicates

I was trying to rebuild my cube after making some changes the other day to the table/column names in …

process ssas runtime-error cube
WindowsError: [Error 193] %1 is not a valid Win32 application in Python

I wish to import liblas module in Python 2.7 on window 64bit. If I import the module with IDLE (Python GUI) …

python 64-bit runtime-error pyscripter
Can read() function on a connected socket return zero bytes?

I know that read() is a blocking call unless I make the socket non-blocking. So I expect read() call which …

linux sockets tcp network-programming runtime-error
Android - Could not find google-play-services_lib.apk! error

I am trying to use the new Google Play Services for Google Plus integration from this link: http://ankitthakkar90.blogspot.…

android service shared-libraries runtime-error
where to put freeze_support() in a Python script?

I am confused about using freeze_support() for multiprocessing and I get a Runtime Error without it. I am only …

python scikit-learn multiprocessing runtime-error
PostgreSQL cannot begin/end transactions in PL/pgSQL

I am seeking clarification of how to ensure an atomic transaction in a plpgsql function, and where the isolation level …

transactions runtime-error plpgsql postgresql-9.2 read-committed
CondaValueError: Value error: prefix already exists:

Reference: https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ I've run the following commands to install conda and create a virtual …

runtime-error virtualenv anaconda prefix conda