Jump to content

Recommended Posts

Posted

Just getting "There was an error connecting to the server" in the Output pane of Replit.

 

Nothing obvious in the Smoothwall logs.

Bypassing Smoothwall it works OK.

 

Following are all in a category which is "Not Inspected" & "Do Not Filter"

 

eval2.janeway.platform.replit.com

production-ai-chat.replit.com

replit.co

replit.com

replit.com/~

vscode-cdn.net

 

 

Must be missing something, but can't work out what :/

 

Smoothwall ticket opened, but they can take a while so posting here in case anyone has the answer.

 

2.JPG

Posted

We've had a bit of an issue with this. Even going to the extent of opening Inspect element and going through the Console option to find some urls.

 

Some we found were:

 

eval.global.replit.com

gp-v2.replit.com

sp.replit.com

 

Hope that may help

Posted
I wish I could help but we gave up on this. It was the VNC port 5900 connection in that right hand side frame that was the issue, and after a few weeks of trying our computing department decided to go in another direction.
Posted
We've had a bit of an issue with this. Even going to the extent of opening Inspect element and going through the Console option to find some urls.

 

Some we found were:

 

eval.global.replit.com

gp-v2.replit.com

sp.replit.com

 

Hope that may help

 

Added to my allow category in Smoothwall but sadly the connection still cannot be made :(

Posted
I wish I could help but we gave up on this. It was the VNC port 5900 connection in that right hand side frame that was the issue, and after a few weeks of trying our computing department decided to go in another direction.

 

I'm not seeing anything relating to VNC.

Posted (edited)
I got it working yesterday putting a firewall rule in place to allow TCP traffic out on port 5900 but it's stopped working today. Destination is still the same. I haven't tried adding a UDP rule to allow port 5900. I'll try that now. Edited by bknaggs
UDP not UNC
Posted

Adding a UDP rule doesn't make a difference. Bringing up the Dev tools in Edge gives me

 

WebSocket connection to 'wss://4b44d6cc-e637-420a-99fb-c9926acbf1d0-00-393cmxdpyvuip.janeway.replit.dev:5900/' failed:

 

This is going through Smoothwall cloud filter in our case and bypassing the local box.

Posted

Second line remoted in.

 

Category list amended to:

 

js.stripe.com

repl.co

replit.co

replit.com

replit.dev

vscode-cdn.net

 

port 5900 is added to web proxy settings > Additional web port settings.

 

 

 

Strangely the test Replit was not even connecting for the second line engineer on his own PC, so not sure if we actually fixed anything or if the REPLIT site was having issues which co-incidentally were resolved during our call !

 

 

Asked Head of Computing to run more tests.

 

 

This was test Replit

 

from tkinter import *

 

app = Tk()

 

 

app.mainloop()

 

 

The "webview" in a filter test still blocks access to sites students should not be able to access.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...