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

[UI BUG] Schedule Page, Calendar view - poster icon in the wrong spot (HTML issue) #7959

Closed
XxUnkn0wnxX opened this issue Apr 12, 2020 · 3 comments
Labels
triage Untriaged issue

Comments

@XxUnkn0wnxX
Copy link

XxUnkn0wnxX commented Apr 12, 2020

Describe the bug
there seems to be a display issue for one of the poster icons for the show ID 372534 (TVDB)

Screenshots
Broken Schedule
Screen Shot 2020-04-13 at 1 36 32 am

Medusa

  • OS: macOS 10.15.4 Catalina
  • Branch: develop
  • Commit: 73d2834
  • Python version: 3.7.7
  • Database version: 44.15

Debug logs (at least 50 lines):
Full Log File:
application.log.zip
not sure if this will be helpful as this is a UI issue.
.har Capture:
medusa-shedule.har.zip

Additional context
HTML of the affected column

<table class="fanartOpacity defaultTable tablesorter calendarTable cal-odd" cellspacing="0" cellpadding="0" border="0"><thead><tr><th>Sunday</th></tr></thead> <tbody><tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&amp;seriesid=354198" target="_self" class="" title="Kaguya-sama: Love is War"><img src="/api/v2/series/tvdb354198/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime">
                                12:30 AM on Tokyo MX
                            </span> <span title="" class="episode-title">
                                S02E02 - 
                            </span></div></td></tr> <tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&amp;seriesid=371437" target="_self" class="" title="My Next Life as a Villainess: All Routes Lead to Doom!"><img src="/api/v2/series/tvdb371437/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime">
                                02:30 AM on BS11
                            </span> <span title="" class="episode-title">
                                S01E03 - 
                            </span></div></td></tr> <tr><td class="calendarShow"><div class="poster">" for Me" href="home/displayShow?indexername=tvdb&amp;seriesid=372534"&gt;
                                <img src="/api/v2/series/tvdb372534/asset/posterThumb?api_key=HIDDEN"></div> <div class="text"><span class="airtime">
                                02:30 AM on TV Asahi
                            </span> <span title="" class="episode-title">
                                S01E03 - 
                            </span></div></td></tr> <tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&amp;seriesid=366263" target="_self" class="" title="Ascendance of a Bookworm"><img src="/api/v2/series/tvdb366263/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime">
                                03:15 AM on ABC (JA)
                            </span> <span title="" class="episode-title">
                                S01E17 - 
                            </span></div></td></tr></tbody></table>
@pymedusa/support @pymedusa/moderators
@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Apr 12, 2020
@p0psicles
Copy link
Contributor

Mm a show name with double quotes in it.
It's a bug. I'll see if I can do a quick fix

@XxUnkn0wnxX
Copy link
Author

XxUnkn0wnxX commented Apr 12, 2020

i'm sure this can be tested if you manually add double quotes to any continuing show name via manually editing the db...

@XxUnkn0wnxX
Copy link
Author

@p0psicles your quick fix is taking some time..
why not just phase out the quotes in any title as a temp solution...

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

No branches or pull requests

2 participants