amplitude / amplitude/AmplitudeSessionReplay-iOS

Session Replays: dashboard is empty

未关闭
#9 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Objective-C
星标
3
派生
4
平均合并
15 小时 30 分钟
30 天内合并 PR
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 摘要。