Coder Social home page Coder Social logo

Comments (7)

cobalt2727 avatar cobalt2727 commented on June 13, 2024

What happens when you try to open the Megascript from the app list?

If I remember correctly, China blocks https://raw.githubusercontent.com, so you might need to set up a VPN to use the Megascript...

from l4t-megascript.

ztyjason avatar ztyjason commented on June 13, 2024

megascript’s window flickers and then closes

from l4t-megascript.

cobalt2727 avatar cobalt2727 commented on June 13, 2024

you might need to set up a VPN to use the Megascript...

Let's see if my guess is correct. Can you tell me what happens when you type this in a terminal?

bash <( wget -O - https://raw.githubusercontent.com/cobalt2727/L4T-Megascript/master/core_refactor2.sh ) "gui"

This command runs the app, and should show you error logs.

from l4t-megascript.

ztyjason avatar ztyjason commented on June 13, 2024

https://ibb.co/D1QHCxt

from l4t-megascript.

theofficialgman avatar theofficialgman commented on June 13, 2024

please send the contents of wget-log from the folder you ran the command in. regardless I belive cobalt is correct and China's great firewall is blocking you access to the wider internet.

also in the future run it so that we can read it in english like follows:

add_english() { # add en_US locale for more accurate error
  if [ "$(cat /usr/share/i18n/SUPPORTED | grep -o 'en_US.UTF-8')" == "en_US.UTF-8" ]; then
    locale=$(locale -a | grep -oF 'en_US.utf8')
    if [ "$locale" != 'en_US.utf8' ]; then
      status "Adding en_US locale for better logging... "
      sudo sed -i '/en_US.UTF-8/s/^#[ ]//g' /etc/locale.gen
      sudo locale-gen
    fi
  else
    warning "en_US locale is not available on your system. This may cause bad logging experience."
  fi
  export LANG="en_US.UTF-8"
  export LANGUAGE="en_US.UTF-8"
  export LC_ALL="en_US.UTF-8"
}
add_english

bash <( wget -O - https://raw.githubusercontent.com/cobalt2727/L4T-Megascript/master/core_refactor2.sh ) "gui"

from l4t-megascript.

cobalt2727 avatar cobalt2727 commented on June 13, 2024

I would suggest setting up a VPN - this will allow you to properly use the Megascript without government censors.

from l4t-megascript.

cobalt2727 avatar cobalt2727 commented on June 13, 2024

@Hvliam I have deleted your comment. Do not advertise unrelated junk. This is your only warning. Users needing support can file an Issue report here or use the 3 Discord servers run by us or the Switchroot team.

from l4t-megascript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.