cng1

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: puppeteer setup needed to run plugin #2567


    cng1
    Participant
    Post count: 11

    This is a dedicated  server. I control it. No support. That is why i use plesk.

    What does not make any sense is that i have installed and removed other packages on the server and have not had any problems. Those apps ran listening on ports. Ie voip etc.

    Looking over a dozen sites explaining npm simple install i see others having issues with puppeteer recent version.

    What are you running?

     

  • in reply to: puppeteer setup needed to run plugin #2565


    cng1
    Participant
    Post count: 11

    Thank you for the notes.

    After npm -g install puppeteer, seems it did not complete something but I don’t know what that is.

    If I try to run one of the puppeteer examples/screenshot.js from the examples dir it fails in both

    wpterm and linux term thro same error

    $ node screenshot.js
    node:internal/modules/cjs/loader:928
    throw err;
    ^

    Error: Cannot find module ‘puppeteer’

     

  • in reply to: puppeteer setup needed to run plugin #2560


    cng1
    Participant
    Post count: 11

    Ok thank you. The plesk stuff seems to be oriented around the node express server and not a node library, like puppeteer.

    So I have done npm install -g puppeteer

    ~#npm -g list
    /usr/lib
    ├── [email protected]
    ├── [email protected]
    └── [email protected]

    So when I install your rss to url plugin it will immediately be able to use puppeteer without doing anything else?

    thank you

  • in reply to: puppeteer setup needed to run plugin #2554


    cng1
    Participant
    Post count: 11
    This reply has been marked as private.
  • in reply to: puppeteer setup needed to run plugin #2553


    cng1
    Participant
    Post count: 11
    This reply has been marked as private.
  • in reply to: puppeteer setup needed to run plugin #2551


    cng1
    Participant
    Post count: 11

    I purchase url to rss around 12/1/2020

  • in reply to: SpinnerChief API timeout #2056


    cng1
    Participant
    Post count: 11

    Well This is were you need to determine the problem not me.

    We are getting to the spinnerchief server

    the correct api, user and password was used. Not AAAA, UUU and PPP shown was not sure if this a public thread.

    server: cat /etc/centos-release
    CentOS Linux release 7.8.2003 (Core)

    curl -v http://api.spinnerchief.com:443/apikey=AAAAAAAAA&username=UUUU&password=PPPPPPP&spinfreq=2&Wordscount=6&wordquality=0&tagprotect=%5B%5D&original=0&thesaurus=English&replacetype=0&chartype=1&convertbase=0
    [2] 47713
    [3] 47714
    [4] 47715
    [5] 47716
    [6] 47717
    [7] 47718
    [8] 47719
    [9] 47720
    [10] 47721
    [11] 47722
    [12] 47723
    [7] Done wordquality=0
    root@cngidev:~#* About to connect() to api.spinnerchief.com port 443 (#0)
    * Trying 47.90.207.195…
    * Connected to api.spinnerchief.com (47.90.207.195) port 443 (#0)
    > GET /apikey=AAAAAAAAAAAA HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: api.spinnerchief.com:443
    > Accept: */*
    >
    * Empty reply from server
    * Connection #0 to host api.spinnerchief.com left intact
    curl: (52) Empty reply from server
    ^C

  • in reply to: SpinnerChief API timeout #2049


    cng1
    Participant
    Post count: 11

    I believe your need to explicitly assign port 443 and not use https

    see doc

    https://developer.spinnerchief.com/API_Document.aspx

    Tested this:

    curl http://api.spinnerchief.com:443
    curl: (52) Empty reply from server

    curl https://api.spinnerchief.com:443

    no reply on https

  • in reply to: SpinnerChief API timeout #2047


    cng1
    Participant
    Post count: 11

    I can’t reach https://api.spinnerchief.com  from any server or client.

     

    curl -Is http://account.spinnerchief.com/Login.aspx
    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 7232
    Content-Type: text/html; charset=utf-8
    Server: Microsoft-IIS/7.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Date: Tue, 29 Sep 2020 17:42:22 GMT

     

    I can reach this url from any server or client?  Can you find out from the dev site if the https://api.spinnerchief.com  is correct?

     

  • in reply to: SpinnerChief API timeout #2046


    cng1
    Participant
    Post count: 11

    I see no response and 1 response on this test.

    root:~#curl -Is https://api.spinnerchief.com | head -n 1
    ^C
    root:~#curl -Is http://www.google.com | head -n 1
    HTTP/1.1 200 OK

    I’ll try to find out why. thank you

    But if you could provide an example curl cmd that your software uses I can get a valid test.

    thank you

  • in reply to: SpinnerChief API timeout #2045


    cng1
    Participant
    Post count: 11

    I run my servers.  Can you provide me an example curl cmd that I can run from the console to test out your idea?  My outbound does not block only inbound but willing to try it maybe the cloud I rent added some blocking. thank you.

Viewing 11 posts - 1 through 11 (of 11 total)