gologinapp / gologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and runnig
114 stars 82 forks source link

WebRTC not working #138

Open cloudxmr opened 4 months ago

cloudxmr commented 4 months ago

image

AlexName1 commented 3 months ago

I have the same problem, please solve it

SattyaP commented 3 months ago

Are you sure your profile on gologin has it enabled? Can you provide details of your problem and what kind of library you are using? Maybe you can provide a code example.

Thank you

SattyaP commented 3 months ago

I have the same problem, please solve it

Make sure you do not disable webrtc in the user profile settings

AlexName1 commented 3 months ago

I have the same problem, please solve it

Make sure you do not disable webrtc in the user profile settings

Use library - pygologin I create a new profile, use the method create() and send json:

{'notes': '', 'autoLang': True, 'bookmarks': {}, 'isBookmarksSynced': True, 'browserType': 'chrome', 'os': 'lin', 'osSpec': '', 'isM1': False, 'startUrl': '', 'googleServicesEnabled': False, 'lockEnabled': False, 'debugMode': False, 'geoProxyInfo': {}, 'storage': {'local': True, 'extensions': True, 'bookmarks': True, 'history': True, 'passwords': False, 'session': False, 'indexedDb': False, 'enableExternalExtensions': False}, 'dns': '', 'plugins': {'enableVulnerable': True, 'enableFlash': True}, 'timezone': {'enabled': True, 'fillBasedOnIp': True, 'timezone': ''}, 'geolocation': {'mode': 'prompt', 'enabled': True, 'customize': True, 'fillBasedOnIp': True}, 'audioContext': {'mode': 'noise'}, 'canvas': {'mode': 'off'}, 'clientRects': {'mode': 'off'}, 'webGL': {'mode': 'off'}, 'mediaDevices': {'videoInputs': 0, 'audioInputs': 0, 'audioOutputs': 1, 'enableMasking': True}, 'webRTC': {'mode': 'alerted'}, 'extensions': {'enabled': True, 'preloadCustom': True, 'names': [...]}, 'profile': '', 'googleClientId': '', 'chromeExtensions': [], 'chromeExtensionsToAllProfiles': [], 'userChromeExtensions': [], 'folders': []}

and i'm sending a proxy too.

and in this profile on the site https://www.browserscan.net it shows:

WebRTC disabled 
WebRTC STUN disabled

GoLogin app it shows: WebRTC - Based on IP

cloudxmr commented 2 months ago

image I'm using gologin with the default options