hardbyte / hardbyte/python-can

OverflowError: mktime argument out of range

Đang mở
#1,444 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug file-io
Ngôn ngữ chính
Python
Star
1.6k
Fork
697
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Describe the bug

Exception `OverflowError: mktime argument out of range` occurred while reading BLF file on Windows OS.

### To Reproduce

```python
import os
import can

blf_path = os.path.join("my_can_data.blf")
loaded_blf = can.BLFReader(blf_path)
```

### Expected behavior

A given BLF file is read without exception.

### Additional context

OS and version: Windows 11 Pro
Python version: 3.10.6
python-can version: 4.0.0
python-can interface/s (if applicable): n/a

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.