Giter Club home page Giter Club logo

Comments (7)

mbasso avatar mbasso commented on May 18, 2024

Hi @vkradio,
thank you for opening this issue.
I think that we can fix the build in 2 ways:

  • replace https with http for that resource
  • add the --allow-ssl option to the awesome_bot config to ignore that error
    What do you think?

from awesome-wasm.

vkradio avatar vkradio commented on May 18, 2024

I've tried to replace https to http, that game will not run. So I think we can suppress error for that string if it is possible.

from awesome-wasm.

mbasso avatar mbasso commented on May 18, 2024

I've tried http://funkykarts.rocks/demo.html and it works fine for me, can you please check it?
I'm not sure, but I think that we can suppress the error with the --white-list option

from awesome-wasm.

vkradio avatar vkradio commented on May 18, 2024

I've tried this version (http without www), and checked it with Fiddler. It shows that:

  1. http / -> redirects (301) to http /fLMYb/demo.html
  2. http /fLMYb/demo.html -> redirects (301) to http /demo.html
  3. http /demo.html -> redirects (302) to https https://www.funkykarts.rocks/demo.html
    and so thats it.

So if bot is able to traverse all this path, it may be ok.
Oh no, just realized that after step 3 bot will throw the same error. Let me think...

from awesome-wasm.

vkradio avatar vkradio commented on May 18, 2024

Or may be bot will be satisfied with just step 1 and then stop as happy?

from awesome-wasm.

mbasso avatar mbasso commented on May 18, 2024

I think that the bot will be satisfied with just step 1 as you said, but I haven't found enough documentation to make me sure. We can just try this solution.
If it doesn't work, we have to use the --white-list option

from awesome-wasm.

mbasso avatar mbasso commented on May 18, 2024

Just fixed replacing https with http, thank you very much for contributing 🎉

from awesome-wasm.

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.