Runeforging won't open for new Death Knight - azerothcore

I have a running server within Docker and when I create a new Death Knight, the second quest to open Runeforging and apply a buff to the provided weapon will not function. Runeforging appears in the spellbook, but does not open an additional window when clicked on so the quest cannot be completing and using the GM command to complete the quest will not complete it.

Just posting here what I said on Discord for reference. Runeforging was an issue in the core. This isn't related to your setup. Here is the related issue, fixed and already merged in last AC version: https://github.com/azerothcore/azerothcore-wotlk/pull/6612

Related

How to stop Jira/Xray from updating my test case name/summary?

I am using POST /api/v2/import/execution/robot to import my Robot Framework test results to Jira/Xray. I use robot tags to identify which Xray test executions I want to update. Problem is, that in robot file I want the test case name to be "Example" and in Xray I want the name to be "Real deal". When I POST my test executions to Jira, it automatically updates the tickets summary as follows:
XXX updated the Summary 30 minutes ago
Real deal -> Example.
So the ticket name changed, and I don't want that.
How can I stop this from happening?
Read through the documentation and tried to google, but can't find anything related.
From my understanding, and to clarify, you're using Xray on Jira Cloud.
Currently, the behaviour is non-configurable. For the time being, the only solution would be to change "Example" to "Real deal"; I would avoid having different names in RF side and on Jira side.
Finally, my other recommendation would be to reach out to Xray support team asking for an improvement, so that the team can analyze your need.

Linking to product page gives "Not Available for bots to index" error on screen instead of the old style App Details

https://apps.microsoft.com/store/detail/name/ID
Linking to my app product page gives "Not Available for bots to index"
What is the proper syntax to place a href link to the product so that users online can view it as html?
I don't have a final solution, just a workaround.
We've been seeing the same issue with our own app for the past few days and we've started seeing reports of people encountering this with all kinds of apps, including even Microsoft's own AppInstaller. It seems to be a server-side rate-limiting/caching issue at Microsoft as changing anything in the URL fixes the problem temporarily -- only to get back to the same issue a few hours later. We also found that VPN-ing to some locations (mostly to the US) helped as well, and this throttling seems to be specific to an app & an availability region (when it got blocked, it blocked across all Europe, but not in US for example). It seems to come & go as we have not seen a big drop in new install counts.
As a temporary solution we ended up adding a random string to the end of the URL. We used GCLID as we found it to be the least offensive way -- it could just as well be a legitimate tracking ID we pass over. So now the URL we link to looks like this:
https://apps.microsoft.com/store/detail/[APPNAME]/[APPID]?gclid=f-3579a28842a7bcac7ba630d698829e9b
Where the "f-xxxx" value is generated using the md5() of the timestamp -- but it could be any ever-changing value, even a random number.
We've reached out to our MS contact about this but we haven't heard back yet.
I encountered the same issue half an hour ago, but it seems recovered now.
If you own an app, you can confirm Product identity in Partner Center:
You can share the direct link and Store ID to help customers find your app in the Store:
URL: https://www.microsoft.com/store/apps/*12CharsAppId*
Store ID: 12CharsAppId
Store protocol link: ms-windows-store://pdp/?productid=12CharsAppId
The above address would be recommended but the apps.microsoft.com URL should also work.
I work on apps.microsoft.com. I can confirm that there was an issue on our end that appeared on August 23. This issue has been resolved.
And the proper link, of course, is this:
https://apps.microsoft.com/store/detail/[your product id here]

Cacti - Poller stopped after data source template changed - Old but gold

I'm new here and this is my first post :)
I will try to explain, sorry ahead about my grammar
We moved to GPDR few months ago, and my job is to fix all the graph which Stopped working, we notice it was due to a change in data-source, in this case it was the volume of the disks
Ex: xvdg - xvdf (AWS)
What I've done:
Duplicated each old data source template. to a new one with a new name and volume
Then i changed the old graph with the new data source template
The weird thing that happened, this worked on only 1 graph, and all the other graphs I've change, stopped, didn't show data,
Checking the Cacti logs
I notice these graph pollers are gone...
5 pollers are not showing anymore in the logs
I've tried:
Deleting the rrd, so it will recreate itself - it did but no poller
Re cached the poller index - didnt do any change
Messing with RDDTOOL
Then i notice that if i create a new graph with the new data sources it will work
But i got 6x20 of these to do, i need a creative better way to do this
Please help
Thanks

Show Open vs Done statistics in YouTrack with custom Workflow States

I'm experimenting with YouTrack 6.5 and I want to output bi-directional Reported vs. Resolved diagram like in Youtrack Help Pages.
When I try to plot the diagram I can see reported tickets but completed tickets are missing.
As far as I understand, tickets states should have particular values like New, Resolved, or Reopen. But what if tickets have other possible values: (Open, Done) instead of (New and Resolved) in our working process?
Is there a way to map these states?
Please check that State values that are supposed to be resolved (Done and others) are marked as Resolved (Project -> target project -> Edit -> Fields -> State -> Done, check Resolved option).

What is the "creator code" for Final Cut Pro X?

I'm working on sending Apple Events to Final Cut Pro X. At the moment I have the trial (free is always nice for experimenting). However, looking at the .plist in the package, the creator code is specified as "????" and its bundle ID is "com.apple.FinalCutTrial". I found the creator code for FCP 7 is "KeyG" but nothing regarding FCPX specifically.
For the events themselves, I'm also looking for what events it supports. The "MovieAssembler" sample from Apple is dated 11-2007 and lists Final Cut Pro 5.x. I've thrown some events at FCPX trial, but I get back an event with key 'errn' and a long whose lower word translates to -1708, "error apple event not handled" (seems more than coincidental). They also have an FxPlug architecture, but that's aimed at video.
Which leaves me with a couple questions:
What is the creator code for Final Cut Pro X? Seeing that it isn't backwards-compatible with the project files, I suspect there's a chance the code changed.
Can anyone point me to examples/documentation about the Apple Events that FCP X supports?
I have an Apple Developer account, so can get to resources on their site (if I know where it is!)
Thanks!!
In case anyone else comes looking...
Turns out that Final Cut Pro X has no creator code. Just like the trial, its CFBundleSignature (OS Type Code) is '????'. Its Bundle ID is "com.apple.FinalCut" (slightly different from the trial).
FCP X does not support Apple Events anymore. It appears to respond to the generic "open file" event, though I expect that's because Cocoa/AppKit routes the request through the app delegate -application:openFile: method.

Resources