amplitude / amplitude/AmplitudeSessionReplay-iOS

Session Replays: dashboard is empty

オープン
#9 コメント 9 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Objective-C
スター
3
フォーク
4
平均マージ
15時間 30分
マージ済み PR(30日)
3

説明

## Expected Behavior

I should see the recorded sessions on the dashboard

## Current Behavior

The dashboard is empty and i'm getting this error in the Xcode consle:
```
Error: [StorageCoordinator] Failed to upload block file:///var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application%20Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay: Error Domain=NSCocoaErrorDomain Code=260 "The file “CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application%20Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay, NSFilePath=/var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay, NSUnderlyingError=0x301610c00 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
```

## Steps to Reproduce

My current Implementation is:

```
import AmplitudeSwift
import AmplitudeSwiftSessionReplayPlugin

let amplitude = Amplitude(configuration: Configuration(apiKey: XXXX,
logLevel: .DEBUG,
autocapture: [.appLifecycles,
.sessions]))

amplitude.add(plugin: AmplitudeSwiftSessionReplayPlugin(sampleRate: 1))
```

And i have enabled the session replay from the dashboard settings
Screenshot 2024-09-30 at 4 47 01 PM

## Environment
I'm Using iOS SDK
- AmplitudeSessionReplay 0.0.2
- AmplitudeSwift 1.9.2
- AmplitudeSwiftSessionReplayPlugin (0.0.2)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。