Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D - lightningchart

I upgraded to version 4 and I am getting this error , But I have no idea where its coming from
Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The source height is 0.
Its coming around axis = chart.addAxisY(true);
But my chart and everything is created .
Finally found where the bug is happening , if I remove this part that error is not coming , is anything depreciated in below code in version 4 ?
lastsignalname = chart.addUIElement(UIElementBuilders.TextBox, { x: axisX, y: axisY })

Related

PDFPageCountError: Unable to get page count

I am trying to use pdf2image, but I am getting this error:
PDFPageCountError: Unable to get page count.
I/O Error: Couldn't open file 'C:\Users\user_name\Desktop\folder_name\folder2_name\folder3_name\007-084841-1 to 31 Dec'22': No error.
It is confusing as it doesn't give any error, it just says 'No error'
My code is:
doc = convert_from_path("C:\\Users\\user_name\\Desktop\\folder_name\\folder2_name\\folder3_name\\007-084841-1 to 31 Dec'22")
path, fileName = os.path.split("C:\\Users\\user_name\\Desktop\\folder_name\\folder2_name\\folder3_name\\007-084841-1 to 31 Dec'22")
fileBaseName, fileExtension = os.path.splitext(fileName)
for page_number, page_data in enumerate(doc):
txt = pytesseract.image_to_string(Image.fromarray(page_data)).encode("utf-8")
print("Page # {} - {}".format(str(page_number),txt))
Can anyone help me please?
I don't know what to try as the error message just says Unable to open...: No error

TypeError: Cannot set property 'kind' of undefined

trying to run NextJS build I got this error
I am using NextJS version 12.1.6, I tried to remove node_module and package.lock.json but it did not work
any suggestion, please
TypeError: Cannot set property 'kind' of undefined
at transformBlockScopedVariable (/application/node_modules/#babel/plugin-transform-block-scoping/lib/index.js:122:41)
at PluginPass.VariableDeclaration (/application/node_modules/#babel/plugin-transform-block-scoping/lib/index.js:81:9)
at i (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:373015)
at NodePath._call (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:292626)
at NodePath.call (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:292450)
at NodePath.visit (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:293401)
at TraversalContext.visitQueue (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:286761)
at TraversalContext.visitMultiple (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:286362)
at TraversalContext.visit (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:287032)
at Function.traverse.node (/application/node_modules/next/dist/compiled/babel/bundle.js:1890:288552)

Grafana- TypeError: Cannot read properties of undefined (reading 'values')

When i try to Set a query and alert condition under the alert role I keep getting the below error. I search other blogs could not able to resolve this issue
An unexpected error happened
Details
TypeError: Cannot read properties of undefined (reading 'values')
at ni (http://localhost:3000/public/build/AlertingRuleForm.f65c22acec748d21665e.js:145:233)
at div
at de (http://localhost:3000/public/build/9512.8f35f1c2de682ecc2973.js:2:92536)
at li (http://localhost:3000/public/build/AlertingRuleForm.f65c22acec748d21665e.js:252:28)
at div
at de
Query i was using:
from(bucket:"API_BE")
|> range(start: -15m)
|> filter(fn: (r) => r._measurement == "3 API competition")
|> yield()
Grafana Version: 9.3.2
(DataSource)Influx Db version: v2.6.0
I am running grafana and influxd in local machine(Windows:10)

file_get_html() not working for the only webpage

I want to call a simple DOM file
I tested with another links and it works, but with this url it's not working.
My code is:
$bnadatos = file_get_html("http://www.rofex.com.ar/cem/FyO.aspx");
foreach($bnadatos->find('[#id="ctl00_ContentPlaceHolder1_gvFyO"]') as $i){
echo "datos:";
echo $i->innertext;
}
Response is a blank page.
What's wrong?
i solved with
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_html("https://www.rofex.com.ar/cem/FyO.aspx", false, stream_context_create($arrContextOptions));
foreach($response->find('[#id="ctl00_gvwDDF"]/tbody/tr[2]/td[2]') as $i){
echo $i->innertext;
}
thank you #maio290 for light my road
This is just a guess, but do you have your error reporting on?
Out of the box, this is not working with the simple-html-dom library:
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /var/www/html/dom.php on line 83
Warning: file_get_contents(): Failed to enable crypto in /var/www/html/dom.php on line 83
Warning: file_get_contents(http://www.rofex.com.ar/cem/FyO.aspx): failed to open stream: operation failed in /var/www/html/dom.php on line 83
Fatal error: Call to a member function find() on boolean in /var/www/html/test.php on line 11
A fix for this can be found here - with that in place, I still get a blank page, which is due to a wrong answer (301 Moved Permanently) - for this to fix, you need to modify
'follow_location' => false
to
'follow_location' => true
so, now we get the proper site content - you can modify the selector to $html->find('#ctl00_ContentPlaceHolder1_gvFyO'); this will find all element which id=ctl00_ContentPlaceHolder1_gvFyO - see the documentation as reference.

Error when launching a default Meteor application

I have started getting errors when I launch a brand new default Meteor app.
$ meteor --version
Meteor 1.2
Here are my steps to reproduce on Mac OS 10.10.5:
Reboot the computer, open a Terminal window and run...
$ meteor create test
$ cd test
$ meteor
Open a browser window at http://localhost:3000
Server error:
=> App running at: http://localhost:3000/
Internal exception while processing message { msg: 'connect',
version: '1',
support: [ '1', 'pre2', 'pre1' ] } Cannot read property '_CurrentInvocation' of undefined TypeError: Cannot read property '_CurrentInvocation' of undefined
at withoutInvocation (packages/meteor/packages/meteor.js:404:1)
at bindAndCatch (packages/meteor/packages/meteor.js:414:1)
at Object._.extend.setInterval (packages/meteor/packages/meteor.js:441:1)
at [object Object]._.extend._startHeartbeatIntervalTimer (packages/ddp-common/packages/ddp-common.js:71:1)
at [object Object]._.extend.start (packages/ddp-common/packages/ddp-common.js:66:1)
at new Session (livedata_server.js:312:20)
at [object Object]._.extend._handleConnect (livedata_server.js:1427:29)
at livedata_server.js:1356:18
Browser error:
Uncaught TypeError: Cannot read property '_CurrentInvocation' of undefinedwithoutInvocation # meteor.js:407bindAndCatch # meteor.js:417_.extend.setInterval # meteor.js:444_.extend._startHeartbeatIntervalTimer # ddp-common.js:71_.extend.start # ddp-common.js:66_.extend._livedata_connected # ddp-client.js:4158onMessage # ddp-client.js:3310(anonymous function) # ddp-client.js:2704_.each._.forEach # underscore.js:134_.extend._launchConnection.self.socket.onmessage # ddp-client.js:2703REventTarget.dispatchEvent # ddp-client.js:143SockJS._dispatchMessage # ddp-client.js:1128SockJS._didMessage # ddp-client.js:1186SockJS.websocket.that.ws.onmessage # ddp-client.js:1333
meteor.js:862 Received error from server: Must connect first
meteor.js:864 For: Object {msg: "sub", id: "ARDnnLu2X7G7WfWgx", name: "meteor_autoupdate_clientVersions", params: Array[0]}id: "ARDnnLu2X7G7WfWgx"msg: "sub"name: "meteor_autoupdate_clientVersions"params: Array[0]length: 0__proto__: Array[0]__proto__: Object
The app seems to run normally. What does this error mean?
Run meteor update to update Meteor to version 1.2.0.1.
Read more about this error.

Resources