[BUG] chat.start_time is null
See original GitHub issueHi,
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:
-
A minimal reproducible example: It’s the same code as above
-
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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works perfectly !
There we go 👍 You can now upgrade to 0.0.7