Questions tagged [gemini]

Bug-tracking software from Countersoft

28 questions
5
votes
4 answers

Axosoft OnTime vs Countersoft Gemini

We are "upgrading" the systems at the company, moving from SourceSafe/BugNet/... (yeahy!) to some more serious systems. TFS is too expensive. We have come down to comparing OnTime vs Gemini. They both seem OK with an "OK" price-tag. We will…
Rolle
  • 297
  • 3
  • 5
2
votes
4 answers

Gemini API Python {'result': 'error', 'reason': 'InvalidSignature', 'message': 'InvalidSignature'}

I Am getting an error when using the [Gemini API documentation][1] while following the documentation for a Private API invocation. The json output is: {'result': 'error', 'reason': 'InvalidSignature', 'message': 'InvalidSignature'}. My…
MFrost96
  • 21
  • 4
2
votes
2 answers

Selenium: The environment you requested was unavailable

I was trying to run the test using gemini on firefox (v50.0.2), although the firefox browser opened successfully, it didn't open the url in the address bar. Then in the terminal I saw this error message: Cannot launch browser firefox:…
1
vote
0 answers

Obtaining Client Certificate from tcp-streams (or tls) Package in Haskell

I'm working on implementing a Gemini server framework (yes, I'm aware of the gemini-server package, but mine doesn't need to link against OpenSSL). Everything's working as it should with one exception: when the client connects with a certificate,…
Jonathan Lamothe
  • 713
  • 1
  • 6
  • 5
1
vote
0 answers

About Gemini Sub-Accounts features

I have an app that is planning to integrate with Gemini to provide my client the investment capabilities with crypto currency. I just registered a personal account in the Gemini sandbox environment and generated a master key api to work with Gemini…
Loi Trinh
  • 11
  • 1
1
vote
1 answer

OAuth2, token key not keeping session

So I'm trying keep the session alive, at the moment when I refresh the session expires giving me this: Received error: 400 Raw response:{"error":"SESSION_EXPIRED","error_description":"Session expired"} Here's my code based on the example given…
nsbrown
  • 55
  • 12
1
vote
2 answers

Is it possible to test scroll in using Gemini by Yandex?

Does anyone use Gemini by Yandex for testing css regression? I faced with the following problem: need to test scroll in some page, but as I know, gemini capture whole page and show only that part which you set by adding…
minato
  • 11
  • 4
1
vote
1 answer

Gemini and SpiraTest Interaction

Is there functionality or an Add-on available that allows Gemini and SpiraTest to communicate with one another? For example, I have software development and releases managed through Gemini, but my testing handled through SpiraTest and I would like…
0
votes
1 answer

Gemini API: "InvalidSignature" in App Scripts

I am attempting to call Gemini API using App Scripts but I am consistently getting the 'InvalidSignature' error message. The code that I am using is a conversion of the python code from their documentation for Private API Invocation. Code: function…
Koh
  • 2,687
  • 1
  • 22
  • 62
0
votes
1 answer

Gemini API via PHP cURL: InvalidSignature

I converted the following Python code from the official docs(https://docs.sandbox.gemini.com/rest-api/#private-api-invocation) to PHP but I always get InvalidSignature error: url = "https://api.gemini.com/v1/mytrades" gemini_api_key =…
0
votes
1 answer

With the Gemini Python API, how do I figure out fees for a completed transaction?

I'm using the Python private client for Gemini -- https://github.com/mtusman/gemini-python . I place my limit orders like so ... order=private_client.new_order(symbol=formatted_name, side=order_type, …
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
1 answer

Python google cloud function deployment failure - websockets

I am trying to deploy a python script from Google source code and it is failing when attempting to import create_connection from the websockets library. Here is the top of my script. It fails during import of the gemini package, which in turn is…
0
votes
1 answer

Security implications of trusting all client certificates on a server (Java X509TrustManager)

A custom "empty" X509TrustManager implementation (i.e. one that trusts all certificates, such as this answer: https://stackoverflow.com/a/54358567 or "option 2" in this answer: https://stackoverflow.com/a/2893932) is often recommended on this site…
0
votes
1 answer

Cannot override mutable property 'collectionView' of type 'UICollectionView?' with covariant type 'GeminiCollectionView?'

I have had a custom collection view and everything worked fine. I wanted to include 'Gemini' to make beautiful animations when sliding my cells horizontally. I believe that the problem is not Gemini, I think the same would have happen with changing…
stackich
  • 3,607
  • 3
  • 17
  • 41
0
votes
2 answers

I got an error in solidity like "TypeError: "block.blockhash()" has been deprecated in favor of "blockhash()""

I get gemini-doller contract code from etherscan through this link"https://etherscan.io/address/0x056fd409e1d7a124bd7017459dfea2f387b6d5cd#code" while test it in remix i found some errors in line number 28 its like "TypeError: "block.blockhash()"…
1
2