Top "Malformed" questions

Javascript decodeURI(Component) malformed uri exception

I entered the following in Chrome's console: decodeURIComponent('a%AFc'); Instead of resulting to a0xAFc, it caused a URIError …

javascript uri malformed decodeuricomponent
ValueError: malformed string using ast.literal_eval

I'm doing a loop to get json api, here is what I have in my loop: response_item = requests.request(…

python json string python-requests malformed
java.nio.charset.MalformedInputException: Input length = 1

I have this (stripped the HTML tags for the code example) function that builds a HTML table out of a …

java io character-encoding malformed
Ruby unable to parse a CSV file: CSV::MalformedCSVError (Illegal quoting in line 1.)

Ubuntu 12.04 LTS Ruby ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux] Rails 3.2.9 Following is the content of my received CSV file: "…

ruby csv malformed
Java // unzip error :MALFORMED

I would like to unzip recursively some archive .zip. I use java.util.zip and I can't use an other …

java unzip malformed
Malformed or corrupted AST file

I have a problem I don't know why did it happen in the first place but most probably because I've …

ios frameworks malformed
malformed header from script. Bad header=1: index.php

I have a website which is a few years old now, it basically offers downloads. Anyway since moving server people …

php http-headers malformed
ValueError: malformed node or string

Why do I get this error message : ValueError: malformed node or string when I pass data in the below format …

python valueerror malformed
Email Error: missing or malformed local part

I am noticing that I get an email from my server each time an order is placed. It looks like …

email malformed
How to clean large malformed CSV file using Python

I'm attempting to use Python 2.7.5 to clean up a malformed CSV file. The CSV file is fairly large (over 1GB). …

python csv data-cleaning malformed