Code Monkey home page Code Monkey logo

Comments (2)

KalvinThien avatar KalvinThien commented on June 1, 2024

from TikTokLive import TikTokLiveClient

from TikTokLive.events import CommentEvent, ConnectEvent
await asyncio.sleep(30)

client: TikTokLiveClient = TikTokLiveClient(unique_id=username)

@client.on("connect")
async def on_connect(event: ConnectEvent):
st.success("Successful connection to ROOM ID: {}".format(client.room_id))

@client.on("comment")
async def on_comment(event: CommentEvent):
# Update prompt_parts with new comments and return to original content after every reading
prompt_parts[0] = original_prompt + f" There is a new comment from you with the nick name {event.user.nickname}: {event.comment}?, read through and reply"

st.session_state['latest_comment'] = event.comment
st.success(f"{event.user.nickname} -> {event.comment}")

now, i get an error :

AttributeError: 'str' object has no attribute 'get_type'
Traceback:
File "C:\Users\KalvinThien\AppData\Roaming\Python\Python311\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "D:\tech_review\edit_video\Ewrite\Full_web\pages\Etool_source\Full_Code_Etools\Live_stream_voice_Ai_Khong_comment.py", line 567, in
asyncio.run(main())
File "C:\Users\KalvinThien\AppData\Local\Programs\Python\Python311\Lib\site-packages\nest_asyncio.py", line 30, in run
return loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\KalvinThien\AppData\Local\Programs\Python\Python311\Lib\site-packages\nest_asyncio.py", line 98, in run_until_complete
return f.result()
^^^^^^^^^^
File "C:\Users\KalvinThien\AppData\Local\Programs\Python\Python311\Lib\asyncio\futures.py", line 203, in result
raise self._exception.with_traceback(self._exception_tb)
File "C:\Users\KalvinThien\AppData\Local\Programs\Python\Python311\Lib\asyncio\tasks.py", line 277, in __step
result = coro.send(None)
^^^^^^^^^^^^^^^
File "D:\tech_review\edit_video\Ewrite\Full_web\pages\Etool_source\Full_Code_Etools\Live_stream_voice_Ai_Khong_comment.py", line 466, in main
@client.on("connect")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\KalvinThien\AppData\Local\Programs\Python\Python311\Lib\site-packages\TikTokLive\client\client.py", line 275, in on
return super(TikTokLiveClient, self).on(event.get_type(), f)
^^^^^^^^^^^^^^

from tiktoklive.

isaackogan avatar isaackogan commented on June 1, 2024

Need more info. Explain your issue. I will not read your stacktrace to guess.

from tiktoklive.

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.