Fernando Skackauskas

Ranch Hand
+ Follow
since Nov 14, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Fernando Skackauskas

Hi guys,

I am novice in linux.

I'm trying to access a linux machine.

https://187.84.228.66

But it returns the error message. ERR_CONNECTION_REFUSED

I used the a command to iptables -F and iptables -X. Even so, when I try to access it still gives the same error = ERR_CONNECTION_REFUSED

What can I do?

Thank.

Fernando
6 years ago
Hello team,

I need to urgently terminate a program because it is ending the deadline.

I developed a communication program using peer the following script.js



But at the moment of picking up the id the following messages occur:

Failed to load 187.84.228.139:9000/peerjs/peerjs/id?ts=15204245707800.6806042256269524 resource: net::ERR_TUNNEL_CONNECTION_FAILED
peer.js:1476 PeerJS:  ERROR Error retrieving ID undefined
peer.js:1476 PeerJS:  ERROR Aborting!
peer.js:1476 PeerJS:  ERROR Error: Could not get an ID from the server.
peer.js:1476 PeerJS:  ERROR Error retrieving ID ProgressEvent {isTrusted: true, lengthComputable: false, loaded: 0, total: 0, type: "error", …}
peer.js:1476 PeerJS:  ERROR Aborting!
peer.js:1476 PeerJS:  ERROR Error: Could not get an ID from the server.

What is happening? How can I solve this problem?

I strongly urge a solution.

Thanks,

Fernando
Hello Guys,

I have a Java Script program as bellow:



When I run the program using node, with the command = node PeerSer.js, occurs the error message:

_tls_common.js:104
     c.context.setKey(options.key, options.passphrase);
               ^

Error: error:0906D066:PEM routines:PEM_read_bio:bad end line
   at Object.createSecureContext (_tls_common.js:104:17)
   at Server (_tls_wrap.js:803:25)
   at new Server (https.js:54:14)
   at Object.createServer (https.js:76:10)
   at PeerServer (C:\Conciliar\node_modules\peer\lib\index.js:76:20)
   at Object.<anonymous> (C:\Conciliar\PeerServer.js:4:14)
   at Module._compile (module.js:643:30)
   at Object.Module._extensions..js (module.js:654:10)
   at Module.load (module.js:556:32)
   at tryModuleLoad (module.js:499:12)

What is wrong?

Thanks,

Fernando



Hello Guys.

I'm trying to develop a "video-conference" site.

I'm using PeerJs.

The browsers require that the site page be HTTPS.

The problem is that when calling the PeerJs library, it has an HTTP call and not HTTPS inside.

Then it returns the error:

peer.js: 861 Mixed Content: The page at 'https://conciliar.org/conciliacao_v4.php?' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://0.peerjs.com:9000/tadjksnufvlvj9k9/id?ts=15174003570050.24148370874463132'. This request has been blocked; the content must be served over HTTPS


That is, the PeerJs library itself does not allow the site to be completed, since all calls should be HTTPS, and inside the PeerJs library it calls HTTP.

Has anyone ever had this situation using PeerJs or something similar to solve?

Is there another way to solve this problem?

Thank you,

Fernando
Hi Guys,

I'm developing a program that aim to peer-to-peer data, video, and audio calls. Like a video conference.

I am using peer.js.

But the following error is occurring:

GET https://cdn.peerjs.com/0.3/peer.js net::ERR_INSECURE_RESPONSE

How can I solve this?

Thanks,

Fernando
Hi Guys,

I'm developing a program that aim to peer-to-peer data, video, and audio calls. Like a video conference.

I am using peer.js.

But the following error is occurring:

peer.js:861 Mixed Content: The page at 'https://conciliar.org/conciliacao_v3.php?' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://0.peerjs.com:9000/tadjksnufvlvj9k9/id?ts=15170732743070.0245404241055438'. This request has been blocked; the content must be served over HTTPS.

How can I solve this?

Thanks,

Fernando
Hi Tim,

the problem is: this video conference is for company. I need to have the videos recorded for later conference. WebRTC allows to interact with HTML and javascript? Can I call the WebRTC from my site?
Hi Guys,

I have a website where I capture the camera image from the user's computer and display it on the site using javascript.

But I need to capture the camera from three different computers and display it on the site at the same time. That is, the three users see each other at the same time on the site. Just like a video conference.

Does anyone have any idea how I can do this?

Thanks,

Fernando
Hi Guys,

I need to develop a website that must capture the camera of the user´s computer and show it on the site in real time. Should be for multiple users, like a video-conference

Is this possible with Javascript?

Thanks.
Hello Guys,

I need open and view a word or pdf files in javascript / HTML.

I do not want to open in a frame, but open the file direct in Word or PDF editor.

How can I to do this?

Thanks,

Fernando
Hello Guys,

I am runing a program in HTML where I need access Google maps.

But I am receiving the follow error message:

You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

The code is bellow



How can I fix that error?

Thanks,

Feranndo
Hello Guys,

I have the following problem:

I have a python program where I call a ".bat" file (autentica.bat). This file, in turn, call a java program. Below the codes:

PYTHON



".BAT" FILE



The return of this program should bring "ok" or "not ok".

But instead of receiving the return "ok" or "not ok", I get the command itself of ".bat" file. That means, the comand in Python "output = p.stdout.read()" is returning "java -Djava.library.path="C:\Nitgen" -jar C:\Nitgen\Busca3-N_java.jar C:\Nitgen\arquivo.rec" and and not the java program's returner that should be returning

Why is this happening? Why is Python returning the command itself in ".bat" and not the return it should be returning by Java?

Thanks,

Fernando
7 years ago
Hello Guys,

I have the following error message when using Ajax in Java:

How can I solve this problem?

Thanks,

Fernando
Hello Guys,

A have the following problem:

I need to access a MySQL 5 database through the PHP language and the Java language.

When access using PHP does not occur any error.

But when accessing using Java, the following error message occurs:

java.sql.SQLException: Access denied for user 'autbio.com'@'187.84.232.228' (using password: YES)

I do not understand the cause of this problem using Java.

Thanks,

Fernando

7 years ago
I am using AJAX because the image is recorded in a database Mysql. A Blob filed.

So, I am retrieving the image from MySQL - a Blob field. Then, when I receive the image in my website, I do not know how show the image using JavaScript.