repl.itを用いてdiscordBOTを作って、永久オンラインをUptimerobotというもので行っているのですが、replを長時間放置すると何故かファイルのインポートから始まってしまい常時起動が出来ません。
ネットで調べると普通に永久オンライン出来る人も居るみたいなので、どうしたものかなと思っています。
アバウトな質問で申し訳ないですが、ご教授頂けると幸いです。
「ファイルのインポート」とは?
また、コードを提示してください。
ライブラリのインポートですね
自分が作ったreplだと永久オンライン(uptimerobotを用いる)が出来ているんですよね。。。
永久オンラインが出来ないreplを貼っておきます。
https://replit.com/@Sentensei/UPTIMER-SYSTEM-WITH-BUTTONS-BY-TNhazem-3#index.js
bash node.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13527 100 13527 0 0 73975 0 --:--:-- --:--:-- --:--:-- 74324
=> Downloading nvm from git to '/home/runner/nvm'
=> Cloning into '/home/runner/nvm'...
remote: Enumerating objects: 290, done.
remote: Counting objects: 100% (290/290), done.
remote: Compressing objects: 100% (257/257), done.
remote: Total 290 (delta 34), reused 111 (delta 20), pack-reused 0
Receiving objects: 100% (290/290), 163.37 KiB | 0 bytes/s, done.
Resolving deltas: 100% (34/34), done.
=> Compressing and cleaning up git repository
=> Profile not found. Tried ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile.
=> Create one of them and run this script again
OR
=> Append the following lines to the correct file yourself:
export NVM_DIR="$HOME/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:
/usr/local/lib
+-- @types/node@9.6.42
+-- jest@23.1.0
+-- prettier@1.13.4
+-- typescript@3.3.3
`-- typescript-language-server@0.3.7
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:
$ nvm use system
$ npm uninstall -g a_module
=> Installing Node.js version 14
Downloading and installing node v14.18.0...
Downloading https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v14.18.0 (npm v6.14.15)
Creating default alias: default -> 14 (-> v14.18.0)
=> Node.js version 14 has been successfully installed
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR="$HOME/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
このようなものが出てインストールが始まってしまうんですよね
uptimerobotはpingを送るだけなのでインストールが始まってしまうと止まってしまうんですよね。。
数時間すると止まり、また再インストールさせられます。
すみません。
インポートではなくインストールでした。