Can't add a feed
the-lazy-fox opened this issue · 4 comments
Hello,
Can't add a feed from an external or your internal (Stack) Jackett.
I got this error:
2021-02-06T17:16:58.657576658Z org.springframework.core.codec.CodecException: Could not create JAXBContext for class [class space.forloop.rss.domain.jackett.JacketRoot]: Implementation of JAXB-API has not been found on module path or classpath.; nested exception is javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
2021-02-06T17:16:58.657710948Z - with linked exception:
2021-02-06T17:16:58.657780611Z [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory]
2021-02-06T17:16:58.686638739Z at org.springframework.http.codec.xml.JaxbContextContainer.lambda$getJaxbContext$0(JaxbContextContainer.java:58) ~[spring-web-5.2.8.RELEASE.jar:5.2.8.RELEASE]
2021-02-06T17:16:58.696465334Z Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
2021-02-06T17:16:58.705290254Z Error has been observed at the following site(s):
2021-02-06T17:16:58.705469957Z |_ checkpoint ⇢ Body from GET http://10.1.1.10:8117/api/v2.0/indexers/mytracker/results/torznab/api?apikey=mykey&t=search&cat=&q= [DefaultClientResponse]
2021-02-06T17:16:58.712968948Z |_ checkpoint ⇢ Handler space.forloop.rss.controllers.FeedController#save(Feed) [DispatcherHandler]
2021-02-06T17:16:58.713129238Z |_ checkpoint ⇢ space.forloop.rss.filters.ResourceWebFilter [DefaultWebFilterChain]
2021-02-06T17:16:58.713206439Z |_ checkpoint ⇢ HTTP POST "/api/feeds" [ExceptionHandlingWebHandler]
Any advice?
Thanks
Can you post the link you're trying to add? (You can remove the domain for privacy, just interested in the path of the URL)
Hello @peavers,
It's part of the logs
|_ checkpoint ⇢ Body from GET http://10.1.1.10:8117/api/v2.0/indexers/mytracker/results/torznab/api?apikey=mykey&t=search&cat=&q= [DefaultClientResponse]
Hope it helps
Thanks for reporting this, looks to have been caused by our friendly Dependabot. This should be working now if you grab the latest container.
Hello,
I have grabbed the last one and now the logs are full of this:
2021-02-25T00:09:07.718023940Z org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches WritableServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:27017}, caused by {java.net.ConnectException: Connection refused}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches WritableServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:27017}, caused by {java.net.ConnectException: Connection refused}}]
I just pulled and relaunched, it seems it can't access to mongo anymore Connection refused: localhost/127.0.0.1:27017