Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible fix for CSV encoding #44

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Possible fix for CSV encoding #44

merged 3 commits into from
Mar 13, 2024

Conversation

L11K
Copy link
Contributor

@L11K L11K commented Mar 4, 2024

Hello. Every year or so I try to make progress with my programming adventure, so I hope I managed to contribute something.

Let me know if I did something wrong or further bloated the code.

Fix #21, #29, #31, #36

L11K added 3 commits March 3, 2024 20:22
Removing (seemingly) unnecessary padding and adding locale date/time formatting.
Adding clarification
@L11K L11K changed the title Fix 21,29,31,36 Fix #21,29,31,36 Mar 4, 2024
@L11K L11K changed the title Fix #21,29,31,36 Possible fix for CSV encoding Mar 4, 2024
@bambibol
Copy link

bambibol commented Mar 12, 2024

Hey! I tried it with these changes and still get this error:

python3 TimeToTrakt.py
          
    Traceback (most recent call last):
      File "TimeToTrakt.py", line 12, in <module>
        from processor import TVShowProcessor, MovieProcessor
      File "/Users/bambiboland/Downloads/TvTimeToTrakt-main/processor.py", line 12, in <module>
        from searcher import TVShowSearcher, MovieSearcher, TraktTVShow, TraktMovie, TraktItem, TVTimeItem, TVTimeTVShow, \
      File "/Users/bambiboland/Downloads/TvTimeToTrakt-main/searcher.py", line 22, in <module>
        class Title:
      File "/Users/bambiboland/Downloads/TvTimeToTrakt-main/searcher.py", line 49, in Title
        def items_with_same_name(self, items: list[TraktItem]) -> list[TraktItem]:
    TypeError: 'type' object is not subscriptable

@L11K
Copy link
Contributor Author

L11K commented Mar 12, 2024

Hey! I tried it with these changes and still get this error:

Well, your error is outside the scope of this fix, so it would never work.

See #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error executing the script
3 participants