Giter VIP home page Giter VIP logo

vspyyt's Introduction

Hi there ๐Ÿ‘‹ I'm emlo40

I create various trashy projects. I am always willing to assist with any issues that may arise when using them.

Languages and Tools:

arduino aws bash blender c cplusplus css3 docker gcp git html5 linux mysql python

vspyyt's People

Contributors

mlo40 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vspyyt's Issues

for key in data["data"]:

Hi,

I'm having issue with line # 29 in vsyt.py file. Could you tell me where you're referencing the data?

Getting this.

VsPyYt-main/vsyt.py", line 28, in main
for key in data["data"]:
NameError: name 'data' is not defined

*loop* parameter was removed from Lock() in 3.10

Hello I use python 3.10, and websocket modules got error because loop parameter is not available in this version.

As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary

How can we fix that? from python documentation I got recommend to use asyncio modules.

getmd causes disconnect in very specific use cases

getmd after the second loop causes a disconnect,
example code of problem.
probably caused by my stupidity

for c in chat.get().sync_items():
                await getmd(websocket) 
                print(f"{c.message}")
                if "!cat" == f"{c.message}":
                    await mdch(websocket,"model id"")
                elif "!human" == f"{c.message}":
                    await mdch(websocket,"model id")
            time.sleep(0.5)

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.