[00:02:36] Is miraheze down or smthn my wiki won’t load [00:12:51] [1/2] i think miraheze is fine but images might be a bit wonky. [00:12:52] [2/2] there's an issue with Swift, which handles images for miraheze [00:13:17] Ohh [00:13:59] what is your wiki? i didn't have a problem pageloading on the wiki i frequent [00:16:45] are images broken on mira rn? [00:17:35] um, yeah https://discord.com/channels/407504499280707585/407504500136607745/1175449160208617574 [00:17:42] they're working on it [01:04:59] is there a detailed guide on every permission you can grant [01:05:12] it's quite overwhelming at a first glance [01:06:50] i don't want to accidentally grant something i'd regret in the future [01:09:26] [1/2] well there's this [01:09:26] [2/2] https://www.mediawiki.org/wiki/Manual:User_rights#List_of_permissions [01:12:20] thank you i'll read it later [01:39:12] most permissions are named after what they do [01:39:29] rule of thumb: probably dont assign people random permissions [02:56:49] E [03:16:17] Is the images issue still ongoing or fixed [03:28:37] ongoing. [03:35:58] Aw damn [03:45:06] yeah, but that doesn’t work [03:45:19] my wiki is just extra slow at updating from Common.css [03:45:22] sometimes [03:45:43] On chrome it's shift+F5 [04:04:37] I can't get visual editor to work: It worked 2 -4 times back on the day I created my wiki, but ever since then it wont work & i have it set to allways use visual editor, any soloutions? [04:13:15] Guys everytime i try to add a topic to a users talk page on the meta wiki it is asking me to imput a captcha, but it is just an empty box. [04:54:23] Images not loading on miraheze so i believe thats why [04:56:45] Oh but why is it trying to give me a CAPTCHA? [05:08:45] damn, more than 24 hours [05:08:47] crazy [05:28:07] @tatiannaz Half the images from Wikipedia Commons are loading, its mainly the ones specifically used for miraheze that aren't loading for me. So sadly the captcha images wont load. [07:32:28] Neither are wiki-native images... [07:35:29] same for any styling [07:35:36] so custom css stuff is broken atm [07:37:58] I know this is a figure of speech, but this wiki farm is disintegrating. As a result, I may begin to lose my faith in Miraheze. [07:40:22] I definitely wouldn't say that, it's only been a bit over a day [07:40:31] the issue seems to be with their ISP [07:40:35] Not miraheze themselves [07:43:11] [1/2] why do i keep getting logged out? [07:43:11] [2/2] i login, check the "keep me logged in" box, and the next day i'm logged out [07:45:19] The issue with Swift is our fault and unrelated to the network issues yesterday [07:45:30] someone already reported this, too #"Miraheze logs me out" [07:45:54] ah, I stand corrected then 💀 [07:46:00] and i have the 2fa but sometimes i don't have the phone so it's really annoying [07:46:23] I still stand by the rest of what I said though [07:55:15] [1/3] why do i keep getting logged out? i login, check the "keep me logged in" box, and the next day i'm logged out, this problem has been existing for a week now [07:55:15] [2/3] and it's so annoying cuz i have 2fa on my account but sometimes i don't have the phone so i've just resorted to ip editing most of the time [07:55:15] [3/3] [forum report]() / [phab task]() [07:59:42] I've had this issue but really only yesterday a few times [07:59:50] i've had it for literally forever [07:59:57] and it's so annoying [08:00:57] All I can tell you is the phab task is wrong [08:01:06] I strongly doubt varnish has anything to do with it [08:01:42] can someone please look into this? [08:02:12] [1/3] why do i keep getting logged out? i login, check the "keep me logged in" box, and the next day i'm logged out, heck sometimes even only a few hours [08:02:13] [2/3] this problem has been existing for about a month now, and it's so annoying because i have 2fa on my account but sometimes i don't have the phone so i've just resorted to ip editing most of the time because uh, my login sessions last 3 hours [08:02:13] [3/3] [forum report]() and [phab task](), both of which have been dormant for a month [08:02:29] SRE is basically one person [08:02:31] They will [08:02:37] Between every other fire [08:02:51] ok [08:58:08] If you happen to be using a beta version of a chromium based browser then that will happen, also make sure you don't have your browser set to automatically delete cache [08:58:09] if you get constant logout, check your browser then [08:58:43] [1/2] no [08:58:43] [2/2] its like normal chrome 114 or something [08:59:26] it's normal chrome 114 or 118 or something [08:59:50] You should probably update the browser. [08:59:57] idk the version [09:00:05] i dont have the computer with the problem rn [09:01:09] Oh, when your on there you should update it to the latest stable version, and make sure you don't have it set to automatically delete cache & cookies. [09:03:33] Why are people saying custom css stuff is broken it works for me, my problem is not being able to install userscripts & the images not loading(especially when a captcha is needed). [09:21:05] custom fonts and images do not appear for me [09:21:10] legroom had the same issue I think [09:21:54] fonts imported from places like Google Fonts work, uploaded on wiki woff fonts don't [09:22:34] PTW uses a lot of images, both custom and exported game assets, in CSS [09:22:48] so it's looks really broken now [09:23:22] my wiki uses inverted Timeless icons, which are broken now too [09:23:42] really unfortunate [09:24:24] I would guess, maybe using in CSS images hosted outside is better at this point? [09:24:40] since it's just `url()` [09:24:42] oh [09:24:48] that would explain it true [09:25:53] [1/2] yeah, clear example here [09:25:53] [2/2] what is used in side bar is from Google, the wiki name and headers are from woff [09:26:14] and falled out icons [09:31:07] before and now [10:21:37] [1/6] should this work? [10:21:37] [2/6] ```css [10:21:38] [3/6] .page-JojoAPI h1.firstHeading { [10:21:38] [4/6] display: none; [10:21:38] [5/6] } [10:21:38] [6/6] ``` [10:21:50] i'm trying to hide the title on my wiki's `JojoAPI` page [10:22:02] (i actually want to hide it on the main page, but i'm doing this first as a test) [10:22:35] why won't you use `{{DISPLAYTITLE|...}}` [10:22:35] https://meta.miraheze.org/wiki/Template:DISPLAYTITLE [10:22:39] Is images not able to be uploaded related to the fact that images are not loading? [10:22:49] yes [10:23:01] Thanks [10:27:23] does that work if I jut do `{{DISPLAYTITLE| }}`? [10:27:23] https://meta.miraheze.org/wiki/Template:DISPLAYTITLE [10:28:21] hold up, it worked [10:28:36] [1/7] but this isn't [10:28:36] [2/7] ```css [10:28:36] [3/7] / MAIN PAGE / [10:28:37] [4/7] .page-JoJo\'s_Bizarre_Modding_Wiki h1.firstHeading { [10:28:37] [5/7] display: none; [10:28:37] [6/7] } [10:28:38] [7/7] ``` [10:28:58] wait a sec [10:29:29] on which pages and what exactly you want to hide? [10:29:44] there are several ways depending on case [10:30:43] just the main page [10:30:53] like in the image above, but for `JoJo's Bizarre Modding Wiki` page [10:30:58] the `'` is causing the issue [10:31:42] [1/2] just checked, its chrome 119 [10:31:42] [2/2] no weird cache settings or anything [10:32:52] [1/4] if we talk only about main page, then [10:32:52] [2/4] `MediaWiki:Mainpage-title` [10:32:52] [3/4] `MediaWiki:Mainpage-title-loggedin` [10:32:53] [4/4] by default there is only `-`, you should just make it empty [10:33:16] however [10:33:26] Mobile Frontend seems to ignore it [10:33:40] so an alternative would be, lemme check [10:35:08] [[mw:Extension:NoTitle]] [10:35:08] https://www.mediawiki.org/wiki/Extension:NoTitle [10:35:09] [10:35:26] which lets you to add `NOTITLE` magic word [10:36:09] is that included on Miraheze wikis [10:36:12] yes [10:37:02] [1/5] ```css [10:37:02] [2/5] .page-JoJo\2019s_Bizarre_Modding_Wiki h1.firstHeading { [10:37:02] [3/5] display: none; [10:37:03] [4/5] } [10:37:03] [5/5] ``` [10:37:19] alr then, i'll use that tq [10:39:31] i literally have it enabled lol [10:39:33] i just forgot [10:39:41] it existed [10:43:25] how do I hide this line below the heading [10:43:37] i assume it's CSS but idk what [10:45:34] oh is it `border` [10:45:50] [1/8] this other wiki i'm looking at has [10:45:51] [2/8] ```css [10:45:51] [3/8] .mainpage-header .header-intro h2 { [10:45:51] [4/8] font-size: 2em; [10:45:52] [5/8] border: none; [10:45:52] [6/8] margin: 0 0 0.15em; [10:45:52] [7/8] } [10:45:53] [8/8] ``` [10:46:52] it might depends on skin [10:47:06] true [10:47:10] but yeah, it was border after all [10:48:49] i'm trying to create css files for this module but mediawiki keeps interpreting it as lua, anything i'm doing wrong? [10:50:30] you are making TemplateStyles subpage? [10:50:48] i suppose so [10:51:51] change page model to Sanitized CSS [10:52:02] in the sidebar there must "page information" link [10:52:15] it will show you then "change model" button [13:23:43] im learning css and well, [13:23:46] any alternatives then? [13:24:43] Be more selective. It all depends on what you're trying to do. [13:24:55] im colouring the entire wiki page [13:25:15] text, and replacing the text font [13:25:36] what happened to the images on miraheze?? [13:25:44] Server issue [13:26:21] maybe mark only what is actual content on the wiki. [13:26:36] not the whole document [13:31:16] i should have followed the warning 💔 [13:54:05] [1/2] While yeah there are VERY few reasons you would need * selector, a lot of warnings can be ignored, as they often have more to do with best practices, as opposed to what actually technically works (in the latter case you would start getting errors instead, those should almost never be ignored ofc). In particular because of the way wiki's work, and that we don't have full access to the [13:54:05] [2/2] base level CSS we do sometimes have to go against best practices and other things warnings may well warn about [14:08:08] what's going on here! [14:08:15] oh [14:08:18] i just realized [14:09:24] would this work [14:10:00] i guess not [14:10:07] what's going on here! [14:10:43] you should wait for cache to catch up [14:10:56] cache is my worst enemy [14:11:07] my arch nemesis [14:11:36] Well... your life would be FAR FAR worse, if it didn't exist [14:12:03] i don't feel sympathy for my enemies [14:13:23] nothing to do with sympathy, caches are your friends for sure. Or would you enjoy having to spend potentially several seconds EVERY SINGLE TIME you had to load a new page? [14:13:46] anything for my enemy's demise [14:16:50] It seems that some images work [14:17:14] Since some random images pop up after putting down a temp filename [14:43:55] Do user page edits count as a change in the context of the dormancy policy of Miraheze [14:44:08] Or does it have to be a main page edit [14:59:37] not main page, but at least content (main namespace) ones for sure [15:11:37] I see [15:12:06] I think user pages are also suffering from the 500 internal server error as well :/ [15:16:57] this is fun [15:17:18] There's just so little I can do with all that time I have [15:17:19] <:sad:718304766786011156> [15:17:21] it did make me think to delay requesting another wiki, i need to focus on this one first [15:17:57] i dont know if thats affected but said wiki will need many images so [15:18:14] and either way i have a lot of work to do as it is [15:21:44] so the fonts on my wiki aren't updating even after i Ctrl Shift R'd [15:23:03] any possible reason why? [15:32:36] its related to the issues MH is having atm [15:32:49] me and others are having the same issue, no eta yet [15:33:06] correct me if im wrong though [15:37:42] [1/6] Why isn't the list (right) aligning in the centre vertically? [15:37:43] [2/6] ```html [15:37:43] [3/6]
[15:37:43] [4/6] [15:37:43] [5/6] /div [15:37:44] [6/6] ``` [15:37:55] i've tried a few different things i could find online, but it just ain't budging [15:50:23] how did the image problem get better and then back to worse [15:50:33] the images were back on my wiki last night and now they're gone again [15:51:36] is anyone else having problems with uploading files [15:52:50] https://discord.com/channels/407504499280707585/407504500136607745/1175449160208617574https://discord.com/channels/407504499280707585/407504500136607745/1175449160208617574 [15:53:00] - [15:53:47] ok [15:53:48] ty [15:56:53] dunno, images didnt return for me [15:57:41] see like [15:57:42] https://thectcoterie.miraheze.org/wiki/The_C-T_Coterie [15:57:44] this one has images for me [15:57:55] but literally any other one i open doesnt [15:59:02] might be a cache thing (i dont understand cache that well myself so dont quote me on this) [15:59:07] this is how it appears for me [15:59:32] 😭 [15:59:58] Image issues are known, see #announcements [16:00:08] i know they're known [16:00:15] but it's weird that it got better and worse [16:00:45] images that got fixed yesterday dont work now [16:01:20] Images that are on Wikimedia Commons will work its just images on our severs may have issues [16:01:38] ya none of these r on wikipedia commons [16:02:50] cache [16:03:03] cache me if y ou can [16:03:03] you probably had them in your local cache [16:04:15] ooos [16:04:17] oops [16:08:01] suspected bot [16:08:03] terminate immediately [16:08:07] now you can quote me on that [16:08:22] [1/2] "cache" [16:08:23] [2/2] \- Vale [16:10:05] exactly.. [16:13:24] Any eta on the images? [16:14:04] there is in fact no eta [16:14:11] [1/2] Hi, I'm trying to view a wiki, but my browser won't accept the certificate. I also can't ignore the risk. I'm using firefox and have already added an exception under options>privacy & security>view certificates>servers>add exception (permanently) [16:14:11] [2/2] I have cencsored the specific link as it is a nsfw wiki [16:14:37] https://discord.com/channels/407504499280707585/407504500136607745/1175449160208617574 [16:15:57] or is this an issue that is in announcements? [16:16:18] the last one written by void. I can't link to it directly for some reason [16:21:38] Is internal error 500 part of this outage as well? I couldn't make sandboxes in user pages or import XML files, but I can make new pages on my wiki just fine [16:22:23] The xml thing could be just because of Size maybe like normal, but unsure [16:23:29] Certificates shouldnt be affected [16:23:46] Try removing www. from url [16:24:08] Does that mean that there's also no ETA for XML files to be imported [16:24:30] I have no idea if the xml thing is related [16:25:25] Would Miraheze consider adding a system notification to the effect that images may be missing? Or should we do that individually? [16:25:32] Hm fair enough [16:25:35] yep, works now, thank you. Tbh probably my fault, if it has a "www." already, then it will get confused by the wiki name. I don't know how the www. got there though [16:25:45] As far as we know we have announced the issue [16:26:11] Well its more so we dont use www. [16:26:18] ye ye [16:26:43] I understand completely, I don't know how it got there and instead of thinking, I ran here, sorry [16:26:53] No worries [16:29:26] We don't see a notice on our pages. I don't know where our users would see the announcement. [16:29:57] Users are free to place a notice on their own wikis, otherwise I believe we have posted on all our socials [16:31:18] Ok. We'll do it, then. I just didn't want to duplicate one that Miraheze might do. [16:39:53] [1/7] not sure if this is just another case of my wiki being slow, but this CSS from `Common.css` isn't showing up at all [16:39:53] [2/7] ```css [16:39:54] [3/7] .main-welcome { [16:39:54] [4/7] font-family: 'Hanalei Fill', sans-serif !important; [16:39:54] [5/7] border: none; / Gets rid of the header underline / [16:39:55] [6/7] } [16:39:55] [7/7] ``` [16:40:04] when I use `class="main-welcome"` on a paeg [16:40:19] it's weird because the CSS is not showing in the inspect [16:40:26] yet other things seem to be updating [16:40:37] Unlikely related [16:40:51] what's that mean? [16:41:16] i'll also note that `border: none` was working until i added `!important` it seems [16:41:21] so i wonder if that has something to do with it [16:41:22] Your css issue shouldn't be caused by just being slow [16:41:33] If you changed your css and then it broke, that's the issue [16:41:37] hm [16:42:16] oh ok it's kinda working now [16:42:23] but the font is being overwritten by other CSS code [16:42:33] [1/21] ```css [16:42:33] [2/21] / FONTS / [16:42:33] [3/21] @import url('https://fonts.googleapis.com/css2?family=Bangers&family=Bubblegum+Sans&family=Hanalei+Fill&family=Playpen+Sans&family=Rubik&display=swap'); [16:42:33] [4/21] .mw-body-content { [16:42:34] [5/21] font-family: 'Rubik', sans-serif; [16:42:34] [6/21] } [16:42:34] [7/21] .mw-body h1, .mw-body-content h1, .mw-body-content h2 { [16:42:35] [8/21] font-family: 'Bubblegum Sans', sans-serif; [16:42:35] [9/21] } [16:42:35] [10/21] .mw-headline { [16:42:36] [11/21] text-transform: uppercase; [16:42:36] [12/21] } [16:42:37] [13/21] .mw-body-content h2 { [16:42:37] [14/21] font-size: 2em; [16:42:38] [15/21] } [16:42:38] [16/21] / MAIN PAGE / [16:42:39] [17/21] .main-welcome { [16:42:39] [18/21] font-family: 'Hanalei Fill', sans-serif !important; [16:42:40] [19/21] border: none; / Gets rid of the header underline / [16:42:40] [20/21] } [16:42:41] [21/21] ``` [16:42:50] right now, `Bubblegum Sans` is overwriting `Hanalei Fill` [16:42:54] I suggest a #support thread [16:43:04] true [16:43:08] i'm just wondering if there's a quick fix [16:43:36] like something to do with the ordering of the CSS maybe? [16:46:39] No idea but here will get lost easily [16:49:40] nvm it got solved somehow [16:50:25] it was a delay thing after all [16:50:33] seems like my `Common.css` takes around 5 minutes [16:56:11] That is very normal [16:59:21] https://cdn.discordapp.com/emojis/846746381468958770.webp?size=48&name=LadybugWhat&quality=lossless [17:00:46] and how it stopped working again 😭 [17:00:57] i'll just come back tomorrow once the dust of `Common.css` has settled [17:41:59] hello, i want to add an interactive map to my wiki, is this possible using miraheze? i know it is possible with fandom but fandom sucks tbh [17:48:47] [1/2] I haven't used it myself but I think this is the same extension fandom uses [17:48:47] [2/2] https://m.mediawiki.org/wiki/Extension:Maps [17:49:51] Why does Miraheze keep having issues? How there are no images! Wiki owners aren't going to be so impatient that they move off of Miraheze will they? [17:50:23] how do i intall it? [17:51:01] go into"manage this wikis extensions" and search for it [17:51:07] it's there by default but not enabled I think [17:51:33] I am concerned that the lack of an ETA on the images is going to cause many people to leave Miraheze out of impatience. [17:51:35] yeah [17:51:43] maybe, idk [17:51:49] Nah I'm staying in Miraheze [17:51:53] I have nowhere else to go [17:52:06] Github is too much, fandom is a joke [17:52:10] Will Miraheze be fine? It seems to be decaying ever since they almost closed! [17:52:18] It will be fine [17:52:20] they almsot closed [17:52:25] They are working to have things back soon [17:52:28] agreed [17:52:39] OK thx! And sorry for spreading my drama/negativity again! [17:52:49] It would genuinely suck if it closes but hopefully they resolve it soon [17:53:01] Back in June. They announced that they were shutting down and then they announced they weren't a few days later. [17:54:34] Don't apologise when you don't care [17:54:53] You've been asked multiple times over the last 30 hours not to spread rumours [17:55:00] what if i want to create a fantasy map for my wiki, how would i do that? [17:55:18] 30 hours? [17:55:23] Yes [17:55:54] I don't recall posting such messages earlier this week! [17:56:19] Perhaps not, but I know you’ve been told before in the past. [17:56:25] So stop. [17:57:55] honestly I'm not sure, maybe open a thread cause idk how to use the extension myself but maybe someone else will [17:58:06] where do i open a thread? [17:58:16] in #support ? [17:59:02] Yes [18:09:04] Is it possible to see page traffic/page views? (i dont know the proper term) [18:09:23] Special:Analytics [18:11:26] Thanks ^^ [18:23:59] what is an imagemap? [18:25:20] nvm i found it [18:30:20] Was the dude banned from earlier [18:36:46] idk [18:44:31] no [18:46:42] _kindly suggests this topic moves on_ [18:47:43] [1/2] I hope the images get sorted out [18:47:43] [2/2] I have like 100 images to upload [18:55:11] where to [18:55:36] i get not having images is an issue, but it hasn’t been that long [18:58:08] don't pay at the guy [18:58:17] he's always like that [18:59:12] not to mention he's not here anymore [19:01:03] hm. Anyone knows if someone hosts pictures off site will it show up? [19:02:26] Depends on the site [19:02:58] Imgur? [19:03:20] or any suggestions? [19:03:35] wdym? [19:04:19] https://github.com/miraheze/puppet/blob/master/modules/varnish/data/csp.yaml#L70 [19:04:43] Thx [19:26:50] issues? [19:31:44] issues, indeed [19:41:26] how do i use that? Like if I wanted to use imgur, does that work? [20:11:10] any reason why 503 Bad Gateway? [20:11:18] I can't view files nor make certain changes [20:11:49] We are working on files [20:11:55] ah ok [20:11:57] the file server is having problems today, sysadmins are working on it [20:12:04] thanks [20:12:07] as for 503 I haven't seen other reports [20:12:24] w/ just pages I mean [20:12:28] how long will it be? [20:15:29] bigbully: we're not sure [20:47:34] Are images not working for anyone else? [20:50:35] #announcements [21:23:08] I was wondering if there was a way to link my wiki to an app, like the how they did with the wikipedia app. [21:24:50] We don't have a Miraheze app [21:25:05] I don't see why individual wikis couldn't tbh [21:25:37] The restbase api is there [21:27:21] Whats a resbase api?? [21:27:45] The api that the Wikipedia app uses to do its stuff [21:28:04] I doubt they'll ever be a Miraheze app [21:28:29] But I don't see a technical reason why someone couldn't develop one [21:28:46] I just don't see SRE officially supporting it [21:29:33] I think it is better for each wiki to make their own app [21:30:14] thats what i was thinking of doing, but i'm not sure how I would Link the content. [21:31:18] Do exactly what the Wikipedia app does [21:31:19] because there is plenty of software to build an app but the one that I usually use to make apps doesn't have a way to do that. [21:31:44] is the software used to make the wikipedia app free?? [21:31:45] You should be able to change Wikipedia app to just point at your wiki [21:31:49] Yes [21:31:55] It's the Wikipedia app [21:32:05] As with mediawiki, it's open source [21:32:21] And free for you to steal and copy (with some rules) [21:32:34] how do i get the code to edit it? [21:34:44] https://www.mediawiki.org/wiki/Wikimedia_Apps [22:16:47] How do I get the code, it doesn't have a way to get it. [22:18:34] [1/2] Code for the iOS app: [22:18:34] [2/2] Code for the Android app: [22:19:39] thanks [22:31:23] :o open source [22:31:27] yoooooooooooo [22:34:24] now i just have to figure out how to edit it to make it do what I want, I usually use visual editing software, so this is a little new for me, i have used coding before though. [22:40:59] does anyone know what i need to change to make it get the data from my wiki??? [22:41:56] Is there a way to embed images onto a wiki from Imgur and/or Discord? I saw the GitHub link posted earlier but admittedly I don't understand what the purpose of it is, much less how I would use it [22:43:23] The git hub link is the source code for the wikipedia app, i asked for it because i need to change it to make it get the data from my wiki instead. [22:44:34] @littlemissghostess for your question: just downloading the image and uploading it is probably the easiest. [22:45:18] I understand that but image uploading currently does not work, so I am looking for a temporary alternative [22:47:04] I was able to get it to work by just rying over & over again, also if you can find copyright permission or prove it is open domain then you can upload it to wikipedia commons, Miraheze is still able to fetch most of those images. [22:50:38] i was also trying to figure out how to embed things because i was going to embed some discord invites. [22:51:12] I have been trying for over an hour with still no success. I've never used Wikipedia Commons for images before so do they allow video game screenshots and personal art? Because my wiki is based around preserving user created stuff from a video game and so every image I have is either mine, a friend's, or a screenshot [22:53:04] you can upload your art to wikimedia commons as long as you have an account, you will have to specify that it is your own work and then choose a creative commons licence, but screenshots of other peoples work and direct images other peoples works you wont be able to do. [23:16:25] I looked into their guidelines, and I don't believe that Wikimedia will be useful for my purposes unfortunately as I have maybe a handful of images that could qualify, but even then it doesn't seem they would fit the project's scope by their own metrics [23:16:47] So I still need an option to embed from off site, or I'll simply have to wait for the image issues to be resolved [23:22:37] A have added the question of embedded objects in the #support channel as I am also looking to embed things. [23:27:19] it is not typical for this type of issue to take long to resolve. it's just unfortunate you're starting your wiki at this time. [23:27:57] frankly, i'd recommend giving the issue the chance to be resolved rather than come up with some complicated workaround as a temporary fix. [23:28:20] but i do feel your pain [23:30:28] @jph2 The question still stand of weather or not there is a way to embed things, there are somethings that I want on my Wiki that can only be embedded.(Mainly Discord Invites) [23:33:20] I also want to embed some youtube videos [23:34:38] Yeah that's fair. I'm not trying to be impatient, I was just curious about it cause I don't want my wiki to look super bare (plus I honestly didn't realize that there was a more general issue with images going on until I joined, I thought I was doing something wrong myself for a good hour) [23:37:28] thanks, but i was commenting on a specific topic. you have a support channel thread on your broader concern. i don't have an answer to that which is why i'm not commenting there. [23:39:16] is the visual editor still down? [23:40:44] I found a way to add videos!! [23:49:43] My wiki's skin is randomley changing between anisia, clogneblue, vector [23:55:52] is there anything I can do or is it a legitimate Internal Error?? [23:59:55] [1/2] what generated the error? sometimes going back on your browser and resubmitting solves the issue. [23:59:55] [2/2] but if it's related to the image (which is really file) server problem currently being worked, then it might be best to wait until that is resolved.