In Python, an Exception raised when an operation or function is applied to an object of inappropriate type.

learn more… | top users | synonyms

1
vote
1answer
31 views

Python 2.7 TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple

I've produced the following bit of code for python but for some reason I can't work out why it's returning the error: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple I've had a ...
0
votes
1answer
26 views

Basic OOP & jQuery - Why am I getting TypeError?

here's my basic code: JS: jQuery(function($) { function MyTest() {} MyTest.prototype = { myMethod: function() { $(this).append("<div ...
0
votes
1answer
17 views

TypeError _______________ is not a function when modifying JSON object

So I have some existing Javascript I'm working with. This is the existing JSON that is working (modified and simplified to keep things manageable): { "items": [ { "id": "11", ...
0
votes
1answer
34 views

how to use delete() for a model in django

I'm trying to delete a Job object from my database and I keep getting the error: TypeError at /minion/deleteJob/ deleteJob() takes exactly 2 arguments (1 given) Request Method: GET Request URL: ...
3
votes
3answers
30 views

Python TypeError when dividing a raw input variable by a number

I want to convert an entered lb weight to kg and I get the following error... TypeError: unsupported operand type(s) for /: 'unicode' and 'float' My code: lbweight = raw_input("Current Weight ...
0
votes
1answer
28 views

Uncaught TypeError: Not enough arguments Javascript Game

Ive got a problem on line 259 of the whole code which is line 30 in this function, I get an error of Uncaught TypeError: Not enough arguments and I'm unsure how to fix this, I've had a look at opening ...
0
votes
1answer
22 views

Writing Python ElementTree to file throws TypeError

I'm trying to write an XML file using Python's ElementTree package. Basically I make a root element called allDepts, and then in each iteration of my for loop I call a function that returns a ...
2
votes
1answer
15 views

JavaScript built-in language feature or API function to return undefined when referencing a property of undefined in strict mode

Is there any JavaScript built-in language feature or API function to return undefined when referencing a property of undefined in strict mode? e.g.,: undefined.a throws a TypeError. I can define ...
-1
votes
1answer
34 views

jQuery: Uncaught TypeError: Cannot call method 'split' of null

Hello i have a problem with split in this code: This Error: Uncaught TypeError: Cannot call method 'split' of null Full Code: jQuery(function () { // Deeplinking var first = true; ...
0
votes
0answers
13 views

Website suddenly stopped loading due to php include?

I was working on my website when suddenly it wouldn't load anymore. After investigating i found out that this no longer worked: <?php include 'core/init.php'; ?> But when i changed it to ...
-3
votes
0answers
7 views

Imacros: can't click a Button [closed]

I am using a forum to post, i am not able to click on a submit button, http://www.tv.com/tv-com-ideas/board/100/post_msg.html I want to click on I am using this line TAG POS=1 ...
0
votes
0answers
7 views

how does typeError knows which when to throw an exception

I am having two programs... the first one is following try: x = input('Enter the first number: ') y = input('Enter the second number: ') print x/y except TypeError: print "That wasn't a number, was ...
0
votes
0answers
18 views

Django-cms Placeholderfield not working, throws lambda exception

I wrote a custom plugin on django-cms and added a placeholderfield. Once added that plugin on a placeholder, I try to add using frontend-editing a plugin inside the placeholderfield and it throws: On ...
0
votes
0answers
22 views

extjs4 mvc add custom grid plugin by controller

I have a little problem. I have the need to enter a custom plugin from my controller to the grid. but do not know how to do. I've tried: ...... '#listaArticoli #grdListaArticoli': { ...
0
votes
1answer
17 views

Getting error TypeError: document.getElementById(…) is null as function is called for the second time

I am using this code <script type="text/javascript"> function loadXMLDoc() { var testValue = document.getElementById("test").value; document.getElementById("test").value = ...
0
votes
1answer
45 views

TypeError: Cannot set property 'onkeydown' of undefined

I'm trying to enable the tabulation module in my project. Working module I took from http://css-tricks.com/snippets/javascript/support-tabs-in-textareas/ , but when I add this .js to my project i get ...
0
votes
1answer
41 views

Javascript Clone throw Type Error

I'm writing my clone function in javascript. That function recursively clone object (avoiding circular reference) and seem work well, but if the object (at some level) has a built in object ...
0
votes
0answers
34 views

TypeError: Error #2007: Parameter hitTestObject must be non-null. as3

just following the tutorial "http://www.scribd.com/doc/75296644/Create-a-Simple-Shooting-Game-in-Flash-AS3-Tutorial"... and i met this problem it already been 4 hours since i start researching in this ...
0
votes
1answer
15 views

TypeError when multiplying matrices

I'm trying to multiply some matrices together and I keep getting a type error for the last multiplication (calculating C). All the other multiplications proceed correctly, but I get the error: ...
1
vote
1answer
29 views

Stuck with Number Float format in Python Decimal

I am working on a code and there I get data in the form of : k=[{'item_id': '43381702', 'length': {'_exp': -2, '_is_special': False, '_int': '0', '_sign': 0}, 'height': {'_exp': -2, '_is_special': ...
1
vote
2answers
41 views

TypeError: (function) takes exactly x arguments (x+1 given) [closed]

I'm a very very beginner programmer doing some simple data analysis for fun. It's been a few months since I've done anything with Python, so I'm sure it's clunky and inelegant, and it wouldn't ...
0
votes
2answers
70 views

Submitting form issues: TypeError: this.form is null

I have a php page that displays all of the service logs for a given site in a table. At the end of the table I have a new row that has an "Add new service log" button. Clicking the button hides that ...
2
votes
0answers
38 views

backbone + rails TypeError: List.Header is not a constructor

I am trying to follow along with the tutorial I purchased from this site: http://www.backbonerails.com/ I am following along with the 5th episode of the series, "Getting Up and Running - Part 1". At ...
-2
votes
3answers
53 views

writing to a file python, NoneType' object is not iterable error

I have written a function which reads in data from external files and produces lists. the program works fine and I have a list of numbers for each file read in. But i am new to python and am ...
1
vote
1answer
30 views

Sudden appearance of Uncaught Type Error, location.reload has no method “apply”

The JavaScript I have been working with is one I run through Tampermonkey via Chrome, that executes itself onto a web page, scanning for certain conditions, and refreshing periodically. For whatever ...
0
votes
1answer
68 views

DigitalBush jquery maskedinput type error

I have been beating my head against the wall so to speak on this one. I am using the jquery.maskedinput plugin found here: ...
0
votes
1answer
59 views

javascript/jquery loaded in div can't use functions in initial page load

My code is built as follows: Initial page load. jquery library and Noty plugin gets loaded with script tag. I can successfully create a Noty notification(in a script tag). In the same page. I ...
0
votes
1answer
31 views

backbone.js + rails + firebug TypeError: this.model is undefined

Ok guys, I originally set out to render the users' NewView onto my root page. I have gotten to the point where I can see the form, but when I fill it out and click "Create User" I get this error: ...
0
votes
2answers
32 views

TypeError: unsupported operand type(s) for *=

I'm teaching myself Python via an online wikibook, and came across a confusing error in one of the examples with overloading operators. According to the example: class FakeNumber: n = 5 def ...
0
votes
0answers
54 views

Python (TypeError) - cannot import control systems library (SOLVED)

I recently installed the python-control library (from http://sourceforge.net/projects/python-control/files/), as well as the other necessary python modules to get this one running. When I try to ...
1
vote
2answers
201 views

Python3 Error: TypeError: Can't convert 'bytes' object to str implicitly

I am working on exercise 41 in learnpythonthehardway and keep getting the error: Traceback (most recent call last): File ".\url.py", line 72, in <module> question, answer = ...
1
vote
3answers
62 views

Passing a Javascript function from json encoded PHP

So jumping right in .... PHP - This is part of a highchart configuration array that is returned by a PHP function (which is json_encoded) 'plotOptions' => array( 'pie' => array( ...
0
votes
2answers
57 views

python error TypeError: 'NoneType' object is not iterable

I got this error when I run it.please help me,thank you! Traceback (most recent call last): File "C:\Python27\Lib\site-packages\PythonClient\ChartReport.py", line 64, in <module> ...
0
votes
0answers
33 views

Select Module: Encountering a TypeError with socket server. [Python]

The problem lies directly with the select.select line in my socket server. r_list, w_list, x_list = select.select(U_Connections + [ss], Username_List, []) where: Username_List = [] U_Connections = ...
0
votes
0answers
40 views

Uncaught TypeError: Cannot call method 'substr' of undefined

So I get the error above, here's what I have done var positions = new Array(); ... positions[i]=String.fromCharCode(adding_y) + "" + String.fromCharCode(adding_x); ... if ...
0
votes
1answer
54 views

TypeError: 'module' object is not callable ( when importing selenium )

i have problem when running this code : >>> from selenium import webdriver >>> driver = webdriver.firefox() Traceback (most recent call last): File "<pyshell#19>", line 1, in ...
3
votes
3answers
36 views

Uncaught typeerror: Object #<object> has no method 'method'

So here's the object 'playerTurnObj' function playerTurnObj(set_turn) { this.playerTurn=set_turn; function setTurn(turnToSet) { this.playerTurn=turnToSet; } function getTurn() ...
1
vote
0answers
58 views

Compare values of specific keys in 2 different dictionaries to see if they are equal

I am trying to see if the values of specific keys in 2 different dictionaries are equal (which they are at certain times). If so, I want to print both dictionary values. If not, I only want to print ...
1
vote
1answer
30 views

Why isn't “sprite” defined inside this function? [duplicate]

Fiddle in question: http://jsfiddle.net/dqDAv/2/ In line 146 I pass the object "Player" in as a parameter of sprite in the method render() Object var player = new Sprite({ 'left': ...
0
votes
2answers
27 views

Where is “sprite” defined?

Where exactly in this fiddle: (http://jsfiddle.net/wXs9J/) is "sprite" defined? I'm using the same type of animation in my own program but I get the line: "Uncaught TypeError: Cannot read property ...
0
votes
1answer
21 views

as3 Error 1009 at Coin1/coin1go(), i am trying to get an enemy to drop a coin

So the enemy does drop a coin but i does not get the properties of the coin( if it hits the player it gives him +5 coins) The coin will be removed if it hits the bottom of the stage, if the player ...
0
votes
1answer
17 views

How can I fix this metaclass-borne TypeError?

I'm trying to create a simple dynamic plugin system in which plugins inheriting from class Bot automatically register themselves on import. Below is my code thus far. Please note that I am working ...
0
votes
0answers
53 views

Ruby on Rails: Inserting .js file in asset but still getting no method

This maybe a long shot question to ask, but its worth a try... I have a .js file that I inserted into my vendor/assets/javascript folder and then in my application.js in the apps/assets/javascript ...
0
votes
1answer
37 views

Native function [.sort()] not recognized inside event handler

Environment: SeaMonkey (FireFox 20.0) I'm trying to do a simple sort: Either inside a worker itself OR inside its postMessage handler. (All code samples from inside the top level (.html) file). ...
2
votes
1answer
55 views

Python TypeError using Scipy's coo_matrix.todense()

I recently encountered difficulty when converting a coo_matrix to a dense matrix using scipy. I have a dtype float16 sparse matrix and attempt to convert it to a dense matrix. The error complains ...
-3
votes
1answer
47 views

Typeerror, includes ' None' and 'float' issues [closed]

So, this is the section of my program that doesn't seem to work. Just some background to it, its meant to graph flow rate on the y axis vs varying radius on the x axis. elif choice==4: ...
0
votes
2answers
60 views

type error undefined in javascript

I just learned about JavaScript and here is my script: var now = new Date(); var date = now.getDate(); var month = now.getMonth(); var Holidays = [ [8, 3], [9, 8], [10, 16], [11, 7], ...
-3
votes
1answer
130 views

jQuery and setTimeout: TypeError: g.nodeName is undefined

I'm having problems with a script. I'm using a jQuery.post function inside a setTimout and it returns TypeError: g.nodeName is undefined on Firebug. Here's my script: jQuery(function($) { var timer; ...
0
votes
1answer
37 views

ExtJs cannot find predefined Store

There is a defined store in a.js Ext.define('Prg.ds.activeAdCamps', { extend: 'Ext.data.Store', model : basicModel, proxy: { type: 'ajax', actionMethods: {create ...
0
votes
2answers
124 views

TypeError: 'float' object is not subscriptable Python 3

I keep getting TypeError: 'float' object is not subscriptable wondering why from math import log class Logarithm(object): def __init__(self, base = 0, number= 0): self.base = ...

1 2 3 4 5 12