Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Fixed an issue that caused symbols with space to return invalid signa…#1

Open
bchanowski wants to merge 1 commit into
piotrkochan:masterfrom
bchanowski:master
Open

Fixed an issue that caused symbols with space to return invalid signa…#1
bchanowski wants to merge 1 commit into
piotrkochan:masterfrom
bchanowski:master

Conversation

@bchanowski

Copy link
Copy Markdown

…ture error

@DavidKrpt

Copy link
Copy Markdown

@bchanowski, hello, I have a usage question, hopefully you don't mind me asking it here. The original repo hasn't been updated in 5 years, and I think you're my best chance at getting an answer :)
The question is, does this repo work ? Whatever I do, I get 403 Request forbidden by administrative rules.

Here's what I'm trying

const { TmeApiClient } = require("../dist/client");

const client = new TmeApiClient(
  "token",
  "secret"
);

client
  .request("Utils/Ping")
  .then(console.log)
  .catch((e) => console.log(e));

It returns 403

I'm pretty sure the token and the secret are correct.
Do you have a suggestion by any chance ? Thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants