Adding/searching new comic

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
phreaky
Posts: 7
Joined: Sun May 02, 2021 6:53 pm

Adding/searching new comic

Post by phreaky »

I noticed that my windows 10 version of Mylar was not able to refresh my comic anymore I was getting “failure refreshing comic”. So I downloaded the latest dev version and applied it unfortunately with the same flaw then I noticed I couldn’t search for new comics either it gave me a “ No search results” back.

(Version
[0580d4e8eca231f2897b5c32c47c7021c5ab1e94]
source python3-dev)

I also noticed then the python 3.7 was not supported anymore so I installed a new w10 machine with python 3.9 installed Mylar with the same results.

Version
[0580d4e8eca231f2897b5c32c47c7021c5ab1e94]
source python3-de

Then I tried the docker version referred from your GitHub page and also noticed the same problem.

Did something change or am I forgetting something or doing something wrong ?

Last part of log when searching for x-men
18-Mar-2022 23:58:09 - WARNING :: mylar.pullsearch.85 : CP Server Thread-4 : [WARNING] ComicVine is not responding correctly at the moment. This is usually due to some problems on their end. If you re-try things again in a few moments, it might work properly.
18-Mar-2022 23:58:09 - ERROR :: mylar.searchit.997 : CP Server Thread-4 : Unable to retrieve results from ComicVine: 'bool' object is not iterable
18-Mar-2022 23:58:11 - WARNING :: mylar.pullsearch.85 : CP Server Thread-3 : [WARNING] ComicVine is not responding correctly at the moment. This is usually due to some problems on their end. If you re-try things again in a few moments, it might work properly.

Log when trying to refresh

19-Mar-2022 00:06:22 - INFO :: mylar.traverse_directories.1567 : ThreadPoolExecutor-0_1 : there are 21 files.
19-Mar-2022 00:06:22 - INFO :: mylar.Process.428 : ThreadPoolExecutor-0_1 : I have located 21 files that I should be able to post-process. Continuing...
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Bully Wars [113227]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.730 : ThreadPoolExecutor-0_1 : Now checking: Something Is Killing the Children [121102]
19-Mar-2022 00:06:22 - INFO :: mylar.Process.2083 : ThreadPoolExecutor-0_1 : [POST-PROCESSING] No matches for Manual Run ... exiting.
19-Mar-2022 00:06:22 - INFO :: mylar.run.3443 : ThreadPoolExecutor-0_1 : [FOLDER-CHECK] Finished checking for newly snatched downloads


Hope you can help cuze I love this app :)
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Adding/searching new comic

Post by evilhero »

CV blocked the user-agent that Mylar was using (we think), so any calls to CV would fail with that message.

This has been fixed in both branches now - however there was an additional problem with metatagging regarding CV which was recently fixed in the python3-dev branch.

So yeah, basically update and you should be good to go thereafter.
phreaky
Posts: 7
Joined: Sun May 02, 2021 6:53 pm

Re: Adding/searching new comic

Post by phreaky »

Alright I’ll try that, when was it released ?

I used master and dev versions from March 19


i just installed v0.6.5.2 which resulted in the same issue:
20-Mar-2022 15:28:30 - WARNING :: mylar.pullsearch.85 : CP Server Thread-10 : [WARNING] ComicVine is not responding correctly at the moment. This is usually due to some problems on their end. If you re-try things again in a few moments, it might work properly.
20-Mar-2022 15:28:30 - ERROR :: mylar.searchit.997 : CP Server Thread-10 : Unable to retrieve results from ComicVine: 'bool' object is not iterable
20-Mar-2022 15:28:33 - WARNING :: mylar.pullsearch.85 : CP Server Thread-11 : [WARNING] ComicVine is not responding correctly at the moment. This is usually due to some problems on their end. If you re-try things again in a few moments, it might work properly.

comicvine api down or something ?


nvm i cant even resolve comic vine i gues they are down
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Adding/searching new comic

Post by evilhero »

Yeah if you can't resolve it - it's your ISP / DNS servers that haven't updated the change in the CDN that CV uses now.

It looks like about 5-6 days ago, they switched to Fastly - and things haven't propagated fully everywhere so CV will work for some and not for others until things are fully propagated. The expiry for the old DNS entries is around 6 days - which would be tomorrow, so things should slowly start going back to normal around that point (provided your ISP honours the TTL aspect, since apparently some don't).

The only other thing you can try is switch up your DNS that you're using. From everything we've seen so far, google and opendns servers seems to have the updated entries. Of course if you're using your ISP's DNS, then you're at their mercy when they update their DNS with the new entries and expire the old ones.
Methanoid
Posts: 66
Joined: Wed Jun 10, 2015 9:10 pm

Re: Adding/searching new comic

Post by Methanoid »

Same issue RN.. do we know if CV have changed again?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Adding/searching new comic

Post by evilhero »

Everything is as usual with CV, no errors being reported by anyone.

Change your DNS and make sure that you can get to CV normally via a web browser from the machine running mylar.
Post Reply