將 google-api-client 0.9.pre3 集成到 dashing 後的 NoMethodError (NoMethodError after integrating google-api-client 0.9.pre3 in dashing)


問題描述

將 google‑api‑client 0.9.pre3 集成到 dashing 後的 NoMethodError (NoMethodError after integrating google‑api‑client 0.9.pre3 in dashing)

我在我的 localhost 上安裝了 shopify dashing,它在安裝 google 客戶端 api 之前運行良好,但在為 google‑api‑client 版本 0.9.pre3 捆綁後,它顯示錯誤,如附加圖像中所示。為了糾正這個問題,我安裝了dashing,但找不到解決這個問題的方法。

google‑api‑client 版本 0.9.pre3 捆綁後衝刺的前端

衝刺啟動後的終端截圖


參考解法

方法 1:

This is a problem with your dependencies, you haven't correctly installed them into your environment somehow. Make sure you're following the getting started instructions on the website:

http://dashing.io/#setup

方法 2:

I think your install of dashing is out of date. Mine is at 1.3.4 but I was getting this error when I installed.

gem update dashing

should do the trick. Once I'd updated dashing some of the other gems needed updating as well. Not sure why the default install is an earlier version. I'm on Win7 with Ruby 2.0.0p647

(by hmjhatylermautheTimSmith‑Aardwolf)

參考文件

  1. NoMethodError after integrating google‑api‑client 0.9.pre3 in dashing (CC BY‑SA 2.5/3.0/4.0)

#google-analytics-api #google-api #dashing #ruby






相關問題

使用C#的Google Analytics(分析)訪問 (Google Analytics Access with C#)

嘗試安裝新的 Google Analytics 3.0 Beta 時出現鏈接器錯誤 (Linker errors when trying to install new Google Analytics 3.0 Beta)

Google Analytics:數據導入和每日上傳的區別 (Google Analytics: Difference between Data Import & Daily upload)

Google Reporting API for Analytics 庫依賴項 (Google Reporting API for Analytics library dependencies)

將 Google Analytics 權限分配給整個公司域 (Assign Google Analytics Permission To Whole Company Domain)

將 google-api-client 0.9.pre3 集成到 dashing 後的 NoMethodError (NoMethodError after integrating google-api-client 0.9.pre3 in dashing)

谷歌分析:在我的網站上顯示數據時,我可以使用自定義維度名稱而不是索引嗎 (Google analytics : Can I use custom dimension name instead of index while showing data on Report On my Site)

Pandas / Google Analytics API 身份驗證嘗試給我帶來了一個奇怪的 python 錯誤 (Pandas / Google Analytics API authentication attempt throws me a weird python error)

如何訪問行為流數據?(在應用程序 Google Analytics 帳戶上。) (How to access Behavior Flow data? (on a Application Google Analytics Account.))

如何在 Google Analytics 的一份報告中單獨細分指標? (How to individually segment metrics in one report in Google Analytics?)

Python - 問題使用循環每天得到 (Python - Problem use loops to get day by day)

我想要在 PHP 中使用 orderBy 和 Filters 的 Google Analytics Data API (GA4) 示例代碼 (I want a sample code for Google Analytics Data API (GA4) in PHP using orderBy and Filters)







留言討論