Can't access webmin from remote/local computer

91

I've just installed ubuntu server 18.4 with webmin installed too.

I was meet the same problem (i can access webmin from local but can't from LAN network). and I found out how to get it to work.

There's many guilds tell you to reconfig webmin to disable SSL but:

Just simply add "https://" before your server_ip. it will look like "https://192.168.1.100:10000"

At least, it worked for me.

Hope this help.

Share:
91

Related videos on Youtube

Anju Balan
Author by

Anju Balan

Updated on September 18, 2022

Comments

  • Anju Balan
    Anju Balan almost 2 years

    I am trying to retrieve comments from multiple videos and if the video have comments restricted, it throws me error on response. How can I handle this? Example for the video with comment session restricted:

    video_Id= 'zO-jDWZ4mxA'
    video_response = youtube.commentThreads().list(
     part = 'snippet',
     videoId = video_Id).execute()
    video_response
    

    Error:

    HttpError: <HttpError 404 when requesting https://youtube.googleapis.com/youtube/v3/commentThreads?part=snippet&videoId=zO-jDWZ4mxA&key=AIzaSy...&alt=json returned "The video identified by the <code><a href="/youtube/v3/docs/commentThreads/list#videoId">videoId</a></code> parameter could not be found.". Details: "[{'message': 'The video identified by the <code><a href="/youtube/v3/docs/commentThreads/list#videoId">videoId</a></code> parameter could not be found.', 'domain': 'youtube.commentThread', 'reason': 'videoNotFound', 'location': 'videoId', 'locationType': 'parameter'}]">