Search error
245374 results
2
votes
1
answer
error: inflate error data error
I tried to unzip a password protected zip file using the Perl Archive module.
But endedup with an error
error:
inflate error data error at C:/Perl64/site/lib/Archive/Zip/Archive.pm line 367.
Can anyone helps me to find asolution, and unzip a password protected zip file(WINRAR used to zip a file wit...
1
votes
2
answer
Informatica error =[ERROR('transformation error')]
I am getting the following Informatica error:
Note: Output column [AGENT_DISPOSTION_CODE] has no default value. Row will be skipped if transformation errors are encountered
MAPPING> DBG_21056 column=[PHONE_NUMBER], defaultvalue=[ERROR('transformation error')]
How can I fix it?
2
votes
2
answer
Internal error — WebRTC publisher error & Internal error — WebRTC subscriber error
We are trying to add Voip (no video) to our Android application using OpenTok. We are seeing issues when a 3rd user joins a session and when a user leaves and rejoins a session.
Example:
A session is created. User1 and User2 join.. both can hear each other talking. When User3 joins, we get multiple...
1
votes
1
answer
iPhone openGL error : ERROR: 0:1: '<' : syntax error syntax error
Hi Friends
I am new to openGLES, trying to work with HelloArrow program using shaders from a
Site
but when i compiled i got the following error,
Source code
Download HelloArrow.zip
ERROR: 0:1: '<' : syntax error syntax error
ERROR: Parser found no code to compile in source strings.
// VERTEX SH...
3
votes
4
answer
pytesseract error Windows Error [Error 2]
Hi I am trying the python library pytesseract to extract text from image.
Please find the code:
from PIL import Image
from pytesseract import image_to_string
print image_to_string(Image.open(r'D:\new_folder\img.png'))
But the following error came:
Traceback (most recent call last):
File '', line 1,...
2
votes
1
answer
Difference between error = error vs error != nil
I would like to know is there big difference between
if let error = error{} vs if error != nil? Or is it just how people are different, like how they express themselves in code?
For example if I take this code:
user?.delete { error in
if let error = error {
print(error)
} el...
2
votes
1
answer
ERROR #1063 Error mismatch error is
I use an array for the fighters and the bullets
package {
import flash.display.MovieClip;
import flash.events.Event;
public class level extends MovieClip {
var fighters:Array;
var bullets:Array;
public function level() {
trace('level');
addEventListener(Event.ENTER_FRAME, loop);
bullets=new Array...
3
votes
1
answer
Error: Error: Syntax error, unrecognized expression:
I keep getting the following error
Error: Error: Syntax error, unrecognized expression: table $MainContent$gridPlans$ctl02$chkSelected
Source File: http://code.jquery.com/jquery-latest.min.js
Line: 2
I have worked what part of the script is causing this issue but unsure how to fix it:
// Check Box s...
1
votes
1
answer
Value error, truth error, ambiguous error
When using this code
for i in range(len(data)):
if Ycoord >= Y_west and Xcoord == X_west:
flag = 4
I get this ValueError
if Ycoord >= Y_west and Xcoord == X_west:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
then i use the above restriction...
7
votes
1
answer
Error: mysqladmin: refresh failed; error: 'Unknown error'
My problem started when I was tired to get emails every day from Cron Daemon. The emails look like this:
From: Cron Daemon
Date: 2014-08-25 6:29 GMT+03:00
Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
To: [email protected]
/etc/cron.daily/logrotate:
/usr/bin/...
1
votes
2
answer
Getting error “Error: $injector:modulerr Module Error”
I want to use angular-google-map api, but getting error : 'Error: $injector:modulerr Module Error'
I want to test Google-map-api using browser key. I got this tutorial form How to use google-map-key
I tried to run but getting above error. Please see the demo for using Google-Map Key DEMO
34
votes
10
answer
403 Error - Thats an error. Error: disallowed_useragent
I am trying to authorise a user for Google calendar API inside an IOS app.
I am using the OAuth2 feature of Google to authenticate users. Authorisation page opens with a 403 error with the description:
This user-agent is not permitted to make OAuth authorisation request to Google as it is classified...
0
votes
1
answer
UBI error: ubi_io_read: error -74 (ECC error)
I'm struggling with writing the Linux root file system to a NAND device (MT29F2G08ABAEAH4-IT:E).
I have a UBI image created by Yocto as follows:
mkfs.ubifs -r /path/to/rootfs -o /path/to/output/rootfs.ubifs -m 2048 -e 129024 -c 1600 -F
ubinize -o /path/to/output/rootfs.ubi -m 2048 -p 128KiB -s 512 u...
0
votes
1
answer
Parse Error: Syntax Error,whitespace error
I get a error like
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE),
expecting identifier (T_STRING) or variable (T_VARIABLE) or number
(T_NUM_STRING)
for the below code..
$string=''.'< a href='tracklocation.php?deviceid=&vno='>'. $row['vehicle_no'].' ';
4
votes
4
answer
Resolver Emitting Error ` ERROR Error: “[object Object]” `
I'm having a problem with regards of implementing a resolver on my routes as it has no issue until I include InitialDataResolver on my routing module.
pages-routing.module.ts
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { FrontComponent } f...
1
votes
1
answer
Stripe error : submitTokenToBackend error, unresolved identifier error
I am working on a stripe project on iOS. I followed the start guide on stripe website for a primary test.
For iOS app, their SDK had a built-in addCardViewController. So I just copy and paste the code to my ViewController file. However, now I am having an error which is, an unresolved identifier su...
1
votes
3
answer
error C2360: error C2361: error C2039:
I'm beginner of c++, no knowledge on c++. I'm writing a code for student and module. The requirement is need to displayed the module and the student with final score, also the duplication. When I write the case 5 and case 6, after compile it show the error below.
error C2360: initialization of 'code...
3
votes
1
answer
Error in `contrasts' Error
I have trained a model and I am attempting to use the predict function but it returns the following error.
Error in contrasts
2
votes
3
answer
Error: $parse:syntax Syntax Error
This error is driving me crazy and I need help.
Syntax Error: Token '{' invalid key at column 2 of the expression [{{
field }}.$error] starting at [{ field }}.$error].
form-field.html
{{ field | labelCase }} *
{{ field | labelCase }} is required.
{{ field | labelCase }} {{ v[1] }}
directives.js
a...
1
votes
1
answer
Error : Interop.word.dll error
I have used Microsoft.office.interop.word dll to view word document and it is working fine on code level debugging
but after publishing my project on the same machine i am getting this exception
while creating the dll object
retrieving the COM class factory for component wit CLSID
{000209FF-0000-...
1
votes
2
answer
Smudge error: Error downloading
I'm not sure if this is the right forum to discuss git-lfs but as we have a tag for it I'll post my question. I have read the 'Troubleshoot Git LFS in Bitbucket' page.
I'm getting the following error when runing:
ssh-agent bash -c 'ssh-add /home/dan/.ssh/keyname; git clone [email protected]:[repo n...
1
votes
2
answer
403 error permission error
I open a apache server on my PC. And I can visit it by http://localhost. When I went to cmd and use ipconfig to know my ip and try to visit the site by this ip, it's failed.
'Forbidden
You don't have permission to access / on this server.
Apache/2.2.11 (Win32) PHP/5.2.17 Server at 169.243.***.** Por...
2
votes
1
answer
error A2008: syntax error :
I'm trying to write a bootloader for an OS I'm developing.
I'm getting a syntax error on the first line.
Here is my assembly code:
.286 ; CPU Type
.model TINY ; memory of model
;---------------------- EXTERNS -----------------------------
extrn _BootMain:near ; prototype of C func...
2
votes
1
answer
Uncaught Error [$injector:modulerr] error
I am new to Angular and I keep getting thrown the following error.
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.3.0-rc.0/$injector/modulerr?p0=puppyFarm&p1=E…larjs.org%2F1.3.0-rc.0%2F%24injector%2Fnomod%3Fp0%3DpuppyFarm%0A%20%20%20%......9)
I am unsure what I am doing wrong....
35
votes
5
answer
<<error type>> Strange Error
I have encountered a situation where xcode stops auto-completing and if you try to write a variable that already been defined xcode says >.
Here is my error:
2
votes
1
answer
error: DropdownList server error
I have this dropdownlist:
* SELECT CATEGORY *
which is working perfect on my local machine, but when I upload it to the server I got this error:
Server Error in '/' Application.
Compilation Error Description: An error occurred during the
compilation of a resource required to service this request....
1
votes
2
answer
Parse error: syntax error
what is this error ?
Parse error: syntax error, unexpected T_VAR in D:\xampp\htdocs\mehdi\application\libraries\phpass-0.1\PasswordHash.php on line 32
code:
$iteration_count_log2 = $params['phpass_hash_strength'];
$portable_hashes = $params['phpass_hash_portable'];
var $itoa64; //line 32
var $itera...
1
votes
2
answer
appcfg.py: error: Error parsing
When I try to deploy my app using google app engine, I get this response always
appcfg.py: error: Error parsing C:\Users\expensivestephen\Desktop\mytinywebdb\app.yaml: mapping values are not allowed here
in 'C:\Users\expensivestephen\Desktop\mytinywebdb\app.yaml', line 1, column 21.
And my app.yaml...
1
votes
1
answer
Scrapy: ERROR: Error processing
I have wrote (actually I have modified a scraper from the tutorial) sample scraper:
from scrapy.spider import Spider
from scrapy.selector import Selector
from dirbot.items import Website
class DmozSpider(Spider):
name = 'dmoz'
allowed_domains = ['cryptocoincharts.info']
start_urls = [
'http://www.cr...
1
votes
1
answer
Give Error 'mach_msg_trap' error
when run the following code it give proper result but when go to another view and go back an further search it give the 'mach_msg_trap' error
- (void)viewWillAppear:(BOOL)animated {
AppDeleget= [[UIApplication sharedApplication] delegate];
ProcessView *Process=[[ProcessView alloc] init];
[Process...
1
votes
1
answer
Error #2032: Stream Error
I am using an .swf file which takes data from an XML file to run.
I have added this swf file into my dot net web application in an iframe.
But when I run the application, flash gives the error:
ERROR #2032 Stream Error
Any ideas on how to solve this?
1
votes
1
answer
Paypal Error: Dispatch Error
I set up the RESTful API for PayPal in .NET, using their sample. It kinda works... I did manage to create a payment, but when I use the approval URL, it always says: dispatch error.
What could be the problem?
0
votes
2
answer
Node.js error(NPM Error)
I just bought a VPS that's running Ubuntu 14.4 and i installed Nodejs 1.4, but when i run my script(node tradebot.js) it just says this error! :-/
module.js:327
throw err;
^
Error: Cannot find module 'is-property'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (modul...
2
votes
2
answer
SDK Error Compiling error
Hi Guys i'm using this QR code scanner SDK from http://shopsavvy.mobi/sdk/.
i did everything that is shown is the demo apps and try to do it in my own app and encounter this whole chunk of error.
'__ZNSs6appendERKSs', referenced from:
__ZN5zxing4oned13Code128Reader9decodeRowEiNS_3RefINS_8BitArrayEEE...
1
votes
1
answer
error: C2059: syntax error : '{'
I would like to run an application in qt creator. But when i click on build, it showing error in carddetect.cpp
The error occurs here: void CardDetect::aamvaIssuerList()
But I can't find out what that error is.
124: error: C2059: syntax error : '{'
124: error: C2143: syntax error : missing ';' befor...
6
votes
1
answer
ERROR: Error installing oj:
I just cloned a repository from GitHub for the first time.
I went to check it out on my local machine, so within the local repository on my mac I ran the following command
bin/rails server
I got the following error:
Could not find activesupport-5.0.0.1 in any of the sources
Run bundle install to ins...
2
votes
1
answer
Error: error on “int”
I'm new to Processing and I need to create a random color, but it returns an error.
int R = (int)(Math.random()*255);
int G = (int)(Math.random()*255);
int B = (int)(Math.random()*255);
color randomColor = new color(R,G,B);
The final line in this returns error on 'int'
Did I not write the last line...
2
votes
1
answer
SQLDF error - syntax error
I'm running the following command:
sqldf('SELECT * FROM dat WHERE Form LIKE '%compare%' AND Create.Date LIKE '%7/01/11%' AND Post.Status = 'Success'')
but end up getting the following error.
Error in sqliteExecStatement(con, statement, bind.data) :
RS-DBI driver: (error in statement: near 'Create':...
1
votes
0
answer
Node.js Error : Error [ERR_IPC_CHANNEL_CLOSED]
I have a simple Node.js application using sticky-session, express and socket.io.
I have checked the Sticky-session library files and it should spawn a new worker once one of the other one dies, and so I tested to exit a process on 1 of the workers. But now instead of creating just a new worker, my w...
28
votes
4
answer
make: *** [ ] Error 1 error
I am trying to compile a Pro*C file on gcc and I am getting this error :
make: *** [MedLib_x.o] Error 1
This is the command printed by make:
/usr/bin/gcc -g -fPIC -m64 -DSS_64BIT_SERVER -I/home/med/src/common -
I/u01/app/oradb11r2/product/11.2.0/dbhome_3/rdbms/demo
-I/u01/app/oradb11r2/product/11....
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250