amplitude / amplitude/AmplitudeSessionReplay-iOS

Session Replays: dashboard is empty

Đang mở
#9 9 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Objective-C
Star
3
Fork
4
Merge trung bình
15 giờ 30 phút
Pull request đã merge (30 ngày)
3

Mô tả

## 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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.