ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

Bug when trying to export storage #280

Open NN-Binary opened 1 week ago

NN-Binary commented 1 week ago
2024-06-20T19:56:07.902Z ERROR [hero-core/connections/ConnectionToHeroClient] ConnectionToClient.HandleRequestError {
  context: {},
  sessionId: '-XGcyIn0aj9xxEsPW5NzJ',
  sessionName: 'test_profile'
} TypeError: window.exportDomStorage is not a function
    at <anonymous>:1:8
TypeError: window.exportDomStorage is not a function
    at <anonymous>:1:8

It seems that Hero is trying at times to use the export functions on chrome://tab which leads to this error, it doesn't seem to crash anything but it keep appearing randomly in the console.