The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
32 views

Unsupported operand type(s) TypeError in if block

I have a function which is terminating with a TypeError and I'm not sure why: #under 4 million def fib(a, b): a, b = 0, 1 while b <= 4000000: a, b = b, (a+b) print a ...
0
votes
2answers
31 views

TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'int'

I am just experimenting and having fun with Python 2.7 and I'm trying to write a quadratic equation solver. I had it working when the radicand is positive, but when it's negative im getting an error. ...
0
votes
2answers
73 views

unsupported devices on Google Play Console - Nasoni D'italia

I do not understand why there are some devices not supported.. this is my manifest.. i think the problem depends from minsdk or targetsdk or screen resolution but i don't know where is the problem. ...
0
votes
0answers
19 views

Unsupported Action in Android Browser 2.3

I am having a list in a html page as below, test@gmail.com test2@gmail.com When the user clicks in this list from the default browser in android 2.3, it automatically detects the text as an email ...
0
votes
3answers
35 views

Should WebDAV server support HEAD on folders?

I have discovered that one of the WebDAV clients is sending HEAD request to WebDAV folder (collection). The WebDAV server that I am testing with does not support HEAD on folders and responds with ...
-3
votes
2answers
85 views

Can I port Cyanogenmod without actual compiling? [closed]

I recently got a chinese Android 4.2 tablet. I have R/W access to all the flash memory of it. Is it possible to do a "lazy port" of Cyanogenmod for it, like replacing files in the /system partition ...
0
votes
1answer
30 views

UnSupportedClassVersionError after adding a library

I created a simple java project and added a jar from APK LIBRARY after add adding library cause UnSupportedClassVersionError and and when i remove that library from my project that error won't go ...
2
votes
1answer
141 views

MP4 unsupported in JavaFX?

So I've recently started working with JavaFX to try and insert video and audio into my java programs. Audio has worked just fine, but for some reason every time I try and play a video file, it returns ...
1
vote
1answer
84 views

Google AdMobs custom click events not working with unsupported network

I am using Google AdMobs DFP to serve up mediation banners from other networks. I have added Millennial and InMobi fine but now I need to add a network (YOC group) that does not have an adapter for ...
-1
votes
1answer
105 views

FOMUnsupportedTextTypeException - Remove type=“Text/Html” attribute from Atom feed

Hi I am having trouble getting entries from parsed Atom Feed. I am getting these feed from web service. Thing is Code work absolutely fine in my local server but when I deploy it on my dev box I am ...
1
vote
0answers
55 views

cURL in wamp - 415 unsupported media type AdWords

I am using version 201302 of theAdwords API. I have WAMP Server version 2.2 installed and since curl was not working out if the box, I also installed curl from ...
0
votes
0answers
2k views

OpenCL support for Intel HD Graphics 3000? [closed]

I'm a bit disappointed, that I currently can't use my Intel HD Graphics 3000 GPU via OpenCL, as I didn't find drivers for it. It seems, that Intel currently (only supports it's HD Graphics 2500 and ...
2
votes
3answers
293 views

TypeError: unsupported operand type(s) for /: 'str' and 'str'

name = input('Enter name here:') pyc = input('enter pyc :') tpy = input('enter tpy:') percent = (pyc / tpy) * 100; print (percent) input('press enter to quit') whenever i run this program i get this ...
1
vote
0answers
148 views

Click Button on Web Page programmatically/Get Element Tag Name using Android Browser

Let me start by saying StackOverflow has been a great tool for me as I learn Android development. What I am trying to figure out is how to click on the ‘OK’ button when I am using the default Android ...
0
votes
0answers
111 views

TypeError: unsupported operand type(s) for +: 'dict' and 'int'

I'm trying to make the program read each line in the genome file and read every two nucleotides in the line, such that if the nucleotide sequence is ATGTCG the dinucleotides will be AT, TG, GT, TC, ...
0
votes
1answer
407 views

Use different home address to sing up for Google Checkout in order to sell apps on Play Store

My country isn't on the list of supported countries for merchants so when I try to sign up for Google Checkout it says We do not currently support seller accounts from this location. If you have ...
3
votes
2answers
912 views

unsupported operand type(s) for *: 'numpy.ndarray' and 'numpy.float64'

