Discuss Scratch

munkon11
Scratcher
10 posts

CloudLink - A powerful websocket extension

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

MikeDEV
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

hf3i05 wrote:

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browsers doesn't like connecting to a INSECURE we socket connection (ws/), when it expects a SECURE websocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
MikeDEV
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

I have opened up a thread on GitHub's issues pages. Feel free to report your errors (in detail) so I can figure out what's wrong. https://github.com/MikeDev101/cloudlink/issues/6#issue-661089995

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browsers doesn't like connecting to a INSECURE we socket connection (ws/), when it expects a SECURE websocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
how do i make a .bat file? use Visual Studio Code or GitHub?

HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom
hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

DabDatBass wrote:

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browsers doesn't like connecting to a INSECURE we socket connection (ws/), when it expects a SECURE websocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
how do i make a .bat file? use Visual Studio Code or GitHub?
Open Notepad (on Windows) or textEditor (on macOS), copy and paste that code, and then hit Save, but don't press Done. Instead, type .bat at the end of the file name, and then hit Done.

DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

hf3i05 wrote:

~SUPER BEEG SNIP~
k, now what do i do?

HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom
MikeDEV
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

DabDatBass wrote:

hf3i05 wrote:

~SUPER BEEG SNIP~
k, now what do i do?

If you've done the steps @hf3i05 said, you should be able to just double-click on the file to run it.

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

“the command prompt was disabled by your administrator. press any key to continue…”

HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom
wafflemuncher96
Scratcher
83 posts

CloudLink - A powerful websocket extension

Doesn't work fo me

Want to be more popular than Griffpatch? Click here…


hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

DabDatBass wrote:

“the command prompt was disabled by your administrator. press any key to continue…”
Do you use a school computer?

hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

hf3i05 wrote:

DabDatBass wrote:

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browsers doesn't like connecting to a INSECURE we socket connection (ws/), when it expects a SECURE websocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
how do i make a .bat file? use Visual Studio Code or GitHub?
Open Notepad (on Windows) or textEditor (on macOS), copy and paste that code, and then hit Save, but don't press Done. Instead, type .bat at the end of the file name, and then hit Done.
If you use Linux, use Linux's text editor (I forgot its name).

DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

SNIP wrote:

~snippy~
python server.py
pause
~snop~
Now I use chromebook…
My browser / operating system: ChromeOS 12607.82.0, Chrome 79.0.3945.123, Flash 32.0 (release 0)


Last edited by DabDatBass (July 22, 2020 14:46:58)


HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom
EngineerTeen
New to Scratch
11 posts

CloudLink - A powerful websocket extension

Hai, this is excellent!

Howdy! I'm a small time inventor and programmer in HTML, CSS, JavaScript, Python and PHP. I have been on Scratch for about 5 years and know a lot about it, I enjoy the forums, creating API tools too. As I say in my ‘About Me’ I will be helping in the forums I will also be using my programming and Scratch API knowledge to create web tools for the Scratch site as well, I hope you like my creations!
hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

Hi, I'm using CloudLink, but whenever I try to connect it fails, what can I be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browser doesn't like connecting to an INSECURE WebSocket connection (ws/) when it expects a SECURE WebSocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
Hmm.. still doesn't work.

MikeDEV
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

hf3i05 wrote:

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

Hi, I'm using CloudLink, but whenever I try to connect it fails, what can I be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browser doesn't like connecting to an INSECURE WebSocket connection (ws/) when it expects a SECURE WebSocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
Hmm.. still doesn't work.

Ok… What is your system info?
(OS name, version/build #/distro, RAM, User account type)

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

MikeDEV wrote:

hf3i05 wrote:

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

Hi, I'm using CloudLink, but whenever I try to connect it fails, what can I be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browser doesn't like connecting to an INSECURE WebSocket connection (ws/) when it expects a SECURE WebSocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
Hmm.. still doesn't work.

Ok… What is your system info?
(OS name, version/build #/distro, RAM, User account type)
Operating system: Linux Ubuntu 20.04 ‘Focal Fossa’
Browser: Opera 70.0.3728.71
RAM: 7.3 GiB (this was pasted here directly from About in Ubuntu's settings app, and I have no idea what GiB is)
User account type: Administrator user account

Last edited by hf3i05 (Aug. 19, 2020 16:40:46)


DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

My browser / operating system: ChromeOS 13020.87.0, Chrome 83.0.4103.119, Flash 32.0 (release 0) (and bump)

HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom
hf3i05
Scratcher
94 posts

CloudLink - A powerful websocket extension

MikeDEV wrote:

hf3i05 wrote:

munkon11 wrote:

hi, i'm using cloudlink, but whenever i try to connect it fails, what can i be doing wrong?
It's an issue that me, DabDatBass, and a lot of other people are having. Maybe it has something to do with the security settings, but I'm not sure.

I'm not sure, it works fine for me on Windows 10, version 1909, with Python 3.0. It might be missing packages. I probably need to check that. Other than that, the only other problem is either port 3000 is being used or the web browsers doesn't like connecting to a INSECURE we socket connection (ws/), when it expects a SECURE websocket connection (wss/).

If you use Windows, create a .bat file with the following:
python server.py
pause
And copy back the results here.

As for Linux or macOS, I'm not sure.
Oh, wait - I think it wasn't working because I don't have Python 3 installed. I'll install it and see if it works.

DabDatBass
Scratcher
1000+ posts

CloudLink - A powerful websocket extension

My browser / operating system: ChromeOS 13099.102.0, Chrome 84.0.4147.127, Flash 32.0 (release 0)

yea chromeos

HELLO!
Welcome to my siggy! CTRL + SHIFT + DOWN to see more of it
But more importantly, stay safe and wear a mask *enter mask here*



My Siggy Protectors: (o_o :: #ff0000) (0w0 :: #00aaff) ($ o $ :: #adadad) (q-q :: #00abbb) (uwu :: #aaffba) (:3 :: #FFA500) (l - l :: #0FBD8C):: custom

Powered by DjangoBB