For unknown reasons, my Mylar3 is not pulling new release information.
The last week for which it did was week 49 : December 08, 2024 - December 14, 2024 (1). Everything after that is blank
[Editing because I now realize this seems to be specific to the "This Week" page. If I go into existing comic series', it seems that issues released last week have been added to them and downloaded properly. But my "This week" list remains unpopulated for those weeks.]
My log for a particular week looks like this:
-----
07-Jan-2025 15:05:11 - INFO :: mylar.pullrecreate.3146 : CP Server Thread-5 : [PULL-LIST] Now Recreating the Pull-list for week 50, 2024...
07-Jan-2025 15:05:11 - INFO :: mylar.pullit.72 : CP Server Thread-5 : [PULL-LIST] Populating & Loading pull-list data directly from alternate website
07-Jan-2025 15:05:13 - INFO :: mylar.pullit.106 : CP Server Thread-5 : [PULL-LIST] Populating & Loading pull-list data directly from alternate website for specific week of 50, 2024
07-Jan-2025 15:05:13 - WARNING :: mylar.locg.164 : CP Server Thread-5 : [521] The error returned is: {'Date': 'Tue, 07 Jan 2025 20:05:13 GMT', 'Content-Type': 'text/html; charset=UTF-8', 'Content-Length': '6898', 'Connection': 'keep-alive', 'Report-To': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=J0ghaQ74cyhQpYCp6pJaApS5A%2BFQ1UfuVJgaBQ18Mlbf23PhApsnOybuJKaiJIJNI67BOQg6IPDs0IMBckI%2FZoaXFUZTpu7JfxuqSJxnKRKHSX4y9IUwZSL81G7b712P8CQJxXzu%2BRyaiWcgGQ%3D%3D"}],"group":"cf-nel","max_age":604800}', 'NEL': '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}', 'X-Frame-Options': 'SAMEORIGIN', 'Referrer-Policy': 'same-origin', 'Cache-Control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Expires': 'Thu, 01 Jan 1970 00:00:01 GMT', 'Server': 'cloudflare', 'CF-RAY': '8fe68fb93a0ea1ea-YYZ', 'alt-svc': 'h3=":443"; ma=86400', 'server-timing': 'cfL4;desc="?proto=TCP&rtt=30572&min_rtt=28761&rtt_var=11230&sent=4&recv=7&lost=0&retrans=0&sent_bytes=2851&recv_bytes=799&delivery_rate=79351&cwnd=248&unsent_bytes=0&cid=5aac7bc69c33028c&ts=145&x=0"'}
07-Jan-2025 15:05:13 - WARNING :: mylar.pullit.120 : CP Server Thread-5 : [PULL-LIST] Unable to retrieve weekly pull-list. Pull list for week 50, 2024 may be stale.
07-Jan-2025 15:05:13 - WARNING :: mylar.pullist.2928 : CP Server Thread-5 : Problem repopulating the pullist for week 50, 2024
07-Jan-2025 15:05:13 - WARNING :: mylar.pullist.2930 : CP Server Thread-5 : Attempting to repoll against legacy pullist in order to have some kind of updated listing for the week.
07-Jan-2025 15:05:13 - INFO :: mylar.manualpull.3125 : CP Server Thread-5 : ALT_PULL: 2 PULLBYFILE: False week: None year: None
07-Jan-2025 15:05:13 - WARNING :: mylar.pullist.2935 : CP Server Thread-5 : Unable to populate the pull-list. Not continuing at this time (will try again in abit)
07-Jan-2025 15:05:14 - INFO :: mylar.parse_search_result.385 : SEARCH-QUEUE : There are 0 results on page 1 (of 1)
----
I don't know why it seems to go straight to "alternate website", Comicvine has a checkmark in my footer (as do all other services). I am able to load search existing comic series and add existing series to my list.
I haven't seen anyone else reference this, so I don't know if it's just a "me" problem and not systemic. This is a docker installation.
New releases not being loaded into "This Week" page
-
TheHYPO
- Posts: 8
- Joined: Tue Nov 28, 2023 11:09 pm
-
ThirtyReset
- Posts: 2
- Joined: Thu Feb 10, 2022 6:31 am
Re: New releases not being loaded into "This Week" page
According to this github issue (https://github.com/mylar3/mylar3/issues/1583) this is a known issue due to problems with the back-end server which have not yet been resolved.
-
TheHYPO
- Posts: 8
- Joined: Tue Nov 28, 2023 11:09 pm
Re: New releases not being loaded into "This Week" page
Thanks for the reply. Glad to know it's not just me.
Cheers!
Cheers!
-
foonon
- Posts: 3
- Joined: Sun Apr 02, 2023 2:54 pm
Re: New releases not being loaded into "This Week" page
Working for me now...
~f
~f
-
akaOMC
- Posts: 9
- Joined: Tue May 16, 2017 6:04 pm
Re: New releases not being loaded into "This Week" page
I'm having this issue now as well. I've read through the github thread for a fix, but didn't see one. Any hints?
-
falo
- Posts: 8
- Joined: Mon Dec 09, 2024 6:45 pm
-
akaOMC
- Posts: 9
- Joined: Tue May 16, 2017 6:04 pm
Re: New releases not being loaded into "This Week" page
Thanks for the link, but that still didn't work. This is the error I'm getting when trying to load the "This Week" page:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 697, in _do_respond
response.body = self.handler()
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\lib\encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\mylar3\mylar\webserve.py", line 2931, in pullist
repoll = self.pullrecreate(weeknumber=weekinfo['weeknumber'],year=weekinfo['year'])
File "C:\mylar3\mylar\webserve.py", line 3154, in pullrecreate
statchk = weeklypull.pullit(forcecheck, weeknumber, year)
File "C:\mylar3\mylar\weeklypull.py", line 107, in pullit
new_pullcheck(chk_locg['weeknumber'],chk_locg['year'])
File "C:\mylar3\mylar\weeklypull.py", line 926, in new_pullcheck
if 'Present' in watch['ComicPublished'] or (helpers.now()[:4] in watch['ComicPublished']) or watch['ForceContinuing'] == 1 or len(listit) >0:
TypeError: argument of type 'NoneType' is not iterable
Any help would be appreciated.
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 697, in _do_respond
response.body = self.handler()
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\lib\encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\mylar3\mylar\webserve.py", line 2931, in pullist
repoll = self.pullrecreate(weeknumber=weekinfo['weeknumber'],year=weekinfo['year'])
File "C:\mylar3\mylar\webserve.py", line 3154, in pullrecreate
statchk = weeklypull.pullit(forcecheck, weeknumber, year)
File "C:\mylar3\mylar\weeklypull.py", line 107, in pullit
new_pullcheck(chk_locg['weeknumber'],chk_locg['year'])
File "C:\mylar3\mylar\weeklypull.py", line 926, in new_pullcheck
if 'Present' in watch['ComicPublished'] or (helpers.now()[:4] in watch['ComicPublished']) or watch['ForceContinuing'] == 1 or len(listit) >0:
TypeError: argument of type 'NoneType' is not iterable
Any help would be appreciated.