Union mang谩 is not working again, but this time is only the pages/images that doesn't load (screenshot, all pages are like that). The manga catalogue and the manga chapter list works fine.

Other sources works fine here.
Tachiyomi ver 0.7.4
Union mang谩s source ver 1.2.2
I've been trying to fix this for the past couple of days, seems like the either changed something on how the images are stored in their website or introduced something in their server to prevent images from being downloaded. Previous issues were caused by server outages on their website.
I don't think I can fix this on my own as I'm not really well-versed Kotlin and writing an extension. If some better Dev can help, I would appreciate it.
To add, the issue is likely on these lines:
UnionMangas.kt
override fun pageListParse(document: Document): List<Page> {
val pages = document.select("img.img-responsive.img-manga")
return pages
.filter { it.attr("src").contains("leitor") }
.mapIndexed { i, element -> Page(i, "", "http://" + element.attr("src")) }
}
As far as I can tell, the extension is able to parse the pages list and return the exact same number of pages in the website, so either .filter or .mapIndexed are the ones to blame.
I'm not sure if they changed the class section to something that could prevent the images from being download, I can't remember if it was like this before.
<img src="http://unionmangas.site/leitor/mangas/One Piece/906/01.png" class="img-responsive img-manga pag_3 active" pag="3" alt="Ler mang谩 One Piece - Cap铆tulo 906 online" style="display: inline; opacity: 1;">
Does anyone has any suggestions on how should I tackle this?
Please, guys. Don't let this source die. tot
Today Union Mang谩s source no working yet. Please, fix this.
I hope they fix this, in other apps the source works normally but I prefer to read in tachiyomi
They launched a new reworked app in play store a few days ago. Maybe something changed because of this?
It probably has something to do with the prepending of http://, but the website is so slow (and keeps 504-ing) that I can't even check.
Thanks, @arkon. That might be it. Seems they're having yet another server maintenance today. Pages aren't even loading on the website. I updated the code on my end, going to try it tomorrow morning if it stabilizes.
So turns out the issue was the website all along. I tried to access various series today through the untouched extension and they all worked, except for the 3-8 latest chapters (those also aren't available in the website as of now). No changes to the extension are required.
There is a possibility of putting another brazilian source? for use when the union has these problems
MangaDex has PT stuff too.
That's also up to a developer who can and want to make an extension and speaks Portuguese. It's open source app so anyone can make an extension and open a pull request
There's no better brazilian's source than Union Mang谩s. Turns out that they are having maintenence right now. So let's wait till it gets normal so you guys can do your test @arkon @masgritz .
Also, thank you guys for helping us. really appreciate it.
I saw the MangaDex, it's missing some manga but it will help until the union normalizes
@arkon @masgritz site seems to be back to normal but tachiyomi is still not loading the manga's images. http://unionmangas.site/

Still broken for me.

It's kinda working, but not 100% fixed. The tachiyomi error is related that site error?
If the site doesn't work, the Tachiyomu extension won't work either.
now the site is working, I tested tokyo ghoul re 179 and my hero academia
but in tachiyomi is not loading yet
only "retry" screen
Yes, I was wondering why Mang谩 Host isn't a source. And I was thinking in develop a extention to this, but as I a novice developer, I'm not sure that I can do that.
There's an open issue requesting Mang谩 Host: #49
Wow, that's nice.




It's working on Chrome. on tachiyomi the catalogue works fine, but when select a manga... 馃槙
Did you update a release just got merged
Thanks a lot for the help, @arkon
@Lexdl Install the update that Carlos mentioned and clear Tachiyomi's cache. Otherwise, it will still show some chapters as unavailable.
It's working perfect guy's, thanks a lot! 馃帀
Yey! It's working 100% for me, tks everyone so much, you're awesome!
Yeah, working perfectly! Thank you guys <3