You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this project still active? When using the sample code it returns an error. Before I spend any time working things out I thought I'd check.
Code const putioAPI = new PutioAPI({ clientID: OAUTH_TOKEN })
Error Message
const putioAPI = new PutioAPI({ clientID: OAUTH_TOKEN })
^
TypeError: PutioAPI is not a constructor
at file:///Users/mitch/Developer/mitch/putdotioconverter/index.js:7:18
at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:113:12)
Node.js v20.10.0
The text was updated successfully, but these errors were encountered:
Is this project still active? When using the sample code it returns an error. Before I spend any time working things out I thought I'd check.
Code
const putioAPI = new PutioAPI({ clientID: OAUTH_TOKEN })
Error Message
The text was updated successfully, but these errors were encountered: