Code Monkey home page Code Monkey logo

chillingmusic's People

Contributors

adinetech avatar imgbotapp avatar jessej-samuel avatar msftgits avatar restyled-commits avatar sudhanplayz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chillingmusic's Issues

Question

How to get song id ?
What it is

Website cannot be reached

Hi There, I stumbled across this repo for Hacktoberfest but it seems like your website is down. Some sort of DNS issue.

I have tried on 4g and wifi across different devices and browsers.

image

Site can't be reached

I ran into this repository and when I opened the link: https://chillingmusic.cf/

It takes a long time to load and eventually says "This site can't be reached"

Error Code: DNS_PROBE_FINISHED_NXDOMAIN

It may just been an issue with my computer but this is the first time I'm running into something like this. Could be something wrong with the DNS Server or Hosting Server?

Hope y'all can figure it out.
Goodluck :)

Build failed browser scripts cannot have imports or exports.

When I try to build using parcel build index.html, the terminal output throw this error

~/ChillingMusic ⑂master* $ parcel build index.html
🚨 Build failed.

@parcel/transformer-js: Browser scripts cannot have imports or exports.

  /home/container/ChillingMusic/src/index.ts:8:1
     7 |  */
  >  8 | import Songs from "./songs"
  >    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     9 | import Types from "./index.d"
    10 | import TodaySongID from "./todaySongID"
  
  /home/container/ChillingMusic/index.html:23:9
    22 |         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
  > 23 |         <script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.2.3/pace.min.js"></script>
  >    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The environment was originally created here
    24 |         <link href="/css/pace-theme.css" rel="stylesheet" />
    25 |         <link rel="stylesheet" href="/css/main.scss">

  💡 Add the type="module" attribute to the <script> tag.
  📝 Learn more: https://parceljs.org/languages/javascript/#classic-scripts

~/ChillingMusic ⑂master* $

I already install parcel and another npm package as well. Trying in another machine throw the same error. So how to fix?

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.