long time reader, first time writer. I searched around on google and stack overflow, but wasn't really able to find a general answer to this question. I am getting an "unsupported operand type(s) ...
0
votes
0answers
61 views

Small help : Unsupported to the devices due to manifest settings solution

Unsupported devices due to your manifest settings This statement comes on developers page of market with few android devices listed under it. What to do for that? But i checked on some of those ...
2
votes
1answer
225 views

Accessing RDS With SSL - Unsupported record version Unknown-0.0

I am using Amazon RDS MySQL and connecting with SSL certificate(the default certificate available at http://s3.amazonaws.com/rds-downloads/mysql-ssl-ca-cert.pem), I am doing the following steps: ...
3
votes
0answers
4k views

Facebook Graph API: “Unsupported get request” when trying to get public information

until now I thought it was possible to retrieve the public information of every user when making a get request to https://graph.facebook.com/user_id. But I just noticed a user where I am getting this ...
0
votes
2answers
323 views

getting error - java.lang.UnsupportedOperationException

I have written some code to set data to listview from a webpage. I have read the webpage successfully and stored necessary data in String array. Now i want to assign that to ListView using ...
0
votes
1answer
296 views

Unsupported Media Type Error - Posting json from iPhone app

I am trying to produce json in the following form and post it to server: { "items": [ { "id": "3", "quantity": 0.5, "unit": "2" } ] } I am posting data using ASIFormDataRequest. I have ...
1
vote
4answers
127 views

Python - Unsupported type(s) : range and range

I'm getting this strange error trying to run a script, the code appears to be correct but it seems python (3) didn't liked this part: def function(x): if integer: ...
8
votes
2answers
3k views

when should i build app with armv7s support?

Today when i try to submit my app (update) to appstore, the Organizer told me : "iPhone/iPod Touch : application executable contains unsupported architecture(s): armv7s" I clearly remember that its ...
8
votes
5answers
984 views

iPhone/iPod Touch: application executable contains unsupported architeture(s): armv7s

i'im seeing a problem releasing on AppStore my App! The validation process say: "iPhone/iPod Touch: application executable contains unsupported architeture(s): armv7s" this is my library linked: ...
0
votes
0answers
50 views

How to integrate googleMaps into flash? [closed]

The Maps API for Flash was officially deprecated on September 2, 2011. They don't release any API key for new applications /domain names. They send you to API KEY Js V3. That seems to not require any ...
0
votes
1answer
273 views

Unsupported operand types in array [closed]

I am getting the following error in my cpanel errors when an order is placed and PayPal IPN notify my IPN IPN script: [Mon Oct 01 12:31:36 2012] [error] [client xx.xx.xx.xx] PHP Fatal error: ...
0
votes
0answers
82 views

Request not supported exception wp7

I am downloading some Images from a queue and adding them to a listbox, I get a request not supported error and the app closes itself. The error hints to myNowPlaying.add it happens only once in a ...
2
votes
1answer
2k views

why samsung tabs (and few others) not supported on google play for my app?

I have seen several posts on the subject, but seems like there is little information on how to exactly determine why certain devices appear as "unsupported" for my published app on Google Play.... ...
0
votes
3answers
74 views

a different kind of unsupported operand issue (python 3)

Hello I'm new to python and programming in general (just started last night!) and I've written a tiny program thats pasted below: name = str(input("please state your name: ")) print ("Welcome %s, ...
0
votes
0answers
67 views

TypeError: unsupported operand type(s) for -: 'str' and 'str' line 6, in <module> subResult = totNum - n3

When I try to execute the code I get the following error: TypeError: unsupported operand type(s) for -: 'str' and 'str' line 6, in subResult = totNum - n3 myName = raw_input ("Please enter your ...
-1
votes
3answers
3k views

How to fix the jQuery 1.8 “Syntax error, unrecognized expression” error? [closed]

<script type="text/javascript"> $(function(){ $(".user_ava").click(function() { $("div:.userMenu",this ).animate({ height: ["toggle", "swing"], opacity: ...
3
votes
3answers
2k views

IE 8 does not support foreach method

This code not working in Internet Explorer 8. documenttab.query('.field,.button').forEach(function(c){c.setDisabled(false);}); I get the error SCRIPT438: Object doesn't support property or method ...
0
votes
1answer
257 views

Visual Studio WebBrowser and iCloud.com

This is my second post on this topic as the first post I got no help with. I don't know if anyone knows how to help me, but I have searched and searched and I cannot figure out how to fix this problem ...
0
votes
0answers
155 views

Android unsupported operation exception fileoutputstream?

I would to read a file from raw folder and write it on SD card.I use this code: byte buf[] = new byte[1000000]; int readLen = 0; InputStream resStream = context.getResources() ...
0
votes
0answers
227 views

Search and replace a line in a file in Python Unsupported Format

I want to do a search and replace in some lines, of a file opened by notepad, and then write the results back to the file. Similar to Search and replace a line in a file in Python Unfortunately the ...
8
votes
1answer
557 views

Equalizer not always supported, even when api >= 9?

before enabling equalizer capabilities, I check for api level to make sure it's equal or greater than 9. From the reports I'm getting from my users, it seems that some exceptions are thrown anyway : ...
0
votes
1answer
270 views

Removing from ArrayList<Form> throws an UnsupportedOperationException

I'm developing an Android 3.1 application. I have created my custom ArrayAdapter with an ArrayList. Form is a custom class with two fields: name and FormId. Here is my ArrayAdapter code: public ...
0
votes
0answers
509 views

Ubuntu 11.10 java.awt.Desktop not supported

I am receiving a java.awt.Desktop not supported error. if(!Desktop.isDesktopSupported()) System.out.println("Desktop is not supported"); Desktop desktop = Desktop.getDesktop(); URI uri = new ...
0
votes
3answers
5k views

Unsupported operand type?

I've got to say I am completely clueless in terms of PHP, I know enough to moderate my sites to an acceptable extent. I'm having a bit of trouble with phpauction GPL, whenever I click on one of my ...
1
vote
1answer
400 views

What Actionscript features do not work on iOS?

There seems to be a lot of conflicting information out there. It might be that support has increased recently, or changes to adobe.com/air have made some information difficult to find - but I can't ...
2
votes
1answer
2k views

“This application does not support integration with your profile.”

Past apps that I have built seem to work fine, but when trying integrate a simple HTML page embedded into an iframe, all I get is the above message ("This application does not support integration with ...
0
votes
1answer
774 views

Specified type member is not supported in linq to entities

Hi hope someone can help. I have an EF4 context with 2 POCO based entities that map on to 2 tables in a legacy SQL2005 database. There are no relationships betwen the tables and no associations ...
5
votes
1answer
355 views

Unsupported APIs for AudioPlayerAgent

I'd like to use various APIs that are listed on this "Unsupported APIs for Background Agents" page, from within my AudioPlayerAgent. That page specifically mentions ScheduledTaskAgents: There is a ...
3
votes
3answers
175 views

Execution of Java program

After searching all over the web, I am not able to solve my problem of Java execution. When using command prompt to run my "first" Java program, I am faced with the errors of Unsupported class version ...
0
votes
1answer
343 views

UriFragmentUtility causes servlet exception

As i was following this vaadin: https://vaadin.com/book/-/page/advanced.urifu.html tutorial on how to properly uses the UriFragmentUtility, i ended up creating the object and after trying to add this ...
1
vote
6answers
4k views

Java, UnsupportedClassVersionError. How can I fix this

I was doing my homework in eclipse and it reported no errors, not even warnings. When I tried to compile it from terminal I got following error. It runs and compiles just fine with eclipse. I take it ...
0
votes
0answers
149 views

aggregated contacts are created automatically exception while executing insert statement in contact table?

I used insert statement with callog.calls table and it worked fine but in contact table when I am trying to update starred column I get this unsupported exception:aggregated contacts are created ...
-4
votes
1answer
294 views

List of HTML 5 features unsupported by IE9 [closed]

I'm trying to compile a list of HTML5 features NOT supported by IE9 (default installation, no manual additions): ■ WebGL (3D) ■ WebSockets ■ HTML5 Forms (validation mechanism, CSS3 selectors) ■ ...
1
vote
2answers
685 views

Could anyone tell from the Manifest why my app is not supported on Droid X?

Users report that my app is not supported on their Droid X phones. The manifest file looks like this: <?xml version="1.0" encoding="utf-8"?> <manifest ...

1 2