-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lego WeDo2.0 not connecting anymore #40
Comments
Hay........... I seen that screen before but I don't remember what was the problem |
Hello These are the commands I ran.
Thanks |
IT
WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
…On Fri, Feb 23, 2024 at 2:50 PM quamis ***@***.***> wrote:
Hello
installing pip's websockets works.
These are the commands I ran.
sudo apt remove python3-websockets
sudo apt purge python3-websockets
pip install websockets
scratch_link -d
Thanks
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF62UNB2PTQNAJHPTKJDRC3YVAUZ3AVCNFSM6AAAAABDLPW5A2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQG43DKNZWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
THANKS
…On Sun, Feb 25, 2024 at 1:52 PM 승현 ***@***.***> wrote:
IT
WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
On Fri, Feb 23, 2024 at 2:50 PM quamis ***@***.***> wrote:
> Hello
> installing pip's websockets works.
>
> These are the commands I ran.
>
> sudo apt remove python3-websockets
> sudo apt purge python3-websockets
> pip install websockets
>
> scratch_link -d
>
> Thanks
>
> —
> Reply to this email directly, view it on GitHub
> <#40 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BF62UNB2PTQNAJHPTKJDRC3YVAUZ3AVCNFSM6AAAAABDLPW5A2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQG43DKNZWHE>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
🇰🇷
승현 reacted via Gmail
<https://www.google.com/gmail/about/?utm_source=gmail-in-product&utm_medium=et&utm_campaign=emojireactionemail#app>
…On Sun, Feb 25, 2024 at 1:52 PM 승현 ***@***.***> wrote:
THANKS
On Sun, Feb 25, 2024 at 1:52 PM 승현 ***@***.***> wrote:
> IT
> WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>
> On Fri, Feb 23, 2024 at 2:50 PM quamis ***@***.***> wrote:
>
>> Hello
>> installing pip's websockets works.
>>
>> These are the commands I ran.
>>
>> sudo apt remove python3-websockets
>> sudo apt purge python3-websockets
>> pip install websockets
>>
>> scratch_link -d
>>
>> Thanks
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#40 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/BF62UNB2PTQNAJHPTKJDRC3YVAUZ3AVCNFSM6AAAAABDLPW5A2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQG43DKNZWHE>
>> .
>> You are receiving this because you commented.Message ID:
>> ***@***.***>
>>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
thanks for you project. My kid loves playing with WeDo2.0 and your project keeps him being able to use it on linux. He used it on an older Linux Mint (originally installed around 2018-2019 i guess) until 1-2 weeks ago. I had the "bright" ideea to upgrade his system to latest Mint version, and now scratch_link doesn't seem to o anything.
When accessing https://scratch.mit.edu/ and trying to connect to WeDo the connection popup doesn't seem to spend any time searching for the actual device.
In the Firefox console I'm seeing this message:
Manually connecting to https://device-manager.scratch.mit.edu:20110/scratch/ble returns
As far a I remember PR_END_OF_FILE_ERROR is returned when the https server closes the connection without communicating anything, and scratch_link doesn't seem to log anything regarding to the webserver activity, so i guess that something is wrong on the ws side.
The text was updated successfully, but these errors were encountered: