Why can I not get the correct value of some custom-defined Tag in Metrics? - metrics

I posted a question in the github of Metrics.NET--https://github.com/Recognos/Metrics.NET/issues/66.
I am waiting for an answer. Could you answer here or in the github?

Related

Yahoo finance api chart

The following URL has been used to get chart: https://chart.finance.yahoo.com/t?s=sld&width=250&height=180. Everything was fine. But now I get error: Could not process this "GET" request. What URL should be used now?
I don't know what has happened to yahoo, I get the same response.
After reading your question I decided to update my routines to read from https://www.google.com/finance/getprices?i=60&p=15d&f=d,o,h,l,c,v&df=cpct&q=$ticker instead.
If you do go down that path make sure to take note of the epoch and intervals as mentioned here

Error: 5080 : Form transaction registration failed - tried previous answers

I have searched the answers to similar questions asked about this SagePay error, and checked that the fixes don't appear to apply to my problem.
Specifically:
I am using a correct 2-letter country code for BillingCountry and DeliveryCountry.
I am POSTing VPSProtocol, TxType and Vendor as well as the Crypt value.
I have re-checked that I am using the correct encryption key from the MySagePay test portal.
Now I was using http://localhost:8084/app/success and http://localhost:8084/app/failure for my success and failure URLs, since I thought that although these are (obviously) not visible externally, it shouldn't matter since SagePay is re-directing at the end of its part of the transaction. (Is this assumption correct, or do these URLs need to be externally accessible?) Some of the answers have thrown doubt on this, so I changed them to an external website I own, and I still get the same error.
Another line of thought is that the client I am developing for has already gone live, and there seem to be hints that once you have gone live, you no longer have access to the test server (Is this true?)
Is there anything else I should be checking? (Additional info: I'm using the SagePay api (sagepay-api-1.2.2.0.jar and related libraries) to validate the form contents and encrypt them.
I used the integration from https://github.com/tolzhabayev/sagepayForm-php
I had this error (5080) and spoke to SagePay support and they guided me to the MySagePay portal where you can view Invalid transactions to be able to troubleshoot this error easily!
Hope this helps someone.
Chris Rickards
I had exact same problem and I tried everything that you described as well, one day after I found that the problem was in "VendorEMail" field, it had 2 email addresses separated by ;, once I removed second and left only one email everything worked.

Where can I ask about jMonkey

I am creating a game with and new to jMonkey engine. Questions were raised about the jme3 during developments. But I cannot find any place to post and get answered.
these are the links I tried. http://jmonkeyengine.org/ , http://hub.jmonkeyengine.org/, http://hub.jmonkeyengine.org/wiki/doku.php/jme3:faq
But I could not find a place to post it. I sent a message to contact#monkeyengine.org, but I did not receive a reply. Can someone please tell me where to post the questions on jMonkey.
You can try the official jme3 forum where the latest postings and a form to post your question is at the bottom of the page if you log in.

Glimpse.MiniProfiler plugin not showing duration

When I use MiniProfiler plugin for Glimpse, the duration column is not showing anything.
What could be missing? Anyone experienced the same?
I'm the developer behind this plugin.
The problem is that the plugin is collecting data before the request ends. The thing is that it's not obvious how to collect data in that situation and I'm working on that.
I'll update this answer when I fix the problem.
Ths ticket can be found here: https://github.com/mcliment/miniprofiler-glimpse-plugin/issues/2

How to set up gist to work with an existing token?

I've installed gist Ruby gem. However, I'm having trouble setting up my gist to work with an existing Github account and taken. I've read the instructions in here. However, I'm lost on the next steps I should try to get the authentication working despite following the instructions.
------ Update--------------------------
Found this issue to be open in its Github page: https://github.com/defunkt/gist/issues
Not much I can do at this point.
Thanks in advance for your insights!
You should use your github password, not token: https://github.com/defunkt/gist#authentication

Resources