Code Monkey home page Code Monkey logo

Comments (2)

dotX12 avatar dotX12 commented on August 25, 2024 1

Since upgrading to Linux Mint 21 (ubuntu 20.04) I'm seeing

DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop()

Seems my Python is now version 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]

Paul Cornelius says (on StackExchange) "code will run on Python3.10 but as of 3.11 it will be an error to call asyncio.get_event_loop when there is no running loop in the current thread. Since you need loop as an argument, apparently, you must explicitly create and set it.

I tried pasting something like his suggestion, into my script in place of the 'loop = asyncio.get_event_loop()' bit, but just got a TypeError instead...

https://github.com/dotX12/ShazamIO/blob/b05b1eb2f8e714f3b3b19e201786f59aef711317/examples/recognize_song.py#L1-L15

from shazamio.

dotX12 avatar dotX12 commented on August 25, 2024 1

https://github.com/dotX12/ShazamIO/blob/b05b1eb2f8e714f3b3b19e201786f59aef711317/examples/recognize_song.py#L14-L15

Thank you for reporting this, not all examples have it fixed, but here is the corrected version.

from shazamio.

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.