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

Hotfix/mardv6 #984

Merged
merged 7 commits into from
May 17, 2024
Merged

Hotfix/mardv6 #984

merged 7 commits into from
May 17, 2024

Conversation

codingPF
Copy link
Member

@codingPF codingPF commented May 9, 2024

Adjust item page to v6 which requieres different video parsing
Adjusting video handling (AD, DGS) to new crawler style
split m3u to increase reusability / SR adjustments to handle impact
fix bug in topic subpage handling

@codingPF codingPF requested a review from pidoubleyou May 10, 2024 10:28
Copy link
Contributor

@pidoubleyou pidoubleyou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zusätzlich habe ich noch eine Exception im Log:

java.lang.NullPointerException: Parameter specified as non-null is null: method okhttp3.Request$Builder.url, parameter url

at okhttp3.Request$Builder.url(Request.kt)
at mServer.crawler.sender.ard.json.ArdVideoInfoJsonDeserializer.readContent(ArdVideoInfoJsonDeserializer.java:96)
at mServer.crawler.sender.ard.json.ArdVideoInfoJsonDeserializer.loadM3U8(ArdVideoInfoJsonDeserializer.java:63)
at mServer.crawler.sender.ard.json.ArdFilmDeserializer.deserialize(ArdFilmDeserializer.java:245)
at mServer.crawler.sender.ard.json.ArdFilmDeserializer.deserialize(ArdFilmDeserializer.java:37)
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)
at com.google.gson.Gson.fromJson(Gson.java:1227)
at com.google.gson.Gson.fromJson(Gson.java:1137)
at com.google.gson.Gson.fromJson(Gson.java:1047)
at com.google.gson.Gson.fromJson(Gson.java:1014)
at mServer.crawler.sender.ard.tasks.ArdTaskBase.deserializeUnsafe(ArdTaskBase.java:58)
at mServer.crawler.sender.ard.tasks.ArdTaskBase.deserialize(ArdTaskBase.java:78)
at mServer.crawler.sender.ard.tasks.ArdFilmDetailTask.processRestTarget(ArdFilmDetailTask.java:41)
at mServer.crawler.sender.ard.tasks.ArdFilmDetailTask.processRestTarget(ArdFilmDetailTask.java:21)
at mServer.crawler.sender.base.AbstractRestTask.processElement(AbstractRestTask.java:69)
at mServer.crawler.sender.base.AbstractRestTask.processElement(AbstractRestTask.java:25)
at mServer.crawler.sender.base.AbstractRecursivConverterTask.processElements(AbstractRecursivConverterTask.java:58)
at mServer.crawler.sender.base.AbstractRecursivConverterTask.compute(AbstractRecursivConverterTask.java:65)
at mServer.crawler.sender.base.AbstractRecursivConverterTask.compute(AbstractRecursivConverterTask.java:71)
at mServer.crawler.sender.base.AbstractRecursivConverterTask.compute(AbstractRecursivConverterTask.java:71)
at mServer.crawler.sender.base.AbstractRecursivConverterTask.compute(AbstractRecursivConverterTask.java:23)
at java.base/java.util.concurrent.RecursiveTask.exec(RecursiveTask.java:100)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
  • Fehlernr: 453455465
  • Exception: Parameter specified as non-null is null: method okhttp3.Request$Builder.url, parameter url
  • Fehler(MSearch): ArdFilmDetailTask.processRestTarget

@codingPF
Copy link
Member Author

Die Exception ist jetzt auch weg....ready to go

@codingPF codingPF requested a review from alex1702 May 17, 2024 16:41
@alex1702 alex1702 merged commit 4a0c5d3 into master May 17, 2024
2 checks passed
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@codingPF codingPF deleted the hotfix/mARDv6 branch June 14, 2024 12:10
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.

3 participants