Coder Social home page Coder Social logo

Comments (29)

reply2future avatar reply2future commented on July 17, 2024

How do you install this extension? this is the tutorial. Could you show me the path of your extension?

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

image

FreshRSS 1.20.2

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024
  1. Could you show me the content of /home/wwwroot/..../xExtension-NewsAssistant-main/i18n/gen.php? It should be like this, and the value gen.layout.title is from here.
<?php

return array(
	'action' => array(
		'submit' => 'Submit',
		'cancel' => 'Cancel',
		'back' => 'Back',
		'set_read' => 'Read',
	),
	'layout' => array(
		'title' => 'The summary of Today'
	),
	'holder' => array(
		'empty_content' => 'No news is a good news.'
	)
);
  1. Have you already configured the extension? It looks like init function is not called.
image

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

Could not fetch available extension from GitHub

It looks like you server could not access the website https://raw.githubusercontent.com/FreshRSS/Extensions/master/extensions.json, so you could not open the configuration page of extensions, and it should be blank page.

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

Could not fetch available extension from GitHub

It looks like you server could not access the website https://raw.githubusercontent.com/FreshRSS/Extensions/master/extensions.json, so you could not open the configuration page of extensions, and it should be blank page.

I have already solved this problem. But it still cannot be used. Here is a screenshot

image
image

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

Modified 2 places

  1. Modify ext. field. prompt (?) to 总结一下,因为你是新闻编辑
  2. ['title '=>' The summary of Today 'is modified] to [' title '=>' 总结如下']
    No other modifications have been made

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

Could not fetch available extension from GitHub
It looks like you server could not access the website https://raw.githubusercontent.com/FreshRSS/Extensions/master/extensions.json, so you could not open the configuration page of extensions, and it should be blank page.

I have already solved this problem. But it still cannot be used. Here is a screenshot

image image

It must be the problem that there is not any language of i18n to match zh. I would check it later, but PR is welcome :).

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

Could not fetch available extension from GitHub
It looks like you server could not access the website https://raw.githubusercontent.com/FreshRSS/Extensions/master/extensions.json, so you could not open the configuration page of extensions, and it should be blank page.

I have already solved this problem. But it still cannot be used. Here is a screenshot
image image

It must be the problem that there is not any language of i18n to match zh. I would check it later, but PR is welcome :).

OK.thank

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

Please update the version to 0.6 (just like how to install), and the display text would be correct.

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

image

image

image

1、It doesn't work
2、No log errors were found.
3. I will first delete the old version of the xExtension NewsAssistant main folder in the plugin
4. Then upload the new version 0.6 xExtension NewsAssistant main file to it
5. Where the UI was discovered. This includes fields such as openai, Max Tokens, Temperature, fields sent to OpenAI, number of articles read at once, Prompt, and model [automatically using version 0.5 configuration]. I don't know if it has an impact

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

image

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

image
After the API is created.Still not working

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

The problem should be the usage of this extension, it's designed to summary a category feeds, like this:
image

It may be not friendly and non-straight what I would improve the user experience.

If this is not the problem, you should take a screen capture or record to show you steps to reproduct the problem.

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

12

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

You should set the debug status and share the log file to see what happens.

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

12 12

Could you show me the query param of the URL? like this:

  1. <you_domain>/i/?c=assistant&a=summary&cat_id=6&state=2
  2. <you_domain>/i/?c=assistant&a=stream&cat_id=6&state=2

It should read the articles fail.

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

https://***/p/i/?c=assistant&a=summary&cat_id=7&state=2

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

You should set the debug status and share the log file to see what happens.

No log errors were found。it was empty.

image

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

I am using the PostgreSQL database。Because there is too much content. The efficiency of using MySQL is very low

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

Clicking the Set as Read button does not take effect

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024
  1. There are log files in the /home/www/....../freshrss/data/log directory or /home/www/...../freshrss/data/www/freshrss/data/users/<you username>/log.txt
  2. It should have nothing to do with the database
  3. Set as Read button would work when fetching the articles like that:
image

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

image
it was empty.

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

Found something. I found that the configuration of News Assistant is written in data/config.php
But other plugins seem to not write the configuration here.

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024
  1. First of all you should check it set the development status in your service on your data/config.php, then check the nginx or apache log which depends on your server, somethings like that:
image
  1. I make this extension to be system level extension, so the configuration would be written in data/config.php

Reference

https://freshrss.github.io/FreshRSS/en/admins/logs_and_errors.html

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024
  1. First of all you should check it set the development status in your service on your data/config.php, then check the nginx or apache log which depends on your server, somethings like that:
image 2. I make this extension to be system level extension, so the configuration would be written in `data/config.php`

Reference

https://freshrss.github.io/FreshRSS/en/admins/logs_and_errors.html

121.8.. - - [18/Sep/2023:09:30:39 +0800] "GET /p/i/?c=assistant&a=summary&cat_id=7&state=2 HTTP/2.0" 200 2756 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
121.8.. - - [18/Sep/2023:09:30:39 +0800] "GET /p/ext.php?f=xExtension-NewsAssistant-main%2Fstatic%2Fstyle.css&t=css&1694678627 HTTP/2.0" 200 431 "https://f.*.com/p/i/?c=assistant&a=summary&cat_id=7&state=2" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
121.8.. - - [18/Sep/2023:09:30:39 +0800] "GET /p/ext.php?f=xExtension-NewsAssistant-main%2Fstatic%2Fscript.js&t=js&1694678627 HTTP/2.0" 200 980 "https://f.*.com/p/i/?c=assistant&a=summary&cat_id=7&state=2" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
121.8.. - - [18/Sep/2023:09:30:40 +0800] "GET /i/?c=assistant&a=stream&cat_id=7&state=2 HTTP/2.0" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"

from xextension-newsassistant.

Whichbfj28 avatar Whichbfj28 commented on July 17, 2024

My webpage address is:
https://.com/p/i/?c=assistant&a=summary&cat_id=7&state=2
no
https://
.com/i/?c=assistant&a=summary&cat_id=7&state=2

Attention P

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

My webpage address is: https://.com/p/i/?c=assistant&a=summary&cat_id=7&state=2 no https://.com/i/?c=assistant&a=summary&cat_id=7&state=2

Attention P

this new version would solve your problem.

from xextension-newsassistant.

TeunvandeBerg avatar TeunvandeBerg commented on July 17, 2024

I experience (what I think is) this issue too:

Knipsel

from xextension-newsassistant.

reply2future avatar reply2future commented on July 17, 2024

I experience (what I think is) this issue too:

Knipsel

which version do you use? what are the error logs?

from xextension-newsassistant.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.