Advertisement
dannybuntu

google-play-scraper problems

Jan 12th, 2022
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git branch
  2. RulesforReviewers
  3. UpdateReviews3
  4. UpdateReviews4
  5. * desktop01
  6. hwallet7
  7. master
  8. metaVerdicts
  9. missingreviews
  10. syncios
  11. syncios2
  12. syncios3
  13. syncios4
  14. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews
  15. Switched to branch 'missingreviews'
  16. Your branch is up to date with 'origin/missingreviews'.
  17. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git pull leo
  18. From https://gitlab.com/walletscrutiny/walletScrutinyCom
  19. 8d9597707..649f4b7a3 master -> leo/master
  20. You asked to pull from the remote 'leo', but did not specify
  21. a branch. Because this is not the default configured remote
  22. for your current branch, you must specify a branch on the command line.
  23. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git pull
  24. Already up to date.
  25. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  26. On branch missingreviews
  27. Your branch is up to date with 'origin/missingreviews'.
  28.  
  29. Changes not staged for commit:
  30. (use "git add <file>..." to update what will be committed)
  31. (use "git restore <file>..." to discard changes in working directory)
  32. modified: _android/co.okex.app.md
  33.  
  34. no changes added to commit (use "git add" and/or "git commit -a")
  35. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
  36. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "update of missingreviews, fixed OKEx WSID"
  37. [missingreviews d6eeca118] update of missingreviews, fixed OKEx WSID
  38. 1 file changed, 1 insertion(+), 1 deletion(-)
  39. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push
  40. Enumerating objects: 7, done.
  41. Counting objects: 100% (7/7), done.
  42. Delta compression using up to 4 threads
  43. Compressing objects: 100% (4/4), done.
  44. Writing objects: 100% (4/4), 401 bytes | 401.00 KiB/s, done.
  45. Total 4 (delta 3), reused 0 (delta 0)
  46. remote:
  47. remote: View merge request for missingreviews:
  48. remote: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/merge_requests/298
  49. remote:
  50. To gitlab.com:dannygarcia/walletScrutinyCom.git
  51. 5272eddc0..d6eeca118 missingreviews -> missingreviews
  52. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
  53. Switched to branch 'master'
  54. Your branch is ahead of 'origin/master' by 74 commits.
  55. (use "git push" to publish your local commits)
  56. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git merge leo/master
  57. Updating 8d9597707..649f4b7a3
  58. Fast-forward
  59. _android/de.schildbach.wallet.md | 29 +++++++++++++++----------
  60. _hardware/bithdrazor.md | 1 +
  61. _hardware/bithdwatch1.md | 1 +
  62. _hardware/bithdwatch2.md | 1 +
  63. _hardware/passport.md | 27 +++++++++++++----------
  64. _hardware/trezorOne.md | 46 +++++++++++++++------------------------
  65. _hardware/trezorT.md | 38 +++++++++++++++-----------------
  66. scripts/test/hardware/bithdrazor.sh | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  67. scripts/test/hardware/passport.sh | 1 +
  68. 9 files changed, 172 insertions(+), 73 deletions(-)
  69. create mode 100644 scripts/test/hardware/bithdrazor.sh
  70. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git mergetool
  71. No files need merging
  72. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "merged master"
  73. On branch master
  74. Your branch is ahead of 'origin/master' by 77 commits.
  75. (use "git push" to publish your local commits)
  76.  
  77. nothing to commit, working tree clean
  78. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  79. On branch master
  80. Your branch is ahead of 'origin/master' by 77 commits.
  81. (use "git push" to publish your local commits)
  82.  
  83. nothing to commit, working tree clean
  84. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout -b missingreviews2
  85. Switched to a new branch 'missingreviews2'
  86. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
  87. Switched to branch 'master'
  88. Your branch is ahead of 'origin/master' by 77 commits.
  89. (use "git push" to publish your local commits)
  90. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews2
  91. Switched to branch 'missingreviews2'
  92. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ locate com.frontierwallet*
  93. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ node refreshNewAndroidApps.js com.frontierwallet
  94. node:internal/modules/cjs/loader:936
  95. throw err;
  96. ^
  97.  
  98. Error: Cannot find module '../google-play-scraper'
  99. Require stack:
  100. - /home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js
  101. - /home/dannybuntu/Work/walletScrutinyCom/refreshNewAndroidApps.js
  102. at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
  103. at Function.Module._load (node:internal/modules/cjs/loader:778:27)
  104. at Module.require (node:internal/modules/cjs/loader:999:19)
  105. at require (node:internal/modules/cjs/helpers:102:18)
  106. at Object.<anonymous> (/home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js:2:15)
  107. at Module._compile (node:internal/modules/cjs/loader:1097:14)
  108. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
  109. at Module.load (node:internal/modules/cjs/loader:975:32)
  110. at Function.Module._load (node:internal/modules/cjs/loader:822:12)
  111. at Module.require (node:internal/modules/cjs/loader:999:19) {
  112. code: 'MODULE_NOT_FOUND',
  113. requireStack: [
  114. '/home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js',
  115. '/home/dannybuntu/Work/walletScrutinyCom/refreshNewAndroidApps.js'
  116. ]
  117. }
  118.  
  119. Node.js v17.2.0
  120. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ ls
  121. _android _data _hardware node_modules refreshDonations.js _site
  122. assets debug.keystore images package.json refreshHardwareWallets.js someCharts.ods
  123. _authors embed _includes package-lock.json refreshNewAndroidApps.js test.sh
  124. CHANGELOG.md Gemfile _iphone _pages refreshNewIphoneApps.js updateImages.sh
  125. _config.dev.yml Gemfile.lock _layouts _press refresh.sh
  126. _config.yml google-play-scraper LICENSE README.md _sass
  127. CONTRIBUTING.md gulpfile.js netlify.toml refreshApps.js scripts
  128. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
  129. Switched to branch 'master'
  130. Your branch is ahead of 'origin/master' by 77 commits.
  131. (use "git push" to publish your local commits)
  132. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git submodule update --init --recursive
  133. Submodule path 'google-play-scraper': checked out '4f31495b4db741ba83000e1c596446014c45e19a'
  134. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ cd google-play-scraper/
  135. dannybuntu@wsdaniel:~/Work/walletScrutinyCom/google-play-scraper$ npm install
  136. npm WARN old lockfile
  137. npm WARN old lockfile The package-lock.json file was created with an old version of npm,
  138. npm WARN old lockfile so supplemental metadata must be fetched from the registry.
  139. npm WARN old lockfile
  140. npm WARN old lockfile This is a one-time fix-up, please be patient...
  141. npm WARN old lockfile
  142. npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
  143. npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
  144.  
  145. added 289 packages, and audited 290 packages in 15s
  146.  
  147. 11 packages are looking for funding
  148. run `npm fund` for details
  149.  
  150. 16 moderate severity vulnerabilities
  151.  
  152. To address issues that do not require attention, run:
  153. npm audit fix
  154.  
  155. To address all issues (including breaking changes), run:
  156. npm audit fix --force
  157.  
  158. Run `npm audit` for details.
  159. dannybuntu@wsdaniel:~/Work/walletScrutinyCom/google-play-scraper$ cd ..
  160. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews2
  161. M google-play-scraper
  162. Switched to branch 'missingreviews2'
  163. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  164. On branch missingreviews2
  165. Changes not staged for commit:
  166. (use "git add <file>..." to update what will be committed)
  167. (use "git restore <file>..." to discard changes in working directory)
  168. (commit or discard the untracked or modified content in submodules)
  169. modified: google-play-scraper (modified content)
  170.  
  171. no changes added to commit (use "git add" and/or "git commit -a")
  172. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
  173. M google-play-scraper
  174. Switched to branch 'master'
  175. Your branch is ahead of 'origin/master' by 77 commits.
  176. (use "git push" to publish your local commits)
  177. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  178. On branch master
  179. Your branch is ahead of 'origin/master' by 77 commits.
  180. (use "git push" to publish your local commits)
  181.  
  182. Changes not staged for commit:
  183. (use "git add <file>..." to update what will be committed)
  184. (use "git restore <file>..." to discard changes in working directory)
  185. (commit or discard the untracked or modified content in submodules)
  186. modified: google-play-scraper (modified content)
  187.  
  188. no changes added to commit (use "git add" and/or "git commit -a")
  189. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add google-play-scraper/
  190. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "Google Play Scraper"
  191. On branch master
  192. Your branch is ahead of 'origin/master' by 77 commits.
  193. (use "git push" to publish your local commits)
  194.  
  195. Changes not staged for commit:
  196. (use "git add <file>..." to update what will be committed)
  197. (use "git restore <file>..." to discard changes in working directory)
  198. (commit or discard the untracked or modified content in submodules)
  199. modified: google-play-scraper (modified content)
  200.  
  201. no changes added to commit (use "git add" and/or "git commit -a")
  202. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
  203. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  204. On branch master
  205. Your branch is ahead of 'origin/master' by 77 commits.
  206. (use "git push" to publish your local commits)
  207.  
  208. Changes not staged for commit:
  209. (use "git add <file>..." to update what will be committed)
  210. (use "git restore <file>..." to discard changes in working directory)
  211. (commit or discard the untracked or modified content in submodules)
  212. modified: google-play-scraper (modified content)
  213.  
  214. no changes added to commit (use "git add" and/or "git commit -a")
  215. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$
  216.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement