question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] chat.start_time is null

See original GitHub issue

Hi,

Basic information

  • Program version: 0.0.6
  • Python version: 3.8.0
  • Operating system: Windows 10

Describe the bug

ChatDownloader().get_chat(url) returns ‘null’ for start_time

Command/Code used

from chat_downloader import ChatDownloader

url = 'https://www.youtube.com/watch?v=9oX8-4dIkpss'
chat = ChatDownloader().get_chat(url)       # create a generator
print(chat.start_time)

Otherwise, if using the python module, provide the following:

  1. A minimal reproducible example: It’s the same code as above

  2. Output, traceback or other information relating to the bug:

{'chat': <generator object YouTubeChatDownloader._get_chat_messages at 0x0000018E349784A0>, 'title': "【Visage】最終回!もう怖い!Visage正式リリース!I'm so scared!#3【周防パトラ / ハニスト】", 'duration': 12288, 'is_live': False, 'start_time': None, 'site': <chat_downloader.sites.youtube.YouTubeChatDownloader object at 0x0000018E36F52550>, 'format': <function ChatDownloader.get_chat.<locals>.<lambda> at 0x0000018E36F5B310>}

Expected behavior

Should not be null

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
teisseire117commented, Feb 18, 2021

There we go 👍 You can now upgrade to 0.0.7

Works perfectly !

0reactions
xenovacommented, Feb 18, 2021

There we go 👍 You can now upgrade to 0.0.7

Read more comments on GitHub >

github_iconTop Results From Across the Web

Field 'startTime' should not be null · Issue #684 - GitHub
Describe the bug . ... Field 'startTime' should not be null #684 ... reportportal locked as off-topic and limited conversation to ...
Read more >
What is time(NULL) in C? - Stack Overflow
The call to time(NULL) returns the current calendar time (seconds since ... it can be changed to a 64-bit type, dodging the y2.038k...
Read more >
pass null value in start & end date of Kendo gantt chart
Hi,. I have developed an application where I am displaying records in kendo Gantt chart, Initially I want to display only title and...
Read more >
TypeError: Cannot read property 'className' of null - Syncfusion
Hi, I am using react schedular in a project. There is the following error when we double click on a cell to open...
Read more >
'Environment id is null or empty' error when value...
'Environment id is null or empty' error when value provided in Card Type ID field of Post adaptive card in a chat or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found